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

Merge branch 'feature/improved-platform-controller' into dev

parents 3e4a96aa 103dc370
No related branches found
No related tags found
1 merge request!28Draft: Dev -> Main
......@@ -11,8 +11,8 @@
"Kd": 0
},
"limits": {
"linear": 300,
"angular": 0.2
"linear": 500,
"angular": 0.5
}
},
"targets": {
......
......@@ -93,6 +93,8 @@ namespace armarx::navigation::local_planning
cfg_.hcp.switching_blocking_period = 0;
cfg_.pse.weight_global_path = 0.6;
cfg_.trajectory.global_plan_overwrite_orientation = true;
}
std::optional<LocalPlannerResult>
......
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