Changes
Page history
Update Turtlebot3
authored
Aug 19, 2021
by
Fabien BADEIG
Show whitespace changes
Inline
Side-by-side
Turtlebot3.md
View page @
ac14fb8d
...
@@ -54,13 +54,13 @@ Turtlebot3 burger is the smallest turtlebot3 mobile robot. It is composed of 2 D
...
@@ -54,13 +54,13 @@ Turtlebot3 burger is the smallest turtlebot3 mobile robot. It is composed of 2 D
(Remote PC)>roslaunch turtlebot3_gazebo turtlebot3_gazebo_rviz.launch
(Remote PC)>roslaunch turtlebot3_gazebo turtlebot3_gazebo_rviz.launch
```
```
(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)
(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)
<img
src=
"./images/turtlebot3_burger2.png"
width=
"600"
height=
"
3
50"
>
<img
src=
"./images/turtlebot3_burger2.png"
width=
"600"
height=
"
2
50"
>
+
Use simulated burger with rviz
+
Use simulated burger with rviz
```
```
(Remote PC)>[ROS_NAMESPACE=/myspace] roslaunch turtlebot3_fake turtlebot3_fake.launch
(Remote PC)>[ROS_NAMESPACE=/myspace] roslaunch turtlebot3_fake turtlebot3_fake.launch
```
```
(if you use a specific namespace, dont forget to change it in the rviz interface (/odom by /myspace/odom))
(if you use a specific namespace, dont forget to change it in the rviz interface (/odom by /myspace/odom))
<img
src=
"./images/turtlebot3-rviz.png"
width=
"400"
height=
"
35
0"
>
<img
src=
"./images/turtlebot3-rviz.png"
width=
"400"
height=
"
40
0"
>
+
Control burger with keyboard
+
Control burger with keyboard
```
```
...
...
...
...