locker98_tools_ws/.vscode/c_cpp_properties.json

24 lines
789 B
JSON
Raw Permalink Normal View History

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