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

sbpl_lattice_planner map resolution

asked 2016-01-21 05:55:08 -0500

Federico gravatar image

Hi all,

I'm using the sbpl_lattice_planner package and I noticed that whereas it works fine when the map resolution is 0.025 (2.5cm), it always fail to find a solution when the resolution is 0.05 (5cm). So far, I just modified the resolution parameters in the motion primitive generator to have them consistent with the map. It seems that the performance of the planner are affected by the resolution of the map, which shouldn't be the case if the motion primitives are changed accordingly.

Should I modify some other paramters?

Best

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-01-21 06:16:44 -0500

dornhege gravatar image

Usually this should be the other way around. Performance should be better, when to resolution is more coarse. The resolution of the map and motion primitives has to match, though. Besides that one explanation for not finding a solution might be that in the coarser solution no path exists.

edit flag offensive delete link more

Comments

The default SBPL primitives do not provide good coverage of the space, so there are some positions that appear "near" the robot but are actually unreachable with coarse primitives.

ahendrix gravatar image ahendrix  ( 2016-01-21 12:35:01 -0500 )edit

After we figured out that we work in the same lab, we debugged this offline. Unfortunately, I already forgot, what the issue was, but I believe something basic. @Federico: Can you follow up on this?

dornhege gravatar image dornhege  ( 2016-01-25 06:47:11 -0500 )edit

Question Tools

Stats

Asked: 2016-01-21 05:55:08 -0500

Seen: 149 times

Last updated: Jan 21 '16