Skip to content

Failed to build (missing header file) #8

@cmakelabs

Description

@cmakelabs

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions