Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Sep 25, 2023 · 4 comments

Comments

@Twenkid
Copy link

Twenkid commented Sep 25, 2023

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
Copy link

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
Copy link

lbboier commented May 29, 2024

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

@zoythum
Copy link

zoythum commented Feb 24, 2025

@Twenkid what files did you copy? And where did you copy them? Thanks!

@Twenkid
Copy link
Author

Twenkid commented Feb 27, 2025

Hi, see the image with the error message and the links in the messages above. . .../Utils/multi_map_server ... All 4 header files, if they are missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants