mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
PID
This commit is contained in:
@@ -62,6 +62,8 @@ namespace Modelec
|
||||
isOk = true;
|
||||
|
||||
SetStart(true);
|
||||
|
||||
SetPID("THETA", 8, 0, 0.1);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -140,8 +142,6 @@ namespace Modelec
|
||||
SendOrder("START", {std::to_string(msg->data)});
|
||||
}
|
||||
});
|
||||
|
||||
SetPID("THETA", 8, 0, 0.1);
|
||||
}
|
||||
|
||||
PCBOdoInterface::~PCBOdoInterface()
|
||||
|
||||
Reference in New Issue
Block a user