run_ros2_executable
Launch any ROS2 executable from a specified package by providing the package and executable names.
Instructions
Runs a ROS 2 executable from a specified package.
Args:
package: Name of the ROS2 package
executable: Name of the executable to run
Example: "Start the turtlesim node" → ros2 run turtlesim turtlesim_node
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | ||
| executable | Yes |