Rotors仿真遇到的问题及总结


报错1:
CMake Error
Failed to find glog - Could not find glog include directory, set
GLOG_INCLUDE_DIR to directory containing glog/logging.hba

Rotors仿真遇到的问题及总结
报错原因:缺少Glog库,库文件依赖

解决办法:安装库文件包libgoogle-glog-dev
Rotors仿真遇到的问题及总结
报错2:
No rule to make target ‘/home/batjack/WorkSpace/rotors_ws/src/rotors/rotors_gazebo_plugins/PROTOBUF_PROTOC_EXECUTABLE-NOTFOUND’

报错原因:缺少编译器protobuf-compiler

解决办法:$ sudo apt-get install protobuf-compiler
Rotors仿真遇到的问题及总结

相关文章:

  • 2021-07-02
  • 2021-08-08
  • 2021-10-19
  • 2021-07-28
  • 2021-10-27
  • 2022-12-23
  • 2021-09-01
  • 2021-11-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2021-07-29
  • 2022-01-21
  • 2021-12-05
相关资源
相似解决方案