ZJU-FAST-Lab / ego-planner-swarm

An efficient single/multi-agent trajectory planner for multicopters.
GNU General Public License v3.0
1.13k stars 222 forks source link

Missing: multi_map_server/MultiOccupancyGrid.h during building --> found in https://github.com/HKUST-Aerial-Robotics/Fast-Planner/tree/master/uav_simulator/Utils/multi_map_server #65

Open Twenkid opened 9 months ago

Twenkid commented 9 months ago

Hi, you've created an amazing code base both in this project and your lab! Good job! I tried to compile the ego-planer-swarm project, but either ways for building it fails with the same error, a header is missing and I can't find it in the folders either.

...
catkin_make -j1
...
catkin_make -DCMAKE_BUILD_TYPE=Release -j1

image

I find only Python files with that name and underscore, in multi_map_server.zip etc.

_MultiOccupancyGrid.py

I found the files here:

https://github.com/HKUST-Aerial-Robotics/Fast-Planner/tree/master/uav_simulator/Utils/multi_map_server

...and I copied them to the directory, the building continued and succeeded.

image

Regards

HauserDong commented 8 months ago

Yes, you can also find the requested head files in the following link: https://github.com/HKUST-Aerial-Robotics/plan_utils/tree/master/multi_map_server/msg_gen/cpp/include/multi_map_server

lbboier commented 1 month ago

Using "catkin_make" or "ctrl +shift +B" to instend of "catkin_make -j1" in vscode env.