-
-
Notifications
You must be signed in to change notification settings - Fork 166
Example TurtleBot3 Burger
Darko Lukić edited this page Jun 18, 2025
·
10 revisions
TurtleBot3 is a small, affordable, programmable, ROS-based mobile robot for use in education, research, hobby, and product prototyping. - ROBOTIS
ros2 launch webots_ros2_turtlebot robot_launch.py
In a second terminal launch teleop_twist_keyboard to control the robot:
ros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args -p stamped:=true -p use_sim_time:=true
Or in case you use ROS Humble or an older ROS 2 distribution:
ros2 run teleop_twist_keyboard teleop_twist_keyboard
You may find the following examples useful:
- 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