raptor-ethz / raptor

ROS 2 workspace for handling communication and control with a mavlink-quadrotor-system using PX4.
1 stars 0 forks source link

PX4 State Update Callbacks #31

Open pstrauch opened 1 year ago

pstrauch commented 1 year ago

more information will be added soon

Implement mavsdk callback functions which are called when the PX4 state changes, such that we can track these state changes in the quad_control node.

For example, if no followup commands are sent after arming the quadcopter, the PX4 will disarm again after 5s automatically. In this case, we need to track this disarming event in the quad_control node.