Skip to content

Commit

Permalink
Update src/ktopt_planning_context.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Jahr <[email protected]>
  • Loading branch information
sea-bass and sjahr authored Aug 25, 2024
1 parent 9bafe5c commit d9cb911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ktopt_planning_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ void KTOptPlanningContext::transcribePlanningScene(const planning_scene::Plannin
}
default:
{
RCLCPP_WARN(getLogger(), "Unsupported shape for '" + object_name + "', ignoring in scene graph.");
RCLCPP_WARN(getLogger(), "Unsupported shape for '%s', ignoring in scene graph.", shape_name.c_str());
break;
}
}
Expand Down

0 comments on commit d9cb911

Please sign in to comment.