In the timed_elastic_band.prototxt, the robot footprint is set to POLYGON. But when setting the footprint model in function RobotFootprintModelPtr(), it actually return the PointRobotFootprint model here. Since the teb code in RoboRTS is significantly different from the ros teb source code, does this wrong model setting affect the local planning?
In the
timed_elastic_band.prototxt
, the robot footprint is set toPOLYGON
. But when setting the footprint model in functionRobotFootprintModelPtr()
, it actually return thePointRobotFootprint
model here. Since the teb code in RoboRTS is significantly different from the ros teb source code, does this wrong model setting affect the local planning?