-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Testing the ROS controller
Jump to bottom
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
git submodule update
cd ~/catkin_ws
cp -r $WEBOTS_HOME/resources/webots_ros src/webots_ros
catkin_make
Environment Installation
Development Guidelines
- Git workflow
- CI Test Labels
- Coding Style
- New Node and API Function
- Adding a New Robot
- 3D Modelling & Material Design
- Release Procedure
- How to adapt your world or PROTO to Webots R2022a
- How to adapt your world or PROTO to Webots R2022b
Debugging Tools
Technical Doc
- WREN Shadows Volume
- Dependencies re-compilation