ros2 / ros2cli

ROS 2 command line interface tools
Apache License 2.0
166 stars 158 forks source link

`ros2 action type` support #891

Closed fujitatomoya closed 1 month ago

fujitatomoya commented 3 months ago

Feature request

Feature description

ros2 action sub-command option type just to print the action type, aligned with ros2 topic and ros2 service.

# ros2 action type /fibonacci
example_interfaces/action/Fibonacci
fujitatomoya commented 1 month ago

https://github.com/ros2/ros2cli/pull/894 is merged, closing