mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
mavlink_main: add POSITION_TARGET_LOCAL_NED to mavlink stream
This commit is contained in:
committed by
Beat Küng
parent
9ef87f1311
commit
f5ae90a7cb
@@ -2002,6 +2002,7 @@ Mavlink::task_main(int argc, char *argv[])
|
|||||||
configure_stream("NAV_CONTROLLER_OUTPUT", 1.5f);
|
configure_stream("NAV_CONTROLLER_OUTPUT", 1.5f);
|
||||||
configure_stream("GLOBAL_POSITION_INT", 5.0f);
|
configure_stream("GLOBAL_POSITION_INT", 5.0f);
|
||||||
configure_stream("LOCAL_POSITION_NED", 1.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("POSITION_TARGET_GLOBAL_INT", 1.5f);
|
||||||
configure_stream("ATTITUDE_TARGET", 2.0f);
|
configure_stream("ATTITUDE_TARGET", 2.0f);
|
||||||
configure_stream("HOME_POSITION", 0.5f);
|
configure_stream("HOME_POSITION", 0.5f);
|
||||||
|
|||||||
Reference in New Issue
Block a user