Corrected model orientation
This commit is contained in:
parent
c7650f1be1
commit
7a9df4aec5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user