When we use `offboard.set_velocity_body()` and our python script crashes, the mavsdk server continues to send MAVLINK messages to the drone. This is not safe. Please consider setting a timeout to automatically do a `system.offboard.stop()`. If a new action is performed, the timer should reset.