Skip to content

Commit

Permalink
Add documentation for object_view_generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
cburbridge committed Feb 5, 2016
1 parent 48ca262 commit 9eed985
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions object_view_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ The return of the service is as follows:
- `geometry_msgs/PoseArray goals` - This is simply the list of goals.

For convenience the service handle will also publish the generated goals on the topic `/object_view_goals` of type `PoseArray`.

# Testing

The test client can be started with

`rosrun object_view_generator test_with_rviz.py`

This provides a simple text interface to call the service with different parameters. Subscribe to `/object_view_goals` in RViz to see the results.

0 comments on commit 9eed985

Please sign in to comment.