Corrected model orientation

This commit is contained in:
Pascal Serrarens 2025-02-27 12:07:56 +01:00
parent c7650f1be1
commit 7a9df4aec5

View File

@ -1,6 +1,7 @@
#include "LowLevelMessages.h"
#include "LinearAlgebra/float16.h"
#include <iostream>
namespace RoboidControl {
@ -65,7 +66,7 @@ void LowLevelMessages::SendQuat32(char* buffer, unsigned char* ix, SwingTwist16
qz = -qz;
qw = -qw;
}
// Serial.printf(" (%d) %d:%d:%d:%d ", startIndex, qx, qy, qz, qw);
// std::cout << (int)qx << "," << (int)qy << "," << (int)qz << "," << (int)qw << "\n";
buffer[(*ix)++] = qx;
buffer[(*ix)++] = qy;
buffer[(*ix)++] = qz;