karlkurzer / path_planner

Hybrid A* Path Planner for the KTH Research Concept Vehicle
http://karlkurzer.github.io/path_planner/
BSD 3-Clause "New" or "Revised" License
1.49k stars 526 forks source link

How to use my own real-time published map? #60

Open cjt258 opened 11 months ago

cjt258 commented 11 months ago

I use a node that I set myself to publish/map topics in real-time (10 times a second), but this will result in an error, and I compared wish map Sever , map The server seems to have only been published once, while I only publish ten times per second. I don't know if this is the reason for the error. The error message is as follows: /usr/include/boot/smart Ptr/shared Ptr. hpp: 734: typename boost:: detail:: sp Member Access:: type boost:: shared_ Ptr: operator ->() const [with T=navmsgs:: OccupancyGrid<std:: allocator>; typename boost:: detail: sp_member_access:: type=navmsgs:: OccupancyGrid<std:: allocator>*]: Assertion ` px= 0 'failed If you could give me some advice, I would greatly appreciate it,thank you very much!