You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
656 B
JSON
24 lines
656 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"browse": {
|
|
"databaseFilename": "${default}",
|
|
"limitSymbolsToIncludedHeaders": false
|
|
},
|
|
"includePath": [
|
|
"/home/dodo/ardupilot_ws/devel/include/**",
|
|
"/opt/ros/noetic/include/**",
|
|
"/home/dodo/ardupilot_ws/src/ROS_controll/include/**",
|
|
"/home/dodo/ardupilot_ws/src/class_model/include/**",
|
|
"/home/dodo/ardupilot_ws/src/iq_gnc/include/**",
|
|
"/usr/include/**"
|
|
],
|
|
"name": "ROS",
|
|
"intelliSenseMode": "gcc-x64",
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "gnu11",
|
|
"cppStandard": "c++14"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |