Failed build (#56)

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:

Required information:

  • Operating system and version:
  • OpenRMF version or commit hash
  • ROS distribution and version:
  • ROS installation type:

Steps to reproduce the bug

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.