-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathc_cpp_properties.json
More file actions
27 lines (27 loc) · 1.04 KB
/
c_cpp_properties.json
File metadata and controls
27 lines (27 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"configurations": [
{
"browse": {
"databaseFilename": "${default}",
"limitSymbolsToIncludedHeaders": false
},
"includePath": [
"/home/pandarobot/Documents/Francesco_ws/devel/include/**",
"/opt/ros/melodic/include/**",
"/home/pandarobot/Documents/Francesco_ws/src/franka_ros/franka_control/include/**",
"/home/pandarobot/Documents/Francesco_ws/src/franka_ros/franka_example_controllers/include/**",
"/home/pandarobot/Documents/Francesco_ws/src/franka_ros/franka_gazebo/include/**",
"/home/pandarobot/Documents/Francesco_ws/src/franka_ros/franka_gripper/include/**",
"/home/pandarobot/Documents/Francesco_ws/src/franka_ros/franka_human_friendly_controllers/include/**",
"/home/pandarobot/Documents/Francesco_ws/src/franka_ros/franka_hw/include/**",
"/usr/include/**"
],
"name": "ROS",
"intelliSenseMode": "gcc-x64",
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu11",
"cppStandard": "c++14"
}
],
"version": 4
}