This package provides integration and launch files for simulating Robotnik robots in the Webots simulator.
launch/
: ROS 2 launch files for spawning robots and worlds in Webots.protos/
: Custom Webots PROTO files for robot models.resource/
: Robot resources, including URDF, configuration files, and meshes.robotnik_webots/
: Python package directory (can be used for ROS 2 nodes or utilities).worlds/
: Webots world files.
To build this package with ROS 2 and colcon:
colcon build --packages-select robotnik_webots
To launch a robot in Webots:
ros2 launch robotnik_webots spawn_world.launch.py
ros2 launch robotnik_webots spawn_robot.launch.py
- ROS 2 (Humble or later)
- Webots simulator
See the LICENSE file for details.