Go2-Nav_System / .vscode /c_cpp_properties.json
thanhnc19's picture
Upload folder using huggingface_hub
15b8951 verified
Raw
History Blame Contribute Delete
584 Bytes
{
"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
}