Added gyroscope

This commit is contained in:
Pascal Serrarens 2025-04-09 17:45:55 +02:00
parent e0303ff369
commit 28e42df771

View File

@ -267,7 +267,7 @@ void ParticipantUDP::ReceiveData(unsigned char packetSize,
void ParticipantUDP::ReceiveData(unsigned char bufferSize,
Participant* remoteParticipant) {
unsigned char msgId = this->buffer[0];
// std::cout << "receive msg " << (int)msgId << "\n";
std::cout << "receive msg " << (int)msgId << "\n";
switch (msgId) {
case ParticipantMsg::id: {
ParticipantMsg* msg = new ParticipantMsg(this->buffer);