HKUST-Aerial-Robotics / Fast-Planner

A Robust and Efficient Trajectory Planner for Quadrotors
GNU General Public License v3.0
2.4k stars 665 forks source link

lack of files for header #75

Closed gcc18 closed 3 years ago

gcc18 commented 3 years ago

Some header are not exist so the project can not be compiled correctly

fatal error: multi_map_server/MultiOccupancyGrid.h: No such file or directory

include <multi_map_server/MultiOccupancyGrid.h>

fatal error: plan_manage/Bspline.h: No such file or directory

include <plan_manage/Bspline.h>

mehhdiii commented 2 years ago

Did the issue resolve? I seem to be having the same issue. I am on Ubuntu 18.04 (ROS melodic)

eliabntt commented 2 years ago

@gcc18 how did you solve this?

Tiga002 commented 1 year ago

@mehhdiii @eliabntt
BSpline.h is the header file for including the custom message type in msg/BSpline.msg

doche commented 1 year ago

Did the issue resolve? I seem to be having the same issue. I am on Ubuntu 18.04 (ROS melodic),pls help!

doche commented 1 year ago

@mehhdiii @eliabntt BSpline.h is the header file for including the custom message type in msg/BSpline.msg

so? how to solve it? thanks