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
Copy file name to clipboardExpand all lines: README.md
+31-27Lines changed: 31 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ Then explore the world with the [`teleop_twist_keyboard`](http://wiki.ros.org/te
166
166
167
167
When you finished exploring the new world, use the [`map_saver`](http://wiki.ros.org/map_server#map_saver) node from the [`map_server`](http://wiki.ros.org/map_server) package to store the mapped enviornment:
168
168
169
-
```
169
+
```console
170
170
rosrun map_server map_saver -f ~/map
171
171
```
172
172
@@ -195,45 +195,49 @@ The following video shows how to map a new environment and navigate in it
First, brinup the robot hardware including its laser with the following launch file in the `diffbot_bringup` package.
199
-
Make sure to run this on the real robot (e.g. connect to it via ssh):
198
+
Start by setting up the ROS Network, by making the development PC the rosmaster (set the `ROS_MASTER_URI` environment variable accordingly, see [ROS Network Setup](https://ros-mobile-robots.com/ros-network-setup/) for more details),
199
+
Then follow the steps listed below to run the real Diffbot or Remo robot hardware:
2. Then, in a new terminal on your remote/work development machine (not the single board computer) run the slam gmapping with the same command as in the simulation:
210
209
211
-
As you can see in the video, this should open up RViz and the [`rqt_robot_steering`](http://wiki.ros.org/rqt_robot_steering) plugin.
0 commit comments