Skip to content

Commit 6ed053e

Browse files
authored
Update README.md
1 parent 90abaab commit 6ed053e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ADSS Toolkit/autodrive_ros/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ This directory hosts the <code>autodrive</code> ROS package, which supports modu
110110

111111
- **Simultaneous Localization & Mapping (SLAM):**
112112
```bash
113+
# Map the environment
113114
$ roslaunch autodrive simulator_hector_slam.launch
115+
# Save the map
114116
$ rosrun map_server map_saver -f my_map
115117
```
116118

@@ -121,7 +123,9 @@ This directory hosts the <code>autodrive</code> ROS package, which supports modu
121123

122124
- **Autonomous Navigation:**
123125
```bash
126+
# Begin autonomous navigation
124127
$ roslaunch autodrive simulator_navigation.launch
128+
# Publish navigation goal from script
125129
$ roslaunch autodrive simulator_navigation_goal.launch
126130
```
127131

@@ -139,7 +143,9 @@ This directory hosts the <code>autodrive</code> ROS package, which supports modu
139143

140144
- **Central Simultaneous Localization & Mapping (SLAM) (From Vehicle PC)**
141145
```bash
146+
# Map the environment
142147
$ roslaunch autodrive testbed_hector_slam.launch
148+
# Save the map
143149
$ rosrun map_server map_saver -f my_map
144150
```
145151

@@ -150,7 +156,9 @@ This directory hosts the <code>autodrive</code> ROS package, which supports modu
150156

151157
- **Central Autonomous Navigation (From Vehicle PC)**
152158
```bash
159+
# Begin autonomous navigation
153160
$ roslaunch autodrive testbed_navigation.launch
161+
# Publish navigation goal from script
154162
$ roslaunch autodrive testbed_navigation_goal.launch
155163
```
156164

@@ -187,7 +195,9 @@ This directory hosts the <code>autodrive</code> ROS package, which supports modu
187195

188196
**On Remote PC:**
189197
```bash
198+
# Map the environment
190199
$ roslaunch autodrive testbed_hector_slam_remote.launch
200+
# Save the map
191201
$ rosrun map_server map_saver -f my_map
192202
```
193203

@@ -212,7 +222,9 @@ This directory hosts the <code>autodrive</code> ROS package, which supports modu
212222

213223
**On Remote PC:**
214224
```bash
225+
# Begin autonomous navigation
215226
$ roslaunch autodrive testbed_navigation_remote.launch
227+
# Publish navigation goal from script
216228
$ roslaunch autodrive testbed_navigation_goal.launch
217229
```
218230

0 commit comments

Comments
 (0)