m12watanabe1a 2023-03-10
Fix galactic settings into humble
@3971f05b9c8060c21c3875dd21e50bff456d43b3
p9n_example/.vscode/c_cpp_properties.json
--- p9n_example/.vscode/c_cpp_properties.json
+++ p9n_example/.vscode/c_cpp_properties.json
@@ -6,7 +6,7 @@
         "limitSymbolsToIncludedHeaders": false
       },
       "includePath": [
-        "/opt/ros/galactic/include/**",
+        "/opt/ros/humble/include/**",
         "/usr/include/**",
         "${workspaceFolder}/include/**",
         "${workspaceFolder}/../p9n_interface/include/**"
p9n_interface/.vscode/c_cpp_properties.json
--- p9n_interface/.vscode/c_cpp_properties.json
+++ p9n_interface/.vscode/c_cpp_properties.json
@@ -6,7 +6,7 @@
         "limitSymbolsToIncludedHeaders": false
       },
       "includePath": [
-        "/opt/ros/galactic/include/**",
+        "/opt/ros/humble/include/**",
         "/usr/include/**",
         "${workspaceFolder}/include/**"
       ],
p9n_test/.vscode/c_cpp_properties.json
--- p9n_test/.vscode/c_cpp_properties.json
+++ p9n_test/.vscode/c_cpp_properties.json
@@ -6,7 +6,7 @@
         "limitSymbolsToIncludedHeaders": false
       },
       "includePath": [
-        "/opt/ros/galactic/include/**",
+        "/opt/ros/humble/include/**",
         "/usr/include/**",
         "${workspaceFolder}/include/**",
         "${workspaceFolder}/../p9n_interface/include/**"
Add a comment
List