1234567891011121314151617181920212223242526 |
- {
- "configurations": [
- {
- "browse": {
- "databaseFilename": "${default}",
- "limitSymbolsToIncludedHeaders": false
- },
- "includePath": [
- "/home/tong/catkin_ws/devel/include/**",
- "/home/tong/moveit_ws/devel/include/**",
- "/opt/ros/noetic/include/**",
- "/home/tong/moveit_ws/src/moveit_resources/prbt_ikfast_manipulator_plugin/include/**",
- "/home/tong/moveit_ws/src/moveit_visual_tools/include/**",
- "/home/tong/moveit_ws/src/rviz_visual_tools/include/**",
- "/home/tong/moveit_ws/src/srdfdom/include/**",
- "/usr/include/**"
- ],
- "name": "ROS",
- "intelliSenseMode": "gcc-x64",
- "compilerPath": "/usr/bin/gcc",
- "cStandard": "gnu11",
- "cppStandard": "c++14"
- }
- ],
- "version": 4
- }
|