Zhefan-Xu / map_manager

3D Mapping Library for Autonomous Robots (C++/ROS)
MIT License
35 stars 4 forks source link

Error in file call #7

Closed yangzhongii closed 5 days ago

yangzhongii commented 1 month ago

Thank you to the author for opening up such a perfect job. However, I encountered an error when calling the corresponding file according to your tutorial document. According to the document, replace the corresponding topic with the one on my robot. But when I replaced it, the map data corresponding to occupency_map could not be displayed on rviz, and the terminal could not display any errors. Afterwards, I made modifications according to the camera's display size, which were consistent with yours, but still couldn't be displayed. When I used rostopic echo to read the corresponding point cloud data, I found that the corresponding data was inconsistent with yours. It repeatedly displays the header: seq: 120 stamp: secs: 0 nsecs: 0 frame_id: "odom" height: 1 width: 0 fields:

Zhefan-Xu commented 1 month ago

Could you provide your config file?