Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/segmentation_buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ void SegmentationBuffer::createSegmentationCostMultimap(const vision_msgs::msg::
{
const auto& name = semantic_class.class_name;
if (class_names_cost_map_.find(name) == class_names_cost_map_.end()) {
RCLCPP_ERROR(logger_,
RCLCPP_INFO(logger_,
"CRITICAL ERROR: Class '%s' from label_info is not defined in the costmap parameters! This class will be ignored.",
name.c_str());
continue;
Expand Down