Skip to content
Snippets Groups Projects
Commit 30767476 authored by ArmarX User's avatar ArmarX User
Browse files

change the position p gain to tunable parameter

parent 5c77d08b
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ JointPWMPositionController::JointPWMPositionController(const std::string deviceN
posController.positionLimitHi = jointData->getSoftLimitHi();
// controller.positionLimitLoHard = dataPtr->getHardLimitLo();
posController.positionLimitLo = jointData->getSoftLimitLo();
posController.p = 3.0f;
posController.p = velocityControllerConfigDataPtr->posControlP; //3.0f;
this->isLimitless = jointData->isLimitless();
// ARMARX_INFO << "limitless: " << this->isLimitless;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment