cartographer-project / cartographer

Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations.
Apache License 2.0
7.03k stars 2.24k forks source link

C++ versions less than C++14 are not supported #1890

Open shallowlife opened 2 years ago

shallowlife commented 2 years ago

When I use command catkin_make_isolated --install --use-ninja, there are some error.

error "C++ versions less than C++14 are not supported."

2022-07-09 10-21-37屏幕截图 Anyone knows,how to deal with this problem?

limdor commented 6 months ago

This is because absl does not support C++ lower than 14