Installing/uninstalling RoboWare Studio

To install RoboWare Studio, we need to download the installation file. Go to http://www.roboware.me/ and download the latest version of the software. You can install it either by double-clicking on the downloaded .deb file to open it with the package manager GUI, or using the following commands in a terminal:

$ cd /path/to/deb/file/
$ sudo dpkg -i roboware-studio_<version>_<architecture>.deb

To remove the software, you can use the following command:

$ sudo apt-get remove roboware-studio

Get Mastering ROS for Robotics Programming - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.