-
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
Parameter grouping doesn't work with new command line syntax #528
Comments
@hidmic FYI |
As we spoke offline, this is due to an inconsistency in how the YAML parser in So, I'll change |
@hidmic another bump, can this one be closed now? |
Whoops, completely lost the notification. Yes, we can close. |
Bug report
Required Info:
Steps to reproduce issue
ros2 run demo_nodes_cpp parameter_blackboard --ros-args -p "some_lists.some_integers:=[1, 2, 3, 4]"
Expected behavior
The node is created with the specified parameters.
Actual behavior
An error:
Additional information
Connected with ros2/ros2_documentation#376.
The text was updated successfully, but these errors were encountered: