Skip to content

Commit

Permalink
DOC: describe how to run example controller for dubins_traffic
Browse files Browse the repository at this point in the history
  • Loading branch information
vraman committed May 16, 2016
1 parent 8b12e43 commit 4af64a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/usersguide/dubins_traffic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ required for this example.
ln -s $FMRBENCHMARK/domains/dubins_traffic/dubins_traffic_utils
ln -s $FMRBENCHMARK/domains/dubins_traffic/dub_sim
ln -s $FMRBENCHMARK/domains/dubins_traffic/e-agents/wander
ln -s $FMRBENCHMARK/examples/dubins_traffic_examples
Build and install it within the catkin workspace.

Expand Down Expand Up @@ -129,6 +131,12 @@ in a separate terminal, run ::

roslaunch your_controller foo.launch

You can run an example controller using::

roslaunch dubins_traffic_examples simple.launch

This is a simple controller that sets the ego vehicle's forward and angular velocity based on the next goal to be visited, and cycles through goals in this manner.

Support code for working with road network descriptions is available in
``roadnet.hpp`` and ``dubins_traffic.py``.

Expand Down

0 comments on commit 4af64a6

Please sign in to comment.