21 lines
505 B
JSON
21 lines
505 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"browse": {
|
|
"databaseFilename": "${default}",
|
|
"limitSymbolsToIncludedHeaders": false
|
|
},
|
|
"includePath": [
|
|
"/home/bjorn/Documents/ros-projects/my_ws/install/segway_msgs/include/**",
|
|
"/opt/ros/humble/include/**",
|
|
"/usr/include/**"
|
|
],
|
|
"name": "ROS",
|
|
"intelliSenseMode": "gcc-x64",
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "gnu11",
|
|
"cppStandard": "c++14"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |