mirror of https://github.com/ArduPilot/ardupilot
Copter: fix for changed API
This commit is contained in:
parent
efe3e19a51
commit
874fae931f
|
@ -1815,7 +1815,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
|||
|
||||
gps.setHIL(0, AP_GPS::GPS_OK_FIX_3D,
|
||||
packet.time_usec/1000,
|
||||
loc, vel, 10, 0, true);
|
||||
loc, vel, 10, 0);
|
||||
|
||||
// rad/sec
|
||||
Vector3f gyros;
|
||||
|
|
Loading…
Reference in New Issue