ros2 / ros2cli

ROS 2 command line interface tools
Apache License 2.0
173 stars 159 forks source link

Load a message/request/goal from standard input #844

Closed ymd-stella closed 1 year ago

ymd-stella commented 1 year ago

Resolve #842

Add option --stdin to pass yaml from standard input. The last positional argument and the new option --stdin are mutually_exclusive_group.

The change requires that the send_goal argument goal be optional.

clalancette commented 1 year ago

CI:

clalancette commented 1 year ago

CI: