Closed lawrenceztang closed 3 years ago
That error comes from sbpl_lattice_planner
. It means that the motion primitive file (https://github.com/dfki-ric/mir_robot/blob/7d9c72942d512b191f2b326ca89c066710db4e34/mir_navigation/mprim/unicycle_highcost_5cm.mprim) has to match the map resolution (5cm).
You can either:
I tried to make a custom map, but I found out that when I tried to change the resolution in the map yaml file to something other than .05, I get an error:
I don't know what this means or what motion primitive files are, but it seems like something is hard coded to prevent changes in the resolution parameter. I guess I could just change the resolution of the image so that it matches up with the resolution parameter in the yaml?