| { | |
| "configurations": [ | |
| { | |
| "browse": { | |
| "databaseFilename": "${workspaceFolder}/.vscode/browse.vc.db", | |
| "limitSymbolsToIncludedHeaders": false | |
| }, | |
| "includePath": [ | |
| "/home/thanhnc/unige_ws/install/spot_sar_msgs/include/**", | |
| "/opt/ros/jazzy/include/**", | |
| "/home/thanhnc/Go2-Nav_System/go2_navigation/include/**", | |
| "/usr/include/**" | |
| ], | |
| "name": "ros2", | |
| "intelliSenseMode": "gcc-x64", | |
| "compilerPath": "/usr/bin/gcc", | |
| "cStandard": "gnu11", | |
| "cppStandard": "c++17" | |
| } | |
| ], | |
| "version": 4 | |
| } |