25 lines
701 B
JSON
25 lines
701 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"browse": {
|
|
"databaseFilename": "${default}",
|
|
"limitSymbolsToIncludedHeaders": false
|
|
},
|
|
"includePath": [
|
|
"/home/ougy/catkin_ws/devel/include/**",
|
|
"/opt/ros/noetic/include/**",
|
|
"/home/ougy/catkin_ws/src/autopilot/include/**",
|
|
"/home/ougy/catkin_ws/src/cv_basics/include/**",
|
|
"/home/ougy/catkin_ws/src/ld08_driver/include/**",
|
|
"/home/ougy/catkin_ws/src/ros_eeng4/include/**",
|
|
"/usr/include/**"
|
|
],
|
|
"name": "ROS",
|
|
"intelliSenseMode": "gcc-x64",
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "gnu11",
|
|
"cppStandard": "c++14"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |