update load param using node handle

This commit is contained in:
duongtd 2025-12-11 17:27:50 +07:00
parent c53db2280e
commit e80eddc2c2

View File

@ -229,7 +229,7 @@ void Costmap2DROBOT::getParams(const std::string& config_file_name, robot::NodeH
if (nh.hasParam("footprint"))
{
std::cout <<"FOOT PRINT ROBOT:"<<std::endl;
std::cout <<"FOOTPRINT ROBOT:"<<std::endl;
new_footprint = makeFootprintFromParams(nh);
}
if (nh.hasParam("transform_tolerance"))