PX4 mavlink flight modes
-
Hi,
I have two questions:
-
Could you help to point me to mavlink px4 dialect c files, specifically I'm looking for Enum of copter flight modes like in Arducopter (like in ardupilotmega mavlink cfiles)?
-
c mavlink function/command that set px4 to offboard flight mode.
Thanks.
-
-
Mavlink messages for setting flight mode use the
MAVLINK_MSG_ID_SET_MODEmessage type (same as APM).Modes are defined in the uOrb layer under the
vehicle_status.msgfie, which C headers are auto-generated at build time. The auto-generated file is under the build directory asvehicle_status.hvia theNAVIGATION_STATE_*variables.And example of using modes in runtime code are in the mavlink_messages.cpp file
(search forvehicle_status_s::NAVIGATION_STATE_AUTO_MISSION) and modes are processed in theCommander.cppfile. Both files under the src/modules directory of PX4.
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