mavlink_main: add POSITION_TARGET_LOCAL_NED to mavlink stream

This commit is contained in:
Dennis Mannhart 2017-03-02 18:05:38 +01:00 committed by Beat Küng
parent 9ef87f1311
commit f5ae90a7cb

View File

@ -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);