Update Turtlebot3 authored by Fabien BADEIG's avatar Fabien BADEIG
...@@ -52,7 +52,7 @@ Turtlebot3 burger is the smallest turtlebot3 mobile robot. It is composed of 2 D ...@@ -52,7 +52,7 @@ Turtlebot3 burger is the smallest turtlebot3 mobile robot. It is composed of 2 D
``` ```
(Remote PC)>roslaunch turtlebot3_gazebo turtlebot3_world.launch (Remote PC)>roslaunch turtlebot3_gazebo turtlebot3_world.launch
``` ```
(if you need to use /clock in your ros package, you have to be aware about /use_sim_time parameter) (if you need to use /clock in your ros package, you have to be aware about /use_sim_time parameter defined in the launch file)
+ Control burger with keyboard + Control burger with keyboard
``` ```
(Remote PC)>roslaunch turtlebot3_teleop turtlebot3_teleop_key.launch (Remote PC)>roslaunch turtlebot3_teleop turtlebot3_teleop_key.launch
...@@ -122,7 +122,7 @@ Also the TurtleBot3 can be used as a mobile manipulator capable of manipulating ...@@ -122,7 +122,7 @@ Also the TurtleBot3 can be used as a mobile manipulator capable of manipulating
``` ```
(Remote PC)>roslaunch turtlebot3_gazebo turtlebot3_world.launch (Remote PC)>roslaunch turtlebot3_gazebo turtlebot3_world.launch
``` ```
(if you need to use /clock in your ros package, you have to be aware about /use_sim_time parameter) (if you need to use /clock in your ros package, you have to be aware about /use_sim_time parameter defined in the launch file)
+ Control waffle with keyboard + Control waffle with keyboard
``` ```
(Remote PC)>roslaunch turtlebot3_teleop turtlebot3_teleop_key.launch (Remote PC)>roslaunch turtlebot3_teleop turtlebot3_teleop_key.launch
... ...
......