File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- FROM althack/ros2:humble -dev
1
+ FROM althack/ros2:rolling -dev
2
2
3
3
# ** [Optional] Uncomment this section to install additional packages. **
4
4
#
Original file line number Diff line number Diff line change 33
33
" betwo.b2-catkin-tools" ,
34
34
" DotJoshJohnson.xml" ,
35
35
" ms-azuretools.vscode-docker" ,
36
- " ms-iot.vscode-ros" ,
37
36
" ms-python.python" ,
38
37
" ms-vscode.cpptools" ,
39
38
" redhat.vscode-yaml" ,
40
39
" smilerobotics.urdf" ,
41
40
" streetsidesoftware.code-spell-checker" ,
42
41
" twxs.cmake" ,
43
42
" yzhang.markdown-all-in-one" ,
44
- " zachflower.uncrustify"
43
+ " zachflower.uncrustify" ,
44
+ " ms-iot.vscode-ros"
45
45
]
46
46
}
47
47
}
Original file line number Diff line number Diff line change 4
4
"name" : " Linux" ,
5
5
"includePath" : [
6
6
" ${workspaceFolder}/**" ,
7
- " /opt/ros/humble /include/**"
7
+ " /opt/ros/rolling /include/**"
8
8
],
9
9
"defines" : [],
10
10
"compilerPath" : " /usr/bin/gcc" ,
Original file line number Diff line number Diff line change 9
9
"*.xacro" : " xml"
10
10
},
11
11
"python.analysis.extraPaths" : [
12
- " /opt/ros/humble /lib/python3.10/site-packages/"
12
+ " /opt/ros/rolling /lib/python3.10/site-packages/"
13
13
],
14
14
// Autocomplete from ros python packages
15
15
"python.autoComplete.extraPaths" : [
16
- " /opt/ros/humble /lib/python3.10/site-packages/"
16
+ " /opt/ros/rolling /lib/python3.10/site-packages/"
17
17
],
18
18
// Environment file lets vscode find python files within workspace
19
19
"python.envFile" : " ${workspaceFolder}/.env" ,
24
24
],
25
25
"C_Cpp.default.intelliSenseMode" : " linux-gcc-x86" ,
26
26
"C_Cpp.formatting" : " disabled" ,
27
- "uncrustify.configPath.linux" : " /opt/ros/humble /lib/python3.10/site-packages/ament_uncrustify/configuration/ament_code_style.cfg" ,
27
+ "uncrustify.configPath.linux" : " /opt/ros/rolling /lib/python3.10/site-packages/ament_uncrustify/configuration/ament_code_style.cfg" ,
28
28
"[cpp]" : {
29
29
"editor.defaultFormatter" : " zachflower.uncrustify"
30
30
},
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ repositories:
7
7
examples:
8
8
type: git
9
9
url: https://github.com/ros2/examples.git
10
- version: humble
10
+ version: rolling
You can’t perform that action at this time.
0 commit comments