Whether the parameter ///mission item.frame/// can be set to 9?

I am wondering whether the parameter ///mission item.frame/// can be set to 9 ?
and how about 0-9 ?
0 MAV_FRAME_GLOBAL
1 MAV_FRAME_LOCAL_NED
2 MAV_FRAME_MISSION
3 MAV_FRAME_GLOBAL_RELATIVE_ALT
4 MAV_FRAME_LOCAL_ENU
5 MAV_FRAME_GLOBAL_INT
6 MAV_FRAME_GLOBAL_RELATIVE_ALT_INT
7 MAV_FRAME_LOCAL_OFFSET_NED
8 MAV_FRAME_BODY_NED
9 MAV_FRAME_BODY_OFFSET_NED
Thanks in advance.

Right, some of them are not supported in PX4.

Actually, if I look at the source all that are supported are:

MAV_FRAME_GLOBAL, MAV_FRAME_GLOBAL_RELATIVE_ALT, MAV_FRAME_GLOBAL_INT, MAV_FRAME_GLOBAL_RELATIVE_ALT_INT, MAV_FRAME_MISSION.

See:

Hey JulianOes, Thanks a lot for your replying. appreciate it.

1 Like