File size: 584 Bytes
15b8951 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"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
} |