AinsteinAI / ainstein_radar

ROS support for Ainstein radar sensors.
BSD 3-Clause "New" or "Revised" License
45 stars 20 forks source link

No such file or directory for <ainstein_radar_msgs/RadarTargetArray.h> #32

Open nazlee241 opened 1 year ago

nazlee241 commented 1 year ago
In file included from /home/isp/ainstein_radar/src/ainstein_radar/ainstein_radar_gazebo_plugins/src/radar_plugin.cpp:1:0:
/home/isp/ainstein_radar/src/ainstein_radar/ainstein_radar_gazebo_plugins/include/ainstein_radar_gazebo_plugins/radar_plugin.h:13:10: fatal error: ainstein_radar_msgs/RadarTargetArray.h: No such file or directory
 #include <ainstein_radar_msgs/RadarTargetArray.h>

I encounter with this error whenever i tried to catkin_make, it seems cmakelist didnt know where the path for this file. I already check the **_RadarTargetArray.h_** in ainstein_radar_msgs folder , and there is no such file name on the folder

942411526 commented 8 months ago

I encounter with this error whenever i tried to catkin_make, it seems cmakelist didnt know where the path for this file. I already check the **_RadarTargetArray.h_** in ainstein_radar_msgs folder , and there is no such file name on the folder

do you deal this problem?