-
Notifications
You must be signed in to change notification settings - Fork 163
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
Broken ROS2 GetParameters service response if any of the parameter is declared but not defined #924
Comments
This might be related to: ros2/rclcpp#2512 |
@EwingKang thanks for posting issue. a couple of things i want to confirm.
it looks like you are calling
where is this can you check the issue description? i just want to be sure the issue description. |
@fujitatomoya I'm terribly embarrassed by the mistake! I fixed the description. |
@EwingKang thanks for checking this. as you mentioned, this is similar with ros2/rclcpp#2512 which explains specifically on Here it complains about |
Note: I think this issue can move to |
Thank you for the report! Closing as a duplicate of ros2/rclcpp#2512 🧇 |
Bug report
Required Info:
Empty/ broken GetParameters service response if any of the parameter is declared but not defined.
Steps to reproduce issue
Call the
GetParameters
service returns fine:However, if any one of the requested parameter has no default parameter, the entire service call returns broken entry
Expected behavior
For parameters with default value, return normally; for parameters without default value, some sort of flag to mark the situation
Actual behavior
As described above
Additional information
I believe this is related to ros-visualization/rqt_reconfigure#142
The text was updated successfully, but these errors were encountered: