mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
Causes Aero_SIM to fail
This commit is contained in:
parent
8c4b955282
commit
acf43341da
@ -1520,13 +1520,14 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
||||
packet.pitchspeed,packet.yawspeed);
|
||||
|
||||
// rad/sec
|
||||
/*
|
||||
Vector3f gyros;
|
||||
gyros.x = (float)packet.rollspeed;
|
||||
gyros.y = (float)packet.pitchspeed;
|
||||
gyros.z = (float)packet.yawspeed;
|
||||
|
||||
imu.set_gyro(gyros);
|
||||
|
||||
*/
|
||||
//imu.set_accel(accels);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user