Auterion / px4-ros2-interface-lib

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

External navigation interface #5

Closed GuillaumeLaine closed 10 months ago

GuillaumeLaine commented 10 months ago

Contents:

Testing

Usage

Build, source, run local interface example node which uses the interface to send a sample estimate every 1s:

ros2 run example_local_navigation_cpp example_local_navigation_cpp

Similarly for global interface example node:

 ros2 run example_global_navigation_cpp example_global_navigation_cpp
DanMesh commented 10 months ago

Great, thanks @bkueng!