Ros学习之开发环境Roboware Studio
Installation
Go to http://www.roboware.me/, download the latest version of RoboWare Studio and install it easily by double click the deb file or by the following commands in a terminal:
$ cd /path/to/deb/file/
$ sudo dpkg -i roboware-studio_[version]_[architecture].deb
After installation, RoboWare Studio automatically detect and load ROS environment without additional configuration.
Uninstallation
Use the following commands to uninstall RoboWare Studio:
$ sudo apt-get remove roboware-studio
Launch
Click the Ubuntu logo in the upper-left corner of the screen to activate Dash, search for “roboware-studio” and launch. You can also start the application from terminal by executing:
$ roboware-studio
For more details of software features and usage please refer to http://www.roboware.me/.