mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-13 06:40:34 +08:00
mavlink: camera mode with rate multiplier
This commit is contained in:
@@ -1773,8 +1773,8 @@ Mavlink::task_main(int argc, char *argv[])
|
||||
|
||||
case MAVLINK_MODE_CAMERA:
|
||||
configure_stream("SYS_STATUS", 1.0f);
|
||||
configure_stream("ATTITUDE", 20.0f);
|
||||
configure_stream("GLOBAL_POSITION_INT", 20.0f);
|
||||
configure_stream("ATTITUDE", 20.0f * rate_mult);
|
||||
configure_stream("GLOBAL_POSITION_INT", 20.0f * rate_mult);
|
||||
configure_stream("CAMERA_CAPTURE", 1.0f);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user