Skip to content

Commit

Permalink
Merge pull request #27 from flaviofontana/patch-1
Browse files Browse the repository at this point in the history
add dynamic reconfigure info to the readme
  • Loading branch information
wjwwood committed Jun 25, 2015
2 parents 15bc42d + 5e50b7b commit 0e62848
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ Next, this macro adds the local `include` folder and any `catkin` include direct

Finally, this macro will discover and build any ROS messages, services, and actions which reside in the `msg`, `srv`, action `action` folders, respectively. The automatic discovery and building of messages/services is only done if your package `build_depend`'s on `message_generation`, and message generation will complain if your package does not run_depend on `message_runtime`.

This macro discovers and builds [dynamic_reconfigure](http://wiki.ros.org/dynamic_reconfigure) config files from the `cfg` folder. The automatic discovery only works if your package `build_depend`'s on `dynamic_reconfigure`, and dynamic reconfigure will complain if your package does not run_depend on `dynamic_reconfigure`.

### cs_add_library()

Next we create a library:
Expand Down

0 comments on commit 0e62848

Please sign in to comment.