MAVSDK offboard set_velocity_body strange behavior
-
(Firmware 1.10, indoor parameters used)
These set of MAVSDK code causes the drone to fly up approximately 5 feet and spin
await drone.action.arm() await drone.offboard.set_velocity_body(VelocityBodyYawspeed(0, 0, 0, 0)) try: await drone.offboard.start() except OffboardError as error: print(f"Starting offboard mode failed with error code: \ {error._result.result}") print("-- Disarming") await drone.action.disarm() returnMy initial expectation is it would just stay in the ground. I'm just wondering what could be causing the issue, or how i can try to debug this. I'm getting odometry data in QGroundControl.
Thank you
-
Hi Pey,
Can you double check that the "offboard_mode" is set to "none" in the voxl-vision-px4 configuration file?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
