core.cli package¶
Submodules¶
core.cli.configuring module¶
VIKI: more than a GUI for ROS, https://github.com/UT-RAM/viki version: 0.2 - Alice copyright: Robin Hoogervorst, Alex Kamphuis, Cees Trouwborst, 2016 licensed under the MIT License
core.cli.dependencies module¶
VIKI: more than a GUI for ROS, https://github.com/UT-RAM/viki version: 0.2 - Alice copyright: Robin Hoogervorst, Alex Kamphuis, Cees Trouwborst, 2016 licensed under the MIT License
-
core.cli.dependencies.check_installed_packages()[source]¶ Checks for every module that is available, if the ROS packages needed for it are installed on the system
Returns: Boolean
-
core.cli.dependencies.get_aptget_packages(ros_package_names)[source]¶ - Returns installation candidates in a list [[ros_package_name, aptget_package], ...] This is based on the package names provided as the parameter
Parameters: ros_package_names – Returns:
-
core.cli.dependencies.get_installed_packages()[source]¶ Gets the currently installed ROS packages and returns the names as an array :return:
-
core.cli.dependencies.get_missing_packages(viki_config)[source]¶ Looks for missing ROS packages that are defined as dependency in a module :return: List with names of the missing ROS packages
-
core.cli.dependencies.get_package_locations()[source]¶ Uses ‘rosdep db’ and parsing to get the packages that we can install and the apt-get packages to install it
Returns:
core.cli.repositories module¶
VIKI: more than a GUI for ROS, https://github.com/UT-RAM/viki version: 0.2 - Alice copyright: Robin Hoogervorst, Alex Kamphuis, Cees Trouwborst, 2016 licensed under the MIT License
core.cli.runnables module¶
VIKI: more than a GUI for ROS, https://github.com/UT-RAM/viki version: 0.2 - Alice copyright: Robin Hoogervorst, Alex Kamphuis, Cees Trouwborst, 2016 licensed under the MIT License
-
core.cli.runnables.check_packages(options)[source]¶ Checks if all packages that should be installed are installed First-level: ROS packages that are required for VIKI directly Second-level: Dependencies of ROS-packages :return:
-
core.cli.runnables.configure(options)[source]¶ - Usually the first command to run. This will install apt-get dependencies to run VIKI properly, and do some more configuration like creating a desktop entry
Returns:
core.cli.viki_config module¶
VIKI: more than a GUI for ROS, https://github.com/UT-RAM/viki version: 0.2 - Alice copyright: Robin Hoogervorst, Alex Kamphuis, Cees Trouwborst, 2016 licensed under the MIT License
Module contents¶
VIKI: more than a GUI for ROS, https://github.com/UT-RAM/viki version: 0.2 - Alice copyright: Robin Hoogervorst, Alex Kamphuis, Cees Trouwborst, 2016 licensed under the MIT License