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.04k stars 2.24k forks source link

make[2]: cpp_out: Command not found #1820

Open JackRen88 opened 3 years ago

JackRen88 commented 3 years ago

Hello,everyone! When I run the following code to compile cartographer,I get the error that is make[2]: cpp_out: Command not found mkdir build cd build cmake .. make -j2

How should I solve it?

J-Meyers commented 1 year ago

This means that PROTOBUF_PROTOC_EXECUTABLE is not being populated in your CMakeLists, do you have protobuf installed properly?