Skip to content
Snippets Groups Projects

Add laser scanner features to teb planning

Merged Tobias Gröger requested to merge feature/dynamic-non-human-obstacles into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -52,7 +52,7 @@ namespace armarx::navigation::local_planning
setTebCostmap();
if (teb_costmap)
{
ARMARX_VERBOSE << "Costmap available.";
ARMARX_INFO << "Costmap available.";
// TODO: where to put all the parameters
const human::ExponentialPenaltyModel penalty{
.minDistance = 0.5, .epsilon = 0, .exponent = 1.2};
Loading