-
Notifications
You must be signed in to change notification settings - Fork 162
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
ros2 param load
sets the unexpected parameter value from yaml
#863
Comments
fujitatomoya
added a commit
to ros2/rclpy
that referenced
this issue
Nov 1, 2023
Ref: ros2/ros2cli#863 Signed-off-by: Tomoya Fujita <[email protected]>
fujitatomoya
added a commit
that referenced
this issue
Nov 1, 2023
Ref: #863 Signed-off-by: Tomoya Fujita <[email protected]>
This was referenced Nov 1, 2023
either @iuhilnehc-ynos or @Barry-Xu-2018 , can you take a look at the following patches? |
fujitatomoya
added a commit
to ros2/demos
that referenced
this issue
Nov 2, 2023
Ref: ros2/ros2cli#863 Signed-off-by: Tomoya Fujita <[email protected]>
@clalancette assigned for you to review 🧇 |
fujitatomoya
added a commit
to ros2/demos
that referenced
this issue
Nov 28, 2023
Ref: ros2/ros2cli#863 Signed-off-by: Tomoya Fujita <[email protected]>
fujitatomoya
added a commit
that referenced
this issue
Nov 28, 2023
Ref: #863 Signed-off-by: Tomoya Fujita <[email protected]>
fujitatomoya
added a commit
to ros2/rclpy
that referenced
this issue
Nov 28, 2023
Ref: ros2/ros2cli#863 Signed-off-by: Tomoya Fujita <[email protected]>
adityapande-1995
pushed a commit
to ros2/demos
that referenced
this issue
Dec 15, 2023
Ref: ros2/ros2cli#863 Signed-off-by: Tomoya Fujita <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Required Info:
Steps to reproduce issue
Expected behavior
for
/demo/parameter_blackboard
, i was expecting onlytest_double
with5e-06
Actual behavior
/demo/parameter_blackboard
is set with the parameters of/foobar/parameter_blackboard
siliently.Additional information
i think
rclpy.parameter.parameter_dict_from_yaml_file
should be called with targeted remote node name. ifwildcard
is not enabled, it should generate the exception if it can find/**
in the yaml parameter file. and then we can check thetarget_nodes
are actually in the yaml parameter file.The text was updated successfully, but these errors were encountered: