christopherdoer / reve

REVE - Radar Ego Velocity Estimator: Robust 3D ego velocity estimation using 4D mmWave radar sensors.
GNU General Public License v3.0
93 stars 20 forks source link

Failed to build (missing header file) #8

Open cmakelabs opened 4 months ago

cmakelabs commented 4 months ago

I am trying to build, using

catkin build radar_ego_velocity_estimator --cmake-args -DCMAKE_BUILD_TYPE=Release and then I get this unexpected error:

Errors     << radar_ego_velocity_estimator:make /home/noetic/reve_ws/logs/radar_ego_velocity_estimator/build.make.000.log
f951: Warning: command line option ‘-std=c++14’ is valid for C++/ObjC++ but not for Fortran
f951: Warning: command line option ‘-std=c++14’ is valid for C++/ObjC++ but not for Fortran
f951: Warning: command line option ‘-std=c++14’ is valid for C++/ObjC++ but not for Fortran
f951: Warning: command line option ‘-std=c++14’ is valid for C++/ObjC++ but not for Fortran
f951: Warning: command line option ‘-std=c++14’ is valid for C++/ObjC++ but not for Fortran
In file included from /home/noetic/reve_ws/src/reve/radar_ego_velocity_estimator/src/radar_ego_velocity_estimator_ros.cpp:26:
/home/noetic/reve_ws/src/reve/radar_ego_velocity_estimator/include/radar_ego_velocity_estimator/radar_ego_velocity_estimator_ros.h:29:10: fatal error: radar_ego_velocity_estimator/RadarEgoVelocityEstimatorConfig.h: No such file or directory
   29 | #include <radar_ego_velocity_estimator/RadarEgoVelocityEstimatorConfig.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/noetic/reve_ws/src/reve/radar_ego_velocity_estimator/src/radar_body_velocity_estimator_ros.cpp:27:
/home/noetic/reve_ws/src/reve/radar_ego_velocity_estimator/include/radar_ego_velocity_estimator/radar_body_velocity_estimator_ros.h:29:10: fatal error: radar_ego_velocity_estimator/RadarEgoVelocityEstimatorConfig.h: No such file or directory
   29 | #include <radar_ego_velocity_estimator/RadarEgoVelocityEstimatorConfig.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

May you please tell what could be the reason and how to fix it