mirror of https://github.com/ArduPilot/ardupilot
Tracker: mavlink component id to 1
The antenna tracker's system id (aka SYSID) should be different from other vehicles but it's component id should be "1" like copter, plane and rover.
This commit is contained in:
parent
b54b7b7448
commit
43901dce65
|
@ -58,8 +58,6 @@ static void init_tracker()
|
|||
// GPS Initialization
|
||||
gps.init(NULL);
|
||||
|
||||
mavlink_system.compid = 4;
|
||||
|
||||
ahrs.init();
|
||||
ahrs.set_fly_forward(false);
|
||||
|
||||
|
|
Loading…
Reference in New Issue