-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error output from subset_of #129
Comments
Here is the code for subset_of: https://github.com/PickNikRobotics/RSL/blob/91c445b283c5c74a23be0a62f8e6ca07f1fb1e5a/include/rsl/parameter_validators.hpp#L75 You can see the error it should produce. That error seems like you are hitting something else. Can you run that in gdb and get a backtrace to see what is throwing that exception? |
First time for me to run gdb on that stuff. It seems that
|
I tried it with ros2_controllers (rolling and humble) installed from source, I have no binary installation at hand. |
I'll need to re-create this locally to determine why our validation error message isn't getting out. I don't understand where |
While playing around with the validators for ros-controls/ros2_controllers#703, I found out that the error message of
subset_of
is not really helpful. Launching the JTC from demo 1 withgives
If I delete this section, I get a useful error from
not_empty
:@tylerjw Is there something wrong with the validator configuration or is this an issue with this library?
The text was updated successfully, but these errors were encountered: