Auterion / px4-ros2-interface-lib

Library to interface with PX4 from a companion computer using ROS 2
BSD 3-Clause "New" or "Revised" License
39 stars 13 forks source link

examples: rename navigation example executables #15

Closed GuillaumeLaine closed 7 months ago

GuillaumeLaine commented 7 months ago

Renames executables to reflect the naming used in the mode examples.

Previous usage:

ros2 run example_global_navigation_cpp example_global_navigation_cpp

New usage:

ros2 run example_global_navigation_cpp example_global_navigation

I'm updating the px4 user guide to reflect this change.