We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec34753 commit 0cd4372Copy full SHA for 0cd4372
MIDAS/src/hardware/Orientation.cpp
@@ -211,7 +211,7 @@ Orientation OrientationSensor::read()
211
sensor_reading.roll = filtered_euler.z;
212
*/
213
214
- sensor_reading.yaw = -euler.y;
+ sensor_reading.yaw = -euler.y; //this is wrong, but not changing for Feb launch because it's unnecessary.
215
sensor_reading.pitch = euler.x;
216
sensor_reading.roll = euler.z;
217
0 commit comments