Causes Aero_SIM to fail

This commit is contained in:
Jason Short 2012-01-22 09:34:43 -08:00
parent 8c4b955282
commit acf43341da

View File

@ -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;
}