Files
ros2-behaviors/.vscode/c_cpp_properties.json
2024-11-18 21:03:21 +01:00

25 lines
841 B
JSON

{
"configurations": [
{
"browse": {
"databaseFilename": "${default}",
"limitSymbolsToIncludedHeaders": true
},
"includePath": [
"/opt/ros/jazzy/include/**",
"${workspaceFolder}/ext/**/src",
"${workspaceFolder}/ext/**/**/**",
"${workspaceFolder}/install/btcpp_ros2_interfaces/include/btcpp_ros2_interfaces",
"${workspaceFolder}/install/mg_msgs/include/mg_msgs",
"/usr/include/glm",
"${workspaceFolder}/mg_bt/include"
],
"name": "ROS",
"intelliSenseMode": "gcc-x64",
"compilerPath": "/usr/bin/g++",
"cStandard": "gnu11",
"cppStandard": "c++17"
}
],
"version": 4
}