Skip to content
Snippets Groups Projects
Commit e06af39d authored by Your Name's avatar Your Name
Browse files

Set different log level

parent 1a3346f6
No related branches found
No related tags found
1 merge request!74Add laser scanner features to teb planning
This commit is part of merge request !74. Comments created here will be created in the context of that merge request.
......@@ -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};
......
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