-
Notifications
You must be signed in to change notification settings - Fork 0
setup
Davide Conzon edited this page Oct 1, 2019
·
2 revisions
Install ROS system and set up the Ros environment variable ROS_MASTER_URI=http://localhost:11311
by default in order to set up your local machine as a ROS master.
$ source /opt/ros/kinetic/setup.bash
$ printenv | grep ROS
Be sure you have installed the BND tool and Java 8 in your system
sudo apt-get update
sudo apt-get install bnd
Install BNDTool IDE in Eclipse
Help-> Eclipse Markerplace-> search 'Bndtools'-> Installed->Restart Eclipse.