-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Testing the ROS controller
David Mansolino edited this page Sep 3, 2020
·
4 revisions
To test the ros controller of the development environment, you can't use the webots_ros package available in apt because it is made for the latest released version of Webots.
To create a webots_ros package compatible with your branch, you have to compile it yourself (assuming you already have a ros workspace):
cd $WEBOTS_HOME
submodule update
cd ~/catkin_ws
cp -r $WEBOTS_HOMEresources/webots_ros src/webots_ros
catkin_make