Skip to content
Snippets Groups Projects
Commit 9733e0b1 authored by Fabian Reister's avatar Fabian Reister
Browse files

param update

parent 74b4ae84
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,10 @@ namespace armarx::nav::traj_ctrl
float angularVelocity{std::numeric_limits<float>::max()};
};
Limits limits{
.linearVelocity = 400.F, // [mm/s]
.angularVelocity = 2.F * M_PIf32 / 5.F // [rad/s]
Limits limits
{
.linearVelocity = 200.F, // [mm/s]
.angularVelocity = 2.F * M_PIf32 / 10.F // [rad/s]
};
virtual Algorithms algorithm() const = 0;
......
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