You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions in the README here to get the same errors. The errors disappeared when adding the following to kimera_semantics_ros/CMakeLists.txt:
add_definitions(-std=c++14)
The text was updated successfully, but these errors were encountered:
Much like a number of Kimera dependencies, the ROS package fails to build on Ubuntu 20.04 due to a missing definition of the
-std=c++14
flag:I followed the instructions in the README here to get the same errors. The errors disappeared when adding the following to
kimera_semantics_ros/CMakeLists.txt
:The text was updated successfully, but these errors were encountered: