ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Possible to have local costmap aligned with base link?

asked 2018-01-01 11:28:54 -0500

madmax gravatar image

I am wondering if there is an option to have the local costmap aligned with your robot?
My point is that if you have a car-like robot which moves mostly forward and cant turn in place, most of the space in a local costmap is useless.

So I would reduce the length of the costmap behind the robot and also the width but would increase the length in front of the robot.

Is there already such an option from which I am not aware?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2018-01-09 13:22:10 -0500

David Lu gravatar image

Costmaps are generally aligned to a semi-fixed frame like odometry for efficiency of moving the costmap. If the costmap needs to move forward , the operation of moving rows is much quicker than calculating a transform and applying that to existing costmap data. The code is not even set up to monitor rotations. So I think the short answer is no.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2018-01-01 11:28:54 -0500

Seen: 370 times

Last updated: Jan 09 '18