course2_ws/.vscode/c_cpp_properties.json

22 lines
599 B
JSON
Raw Permalink Normal View History

2024-12-19 00:49:29 +00:00
{
"configurations": [
{
"browse": {
"databaseFilename": "${default}",
"limitSymbolsToIncludedHeaders": false
},
"includePath": [
"/home/ros-laptop1/Desktop/turtlebotrhodes_ws/install/my_robot_interfaces/include/**",
"/opt/ros/humble/include/**",
"/home/ros-laptop1/Desktop/ros2_ws/src/my_robot1_description/include/**",
"/usr/include/**"
],
"name": "ROS",
"intelliSenseMode": "gcc-x64",
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu11",
"cppStandard": "c++14"
}
],
"version": 4
}