update load param using node handle
This commit is contained in:
parent
c53db2280e
commit
e80eddc2c2
|
|
@ -229,7 +229,7 @@ void Costmap2DROBOT::getParams(const std::string& config_file_name, robot::NodeH
|
||||||
|
|
||||||
if (nh.hasParam("footprint"))
|
if (nh.hasParam("footprint"))
|
||||||
{
|
{
|
||||||
std::cout <<"FOOT PRINT ROBOT:"<<std::endl;
|
std::cout <<"FOOTPRINT ROBOT:"<<std::endl;
|
||||||
new_footprint = makeFootprintFromParams(nh);
|
new_footprint = makeFootprintFromParams(nh);
|
||||||
}
|
}
|
||||||
if (nh.hasParam("transform_tolerance"))
|
if (nh.hasParam("transform_tolerance"))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user