bot_mini_bringup/.vscode/c_cpp_properties.json
2023-05-26 10:38:41 +02:00

22 lines
652 B
JSON

{
"configurations": [
{
"browse": {
"databaseFilename": "${default}",
"limitSymbolsToIncludedHeaders": false
},
"includePath": [
"/home/bjorn/Documents/ros-projects/cps_bot_mini_ws/install/odrive_hardware_interface/include/**",
"/opt/ros/humble/include/**",
"/home/bjorn/Documents/ros-projects/cps_bot_mini_ws/src/odrive_ros2_control/odrive_hardware_interface/include/**",
"/usr/include/**"
],
"name": "ROS",
"intelliSenseMode": "gcc-x64",
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu11",
"cppStandard": "c++14"
}
],
"version": 4
}