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

(FR) adjusted goal region

parent add485cf
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,8 @@ namespace armarx::navigation::server
struct GoalReachedMonitorConfig
{
float posTh{50.F}; // [mm]
float oriTh{0.1F}; // [rad]
float posTh{70.F}; // [mm]
float oriTh{VirtualRobot::MathTools::deg2rad(5.F)}; // [rad]
float linearVelTh{100.F}; // [mm/s]
float angularVelTh{VirtualRobot::MathTools::deg2rad(5.F)}; // [rad/s]
......
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