Hmilzy

Results 1 comments of Hmilzy

Thank you for your answer. Is it possible to use offboard mode? ` await drone.action.arm() print("Setting initial setpoints...") await drone.offboard.set_velocity_ned( VelocityNedYaw(0.0, 0.0, 0.0, 0.0)) print("Starting offboard control...") try: await drone.offboard.start()...