mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 19:40:34 +08:00
commented out gcs_link = false; when receiving swarm messages, since we still want imu and atitude messages in offboard mode
This commit is contained in:
@@ -277,7 +277,7 @@ handle_message(mavlink_message_t *msg)
|
||||
if (mavlink_system.sysid < 4) {
|
||||
|
||||
/* switch to a receiving link mode */
|
||||
gcs_link = false;
|
||||
// gcs_link = false; // commented this because I wanted to still receive imu and attitude info when in offboard mode
|
||||
|
||||
/*
|
||||
* rate control mode - defined by MAVLink
|
||||
|
||||
Reference in New Issue
Block a user