-
-
Notifications
You must be signed in to change notification settings - Fork 160
Tutorial Create Webots Robot
Darko Lukić edited this page Sep 1, 2021
·
17 revisions
Webots offers a huge number of high-quality premade robot models. However, if you want to create a new one from scratch for your ROS2 application then Tutorial 6 is a great starting point. Please follow the tutorial and after you ensured the new robot model is working properly:
- Change the robot's
controller
field value to<extern>
. - Save the world.
- Execute
ros2 run webots_ros2_driver driver
The driver
node will attach to the Webots robot and create a ROS 2 interface for it.
For more details on how to improve the ROS2 interface please follow the tutorial Creating a Custom Package.
- The Ros2Supervisor Node
- Using URDF or Xacro
- Import your URDF Robot in Webots
- Refresh or Add URDF a Robot in a Running Simulation
- Wheeled robots
- Robotic arms
- Automobiles
- Drones