-
Notifications
You must be signed in to change notification settings - Fork 45
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
map for dynamic parameters doesn't work #95
Comments
That line is generated from here: Line 3 in ba27364
As you can see it now is
|
Okay got it, thanks! |
I believe it is available now, you may need to run |
I see, thanks a lot 👍 |
System:
Ubuntu 22.04
ROS Humble
generate-parameter-library 0.2.8
I can't get the dynamic parameters I setted, only get the default value.
Then I ckecked the header file generated by this lib, found the veriable used to point to the value of dynamic parameters map is not using a reference.
For example, Part of the generated code for setting dynamic params as follows
Replace line 3 as below and use the modified header as source code to build, it works.
But I don't know how to modify this library to make the generated header correct.
Is it only me having this problem? Or maybe I'm misunderstanding something?
The text was updated successfully, but these errors were encountered: