Skip to content

How to Run

Jerome Justin edited this page Aug 3, 2022 · 1 revision

Running a node

ros2 run <package_name> <executable_name>

example:

ros2 run ros2_template_pkg ros2_template_node

Running a launch file

ros2 launch <package_name> <launch_file_name>

example:

ros2 run ros2_template_pkg template_node_launch.py

Clone this wiki locally