We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4bc976 + d968fce commit 2b9950eCopy full SHA for 2b9950e
1 file changed
src/behaviours/src/PickUpController.cpp
@@ -246,14 +246,14 @@ Result PickUpController::DoWork() {
246
else if (!lockTarget) //if a target hasn't been locked lock it and enter a counting state while slowly driving forward.
247
{
248
lockTarget = true;
249
- result.pd.cmdVel = 0.15;
+ result.pd.cmdVel = 0.18;
250
result.pd.cmdAngularError= 0.0;
251
timeOut = true;
252
ignoreCenterSonar = true;
253
}
254
else if (Td > raise_time_begin) //raise the wrist
255
256
- result.pd.cmdVel = 0.0;
+ result.pd.cmdVel = -0.15;
257
258
result.wristAngle = 0;
259
0 commit comments