Bug report
Required Info:
- Operating System:
- Installation type:
- Version or commit hash:
- DDS implementation:
- Client library (if applicable):
-
rclcpp (probably the same happens in rclpy)
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:
[ERROR] [rcl]: Failed to parse global arguments
Additional information
Connected with ros2/ros2_documentation#376.