22 lines
585 B
JSON
22 lines
585 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"browse": {
|
|
"databaseFilename": "${default}",
|
|
"limitSymbolsToIncludedHeaders": false
|
|
},
|
|
"includePath": [
|
|
"/opt/ros/foxy/include/**",
|
|
"/home/hshine/diskD/myCode/HFUT_sentinel_ws/src/rm_daheng_camera/include/**",
|
|
"/home/hshine/diskD/myCode/HFUT_sentinel_ws/src/rm_serial/include/**",
|
|
"/usr/include/**"
|
|
],
|
|
"name": "ROS",
|
|
"intelliSenseMode": "gcc-x64",
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "gnu11",
|
|
"cppStandard": "c++14"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |