Skip to content

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

TurtleBot3 Burger in Webots

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

Related Examples

You may find the following examples useful:

Clone this wiki locally