You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to disable the MAVSDK offboard class from automatically re-sending setpoints?
It seems that this is done to bypass the fact that Px4 needs off-board setpoints to be minimally sent at 2Hz, however there is a good reason Px4 does that.
The current behaviour of MAVSDK can leave the drone mindlessly following the last setpoint if there is an unexpected fault on the companion computer. This is particularly a problem with velocity setpoints.
I guess I could modify the value of SEND_INTERVAL_S, but that seems like a less than optimal solution.
The text was updated successfully, but these errors were encountered:
Is there a way to disable the MAVSDK offboard class from automatically re-sending setpoints?
It seems that this is done to bypass the fact that Px4 needs off-board setpoints to be minimally sent at 2Hz, however there is a good reason Px4 does that.
The current behaviour of MAVSDK can leave the drone mindlessly following the last setpoint if there is an unexpected fault on the companion computer. This is particularly a problem with velocity setpoints.
I guess I could modify the value of SEND_INTERVAL_S, but that seems like a less than optimal solution.
The text was updated successfully, but these errors were encountered: