Skip to content

Commit

Permalink
mavlink: enable gimbal controls in QGC over USB
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Jun 11, 2024
1 parent 00b6df1 commit e255804
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/mavlink/mavlink_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1648,6 +1648,8 @@ Mavlink::configure_streams_to_default(const char *configure_single_stream)
configure_stream_local("GPS_GLOBAL_ORIGIN", 1.0f);
configure_stream_local("GPS_RAW_INT", unlimited_rate);
configure_stream_local("GPS_STATUS", 1.0f);
configure_stream_local("GIMBAL_DEVICE_ATTITUDE_STATUS", 0.5f);
configure_stream_local("GIMBAL_MANAGER_STATUS", 0.5f);
configure_stream_local("HIGHRES_IMU", 50.0f);
configure_stream_local("HOME_POSITION", 0.5f);
configure_stream_local("HYGROMETER_SENSOR", 1.0f);
Expand Down

0 comments on commit e255804

Please sign in to comment.