PID value

This commit is contained in:
acki
2025-12-15 20:07:19 +01:00
parent 48a4e4ed26
commit 17dcad6f61

View File

@@ -82,10 +82,10 @@ namespace Modelec
this->open(request->name, request->bauds, request->serial_port, MAX_MESSAGE_LEN);
SetPID("THETA", 14, 0, 0);
SetPID("POS", 10, 0, 0);
SetPID("LEFT", 5, 0, 0);
SetPID("RIGHT", 5, 0, 0);
// SetPID("THETA", 14, 0, 0);
// SetPID("POS", 10, 0, 0);
// SetPID("LEFT", 5, 0, 0);
// SetPID("RIGHT", 5, 0, 0);
}
PCBOdoInterface::~PCBOdoInterface()