ros2cli icon indicating copy to clipboard operation
ros2cli copied to clipboard

ROS 2 command line interface tools

Results 151 ros2cli issues
Sort by recently updated
recently updated
newest added

Disabling known to fail tests on Galactic, draft until properly tested. FYI: @Crola1702

This is an automatic backport of pull request #729 done by [Mergify](https://mergify.com). --- Mergify commands and options More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also...

## Bug report **Required Info:** - Operating System: - Ubuntu 20.04 - Installation type: - Foxy binaries - Version or commit hash: - ros-foxy-navigation2 0.4.5-1focal.20201210.084248 - DDS implementation: - Fast-RTPS...

bug

humble backport of https://github.com/ros2/ros2cli/pull/754

In this issue: https://github.com/ros2/ros2cli/issues/630, is reported an issue with this test on Humble, and @sloretz [commented](https://github.com/ros2/ros2cli/issues/630#issuecomment-925338671) that the solution in https://github.com/ros2/ros2cli/pull/652, cannot be backported. As this issue is happening just...

## Bug report **Required Info:** - Operating System: - ubuntu22.04 - Installation type: - binary - Version or commit hash: - Humble - DDS implementation: - rmw_fastrtps_cpp - Client library...

more-information-needed

---- ## Feature request #### Feature description ROS2 has no functionality for loading a parameter file that contains parameters for multiple nodes. This was easily doable in ROS1 and there...

enhancement
help wanted

## Bug report **Required Info:** - Operating System: - Ubuntu 22.041 LTS - Installation type: - Source for `ros2cli`, but binaries for the rest of ROS, - Version or commit...

bug
help wanted

Support setting multiple parameters at once using `ros2 param set` See: https://github.com/ros2/ros2cli/pull/727#issuecomment-1164515330 This PR uses features from https://github.com/ros2/ros2cli/pull/716 (Diff: https://github.com/ros2/ros2cli/compare/brianc/parameter_client...brianc/multiple_param_set) ``` $ ros2 param set -h usage: ros2 param set...