Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate_dynamic_reconfigure_options() generates files in the source tree #10

Closed
jbohren opened this issue Jun 25, 2013 · 3 comments
Closed

Comments

@jbohren
Copy link
Member

jbohren commented Jun 25, 2013

Currently, dynamic_reconfigure generates config files in the source tree, but shouldn't it do so in the devel tree?

https://github.com/ros/dynamic_reconfigure/blob/master/cmake/cfgbuild.cmake#L56

@jbohren
Copy link
Member Author

jbohren commented Aug 20, 2013

This file is not used in catkin.

@jbohren jbohren closed this as completed Aug 20, 2013
@OkkeHendriks
Copy link

It is not? I am seeing that the cpp and doc output is generated in source directory.
Using the following in my CMakeLists.txt

## Generate dynamic reconfigure parameters in the 'cfg' folder
generate_dynamic_reconfigure_options(
  cfg/node_example_params.cfg
)

@MFernandezCarmona
Copy link

I can confirm that behaviour. How are we supposed to include those cpp and h files in the corresponding nodes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants