[ros2cli] How can I get launch files?
Can I get a list of all launch files (an equivalent to what ros2 pkg executables
does for all executables)?
Can I get a list of all launch files (an equivalent to what ros2 pkg executables
does for all executables)?
As of the Bouncy release, the closest functionality to what you are looking for is that a list of launch files that are in a specific package will tab-complete once ros2 launch <package_name>
has already been typed. There isn't currently an equivalent to ros2 pkg executables
(the functionality is there but it's currently only used for argument auto-complete), nor is there currently a way to list all packages that have launch files (see this tracking issue).
:+1: to dhood's answer.
One clarification: the functionality is not currently there as the current solution relies on crawling the file system and would not recognize any launchfile not named *.launch.py
hence the issue referenced above to be able to register them explicitly in the index.
I thought there will probably be some list
sub command for ros2 launch
as well. In some cases it is more convenient to have "command based" instead of "interactive" stdout output (e.g. for automation purposes). In case it get's relevant for me I'll checkout the issues again. Thx.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2018-07-10 01:09:33 -0500
Seen: 75 times
Last updated: Jul 10 '18
How to shutdown from the launch.py in ros2 [closed]
dll not found error when running ROS2 examples, any node, publish from command line on Windows 10
How can I use ros2 in realtime to control dc motor speed?
Nav2 Costmap Plugin Debug Method
ROS2 Windows OpenCV self package?
Rate and sleep function in RCLPY library for ROS2
[ROS2] rclcpp linking error and correct way to handle dependencies