mirror of
https://github.com/bjoernellens1/rmp220_teleop.git
synced 2024-11-22 07:53:47 +00:00
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
|
||
|
}
|