

Fix galactic settings into humble
@3971f05b9c8060c21c3875dd21e50bff456d43b3
--- p9n_example/.vscode/c_cpp_properties.json
+++ p9n_example/.vscode/c_cpp_properties.json
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
"limitSymbolsToIncludedHeaders": false |
7 | 7 |
}, |
8 | 8 |
"includePath": [ |
9 |
- "/opt/ros/galactic/include/**", |
|
9 |
+ "/opt/ros/humble/include/**", |
|
10 | 10 |
"/usr/include/**", |
11 | 11 |
"${workspaceFolder}/include/**", |
12 | 12 |
"${workspaceFolder}/../p9n_interface/include/**" |
--- p9n_interface/.vscode/c_cpp_properties.json
+++ p9n_interface/.vscode/c_cpp_properties.json
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
"limitSymbolsToIncludedHeaders": false |
7 | 7 |
}, |
8 | 8 |
"includePath": [ |
9 |
- "/opt/ros/galactic/include/**", |
|
9 |
+ "/opt/ros/humble/include/**", |
|
10 | 10 |
"/usr/include/**", |
11 | 11 |
"${workspaceFolder}/include/**" |
12 | 12 |
], |
--- p9n_test/.vscode/c_cpp_properties.json
+++ p9n_test/.vscode/c_cpp_properties.json
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 |
"limitSymbolsToIncludedHeaders": false |
7 | 7 |
}, |
8 | 8 |
"includePath": [ |
9 |
- "/opt/ros/galactic/include/**", |
|
9 |
+ "/opt/ros/humble/include/**", |
|
10 | 10 |
"/usr/include/**", |
11 | 11 |
"${workspaceFolder}/include/**", |
12 | 12 |
"${workspaceFolder}/../p9n_interface/include/**" |
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?