You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you wish to explore the gazebo world a bit, we provide you a way to manually control the robot around:
106
106
107
107
```bash
108
-
#Launch Gazebo World together with our robot
109
-
roslaunch me5413_world world.launch
108
+
#Only launch the robot keyboard teleop control
109
+
roslaunch me5413_world manual.launch
110
110
```
111
111
112
+
**Note:** This robot keyboard teleop control is also included in all other launch files, so you don't need to launch this when you do mapping or navigation.
0 commit comments