Mid360_simulation_plugin icon indicating copy to clipboard operation
Mid360_simulation_plugin copied to clipboard

[Build] make sure the custom msg is built into header file

Open DeboBurro opened this issue 8 months ago • 0 comments

Summary

  1. Fix the case that CustomMsg.h is not found because the CMakeLists.txt doesn't wait till all custom messages are built into header files.
Errors     << livox_laser_simulation:make /root/catkin_ws/logs/livox_laser_simulation/build.make.000.log                                                                              
/root/catkin_ws/src/..../Mid360_simulation_plugin/livox_laser_simulation/src/livox_points_plugin.cpp:18:10: fatal error: livox_laser_simulation/CustomMsg.h: No such file or directory
   18 | #include <livox_laser_simulation/CustomMsg.h>

DeboBurro avatar May 05 '25 19:05 DeboBurro