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

Write tests covering dynamic_reconfigure not found cases. #64

Open
artivis opened this issue Oct 3, 2018 · 3 comments
Open

Write tests covering dynamic_reconfigure not found cases. #64

artivis opened this issue Oct 3, 2018 · 3 comments

Comments

@artivis
Copy link
Collaborator

artivis commented Oct 3, 2018

Write some unit tests to ensure the default behavior in case dynamic_reconfigure was not found during compilation (throwing etc).

@artivis
Copy link
Collaborator Author

artivis commented Oct 3, 2018

Related #63, somewhat #62

@130s
Copy link

130s commented Mar 25, 2020

I might be misunderstood, but is this an attempt to capture import error when building .params files somewhat didn't go as expected so that the resulted files are not found during the application's runtime?

CC @malban

@artivis
Copy link
Collaborator Author

artivis commented Mar 31, 2020

Hi @130s,
As you may know, rosparam_handler can be use with or without dynamic_reconfigure depending if it is found at compilation.
This particular ticket is actually about writing some unit test for the case where it is not found, making sure rosparam_hnadler behaves as expected (e.g. throws).

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

No branches or pull requests

2 participants