

Merge pull request #26 from HarvestX/fix/galactic-settings
Fix galactic settings into humble
@b39e75db0582c1b97725873c563176127f38f2b4
--- p9n_example/.vscode/c_cpp_properties.json
... | ... | @@ -1,22 +0,0 @@ |
1 | -{ | |
2 | - "configurations": [ | |
3 | - { | |
4 | - "browse": { | |
5 | - "databaseFilename": "${workspaceFolder}/.vscode/browse.vc.db", | |
6 | - "limitSymbolsToIncludedHeaders": false | |
7 | - }, | |
8 | - "includePath": [ | |
9 | - "/opt/ros/galactic/include/**", | |
10 | - "/usr/include/**", | |
11 | - "${workspaceFolder}/include/**", | |
12 | - "${workspaceFolder}/../p9n_interface/include/**" | |
13 | - ], | |
14 | - "name": "ROS", | |
15 | - "intelliSenseMode": "clang-x64", | |
16 | - "compilerPath": "/usr/bin/gcc", | |
17 | - "cStandard": "c99", | |
18 | - "cppStandard": "c++17" | |
19 | - } | |
20 | - ], | |
21 | - "version": 4 | |
22 | -}(파일 끝에 줄바꿈 문자 없음) |
--- p9n_example/.vscode/cspell.json
... | ... | @@ -1,1 +0,0 @@ |
1 | -../../.vscode/cspell.json(파일 끝에 줄바꿈 문자 없음) |
--- p9n_example/.vscode/settings.json
... | ... | @@ -1,1 +0,0 @@ |
1 | -../../.vscode/settings.json(파일 끝에 줄바꿈 문자 없음) |
--- p9n_example/.vscode/uncrustify.cfg
... | ... | @@ -1,1 +0,0 @@ |
1 | -../../.vscode/uncrustify.cfg(파일 끝에 줄바꿈 문자 없음) |
--- p9n_interface/.vscode/c_cpp_properties.json
... | ... | @@ -1,21 +0,0 @@ |
1 | -{ | |
2 | - "configurations": [ | |
3 | - { | |
4 | - "browse": { | |
5 | - "databaseFilename": "${workspaceFolder}/.vscode/browse.vc.db", | |
6 | - "limitSymbolsToIncludedHeaders": false | |
7 | - }, | |
8 | - "includePath": [ | |
9 | - "/opt/ros/galactic/include/**", | |
10 | - "/usr/include/**", | |
11 | - "${workspaceFolder}/include/**" | |
12 | - ], | |
13 | - "name": "ROS", | |
14 | - "intelliSenseMode": "clang-x64", | |
15 | - "compilerPath": "/usr/bin/gcc", | |
16 | - "cStandard": "c99", | |
17 | - "cppStandard": "c++17" | |
18 | - } | |
19 | - ], | |
20 | - "version": 4 | |
21 | -}(파일 끝에 줄바꿈 문자 없음) |
--- p9n_interface/.vscode/cspell.json
... | ... | @@ -1,1 +0,0 @@ |
1 | -../../.vscode/cspell.json(파일 끝에 줄바꿈 문자 없음) |
--- p9n_interface/.vscode/settings.json
... | ... | @@ -1,1 +0,0 @@ |
1 | -../../.vscode/settings.json(파일 끝에 줄바꿈 문자 없음) |
--- p9n_interface/.vscode/uncrustify.cfg
... | ... | @@ -1,1 +0,0 @@ |
1 | -../../.vscode/uncrustify.cfg(파일 끝에 줄바꿈 문자 없음) |
--- p9n_test/.vscode/c_cpp_properties.json
... | ... | @@ -1,22 +0,0 @@ |
1 | -{ | |
2 | - "configurations": [ | |
3 | - { | |
4 | - "browse": { | |
5 | - "databaseFilename": "${workspaceFolder}/.vscode/browse.vc.db", | |
6 | - "limitSymbolsToIncludedHeaders": false | |
7 | - }, | |
8 | - "includePath": [ | |
9 | - "/opt/ros/galactic/include/**", | |
10 | - "/usr/include/**", | |
11 | - "${workspaceFolder}/include/**", | |
12 | - "${workspaceFolder}/../p9n_interface/include/**" | |
13 | - ], | |
14 | - "name": "ROS", | |
15 | - "intelliSenseMode": "clang-x64", | |
16 | - "compilerPath": "/usr/bin/gcc", | |
17 | - "cStandard": "c99", | |
18 | - "cppStandard": "c++17" | |
19 | - } | |
20 | - ], | |
21 | - "version": 4 | |
22 | -}(파일 끝에 줄바꿈 문자 없음) |
--- p9n_test/.vscode/cspell.json
... | ... | @@ -1,1 +0,0 @@ |
1 | -../../.vscode/cspell.json(파일 끝에 줄바꿈 문자 없음) |
--- p9n_test/.vscode/settings.json
... | ... | @@ -1,1 +0,0 @@ |
1 | -../../.vscode/settings.json(파일 끝에 줄바꿈 문자 없음) |
--- p9n_test/.vscode/uncrustify.cfg
... | ... | @@ -1,1 +0,0 @@ |
1 | -../../.vscode/uncrustify.cfg(파일 끝에 줄바꿈 문자 없음) |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?