Posted by @severinschindler:
Hello,
I tried to build: colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release
but i get an error with the CMakeLists.txt file. I don’t know why, have somebody an idea?
ROS Resources: ROS Homepage | Media and Trademarks | Documentation | ROS Index | How to Get Help | Q&A Help Site | Discussion Forum | Service Status |
Posted by @severinschindler:
Hello,
I tried to build: colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release
but i get an error with the CMakeLists.txt file. I don’t know why, have somebody an idea?
Posted by @Yadunund:
Hi there,
Could you provide us with more information on your setup:
From first glance it looks like the libceres-dev
library is missing which is a dependency of rmf_traffic_editor
. But this should get installed automatically when you run rosdep install --from-paths src --ignore-src --rosdistro foxy -yr
as stated in the README instructions.