mavlink / mavros

MAVLink to ROS gateway with proxy for Ground Control Station
Other
847 stars 983 forks source link

Add support for EVENT messages #1922

Closed Vicidel closed 7 months ago

Vicidel commented 7 months ago

Hello all, working with PX4 we are starting to use EVENT instead of STATUS_TEXT for more details over the status of the autopilot. For this we needed to have the EVENT messages bridged to ROS2. This is my implementation, taking input from other people to have it merged in upstream mavros

Vicidel commented 7 months ago

Perfect, thank you!