carla-simulator / ros-bridge

ROS bridge for CARLA Simulator
MIT License
513 stars 414 forks source link

Editing pcl_recorder CMakeLists.txt for successful catkin build. #635

Open chngdickson opened 1 year ago

chngdickson commented 1 year ago

There was a slight issue while compiling this package shown in the picture below. image

Upon adding this line to the CMakeLists, i was able to build/compile it successfully. add_definitions(-DBOOST_ERROR_CODE_HEADER_ONLY CMakeLists.txt image


This change is Reviewable