mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 19:09:06 +08:00
mavlink_main: add POSITION_TARGET_LOCAL_NED to mavlink stream
This commit is contained in:
parent
9ef87f1311
commit
f5ae90a7cb
@ -2002,6 +2002,7 @@ Mavlink::task_main(int argc, char *argv[])
|
||||
configure_stream("NAV_CONTROLLER_OUTPUT", 1.5f);
|
||||
configure_stream("GLOBAL_POSITION_INT", 5.0f);
|
||||
configure_stream("LOCAL_POSITION_NED", 1.0f);
|
||||
configure_stream("POSITION_TARGET_LOCAL_NED", 1.5f);
|
||||
configure_stream("POSITION_TARGET_GLOBAL_INT", 1.5f);
|
||||
configure_stream("ATTITUDE_TARGET", 2.0f);
|
||||
configure_stream("HOME_POSITION", 0.5f);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user