Skip to content

Simple python (tkinter) based gui for ROS install process

License

Notifications You must be signed in to change notification settings

bajo/ros_installer_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros_installer_gui

Simple python (tkinter) based gui for ROS install process

The installer process for ROS in a simple gui.

Install dependencies:

sudo apt-get install python-docopt python-imaging-tk

Simply run python tkmain.py as a user who is able to run sudo commands. Do not run as root or directly with sudo as it will otherwise write the wrong shell configuration files and it is not recommended to run rosdep update as root.

Users are able to choose different settings for:

  • mirror from which ROS will be installed
  • ros version (indigo or jade)
  • default packages (desktop, desktop-full or ros-base)
  • default shell (bash or zsh)
  • install catkin tools

After this tool is finished the user should only need to create a catkin workspace.

About

Simple python (tkinter) based gui for ROS install process

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages