Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "configurations": [
- {
- "browse": {
- "databaseFilename": "${default}",
- "limitSymbolsToIncludedHeaders": false
- },
- "includePath": [
- "/opt/ros/noetic/include/**",
- "/usr/include/**",
- "${workspaceFolder}/../devel/include/**",
- "${workspaceFolder}/**"
- ],
- "forcedInclude": [
- "/usr/include/**",
- "/opt/ros/noetic/include/**"
- ],
- "name": "ROS",
- "intelliSenseMode": "gcc-x64",
- "compilerPath": "/usr/bin/gcc",
- "cStandard": "gnu11",
- "cppStandard": "c++14"
- }
- ],
- "version": 4
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement