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

parameter tweaks

parent 64017c21
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ namespace armarx::navigation::traj_ctrl
{
core::TwistLimits limits{
.linear = 500.F, // [mm/s]
.angular = 2.F * M_PIf32 / 10.F // [rad/s]
.angular = 2.F * M_PIf32 / 20.F // [rad/s]
};
virtual ~TrajectoryControllerParams() = default;
......
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