WIP: fix costmap_2d_robot

This commit is contained in:
2026-02-26 14:49:45 +07:00
parent 6c6e5b44f8
commit 9208c8bcdc

View File

@@ -383,7 +383,7 @@ void Costmap2DROBOT::copyParentParameters(const std::string& costmap_name,
double min_obstacle_height;
double max_obstacle_height;
move_parameter(priv_nh_3, target_layer_2, "topic", topic);
robot::log_error("topic: %s", topic.c_str());
// robot::log_error("topic: %s", topic.c_str());
move_parameter(priv_nh_3, target_layer_2, "data_type", data_type);
move_parameter(priv_nh_3, target_layer_2, "clearing", clearing);
move_parameter(priv_nh_3, target_layer_2, "marking", marking);