mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
change rover id to mav_ground
This commit is contained in:
parent
d1cd04486a
commit
6a6c8eb708
@ -208,7 +208,7 @@ static void init_ardupilot()
|
||||
|
||||
//mavlink_system.sysid = MAV_SYSTEM_ID; // Using g.sysid_this_mav
|
||||
mavlink_system.compid = 1; //MAV_COMP_ID_IMU; // We do not check for comp id
|
||||
mavlink_system.type = MAV_FIXED_WING;
|
||||
mavlink_system.type = MAV_GROUND;
|
||||
|
||||
rc_override_active = APM_RC.setHIL(rc_override); // Set initial values for no override
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user