c_cpp_properties.json 535 B

12345678910111213141516171819202122
  1. {
  2. "configurations": [
  3. {
  4. "browse": {
  5. "databaseFilename": "${default}",
  6. "limitSymbolsToIncludedHeaders": false
  7. },
  8. "includePath": [
  9. "/home/robot/ROS/catkin_ws/devel/include/**",
  10. "/opt/ros/noetic/include/**",
  11. "/home/robot/ROS/catkin_ws/src/visual/include/**",
  12. "/usr/include/**"
  13. ],
  14. "name": "ROS",
  15. "intelliSenseMode": "gcc-x64",
  16. "compilerPath": "/usr/bin/gcc",
  17. "cStandard": "gnu11",
  18. "cppStandard": "c++14"
  19. }
  20. ],
  21. "version": 4
  22. }