Update Turtlebot3 authored by Olivier BOISSIER's avatar Olivier BOISSIER
...@@ -25,7 +25,7 @@ The TurtleBot3 burger is the smallest turtlebot3 mobile robot. It is composed of ...@@ -25,7 +25,7 @@ The TurtleBot3 burger is the smallest turtlebot3 mobile robot. It is composed of
+ 3-axis magnetometer + 3-axis magnetometer
+ 360° LiDAR + 360° LiDAR
## Getting started with ROS 1 ## Getting started using ROS 1
### Configuring ### Configuring
...@@ -102,7 +102,7 @@ Reinitialize the environment of your Burger: ...@@ -102,7 +102,7 @@ Reinitialize the environment of your Burger:
(Remote PC)>[ROS_NAMESPACE=/myspace] roslaunch turtlebot3_teleop turtlebot3_teleop_key.launch (Remote PC)>[ROS_NAMESPACE=/myspace] roslaunch turtlebot3_teleop turtlebot3_teleop_key.launch
``` ```
## Getting started with ROS 2 ## Getting started using ROS 2
TODO TODO
...@@ -143,7 +143,7 @@ The waffle follows the same philosophy as the burger. The main difference is a b ...@@ -143,7 +143,7 @@ The waffle follows the same philosophy as the burger. The main difference is a b
+ Weight: 700g + Weight: 700g
+ Range: 380mm + Range: 380mm
## Getting started with ROS 1 ## Getting started using ROS 1
### Configuring ### Configuring
...@@ -226,7 +226,7 @@ roslaunch turtlebot3_manipulation_bringup turtlebot3_manipulation_bringup.launch ...@@ -226,7 +226,7 @@ roslaunch turtlebot3_manipulation_bringup turtlebot3_manipulation_bringup.launch
``` ```
(Remote PC)>roslaunch turtlebot3_manipulation_gui turtlebot3_manipulation_gui.launch (Remote PC)>roslaunch turtlebot3_manipulation_gui turtlebot3_manipulation_gui.launch
``` ```
## Getting started with ROS 2 ## Getting started using ROS 2
TODO TODO
... ...
......