Skip to content
Snippets Groups Projects
Commit d2341378 authored by armar-user's avatar armar-user
Browse files

tune parameters for platform global position controller

parent 0323fe9f
No related branches found
No related tags found
No related merge requests found
......@@ -51,10 +51,10 @@ namespace armarx
float p = 1.0f;
float i = 0.0f;
float d = 0.0f;
float maxVelocity = 500;
float maxAcceleration = 400;
float maxVelocity = 400;
float maxAcceleration = 300;
float p_rot = 0.7f;
float p_rot = 0.8f;
float i_rot = 0.0f;
float d_rot = 0.0f;
......
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