Skip to content

Commit 9047bd5

Browse files
authored
Update README.md
1 parent 583cae5 commit 9047bd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@ The polygon can be set via
5858
- RVIZ Polygon Tool as in the video above.
5959

6060
The plan is generated via
61-
- ROS [service](polygon_coverage_msgs/srv/PlannerService.srv) call 'rosservice call /coverage_planner/plan_path' or
61+
- ROS [service](polygon_coverage_msgs/srv/PlannerService.srv) call `rosservice call /coverage_planner/plan_path` or
6262
- clicking start and goal points using the RVIZ clicked_point tool as in the video above.
6363

64+
The resulting waypointlist is published as [geometry_msgs/PoseArray](http://docs.ros.org/en/lunar/api/geometry_msgs/html/msg/PoseArray.html) on topic `/waypoint_list`.
65+
6466
### Euclidean Shortest Path Planning
6567
```
6668
roslaunch polygon_coverage_ros shortest_path_planner.launch

0 commit comments

Comments
 (0)