update load param using node handle
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user