rosparam_shortcuts icon indicating copy to clipboard operation
rosparam_shortcuts copied to clipboard

Quickly load variables from rosparam with good command line error checking.

Results 5 rosparam_shortcuts issues
Sort by recently updated
recently updated
newest added

Maybe I should push it upstream to replace https://github.com/ros2/rclcpp/blob/master/rclcpp/include/rclcpp/node_impl.hpp#L220-L232

Hi, this is a PR to add shortcuts for Vector3 and ColorRGBA msgs.

@tylerjw here is a draft interface that could combine the parameter tree as implemented in ros2_params with the new `NodeParameters` interface. To me the only hurdle would be how callbacks...

Something I needed and might be of use to others. This PR also changes `getDebugArrayString(..)` to a templated function, so as to avoid having to create versions for all the...