File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7309,10 +7309,10 @@ const chocolatey = __importStar(__nccwpck_require__(855));
73097309const pip = __importStar ( __nccwpck_require__ ( 744 ) ) ;
73107310const utils = __importStar ( __nccwpck_require__ ( 314 ) ) ;
73117311const binaryReleases = {
7312- humble : "https://github.com/ros2/ros2/releases/download/release- humble-20230614 /ros2-humble-20230614 -windows-release-amd64.zip" ,
7313- iron : "https://github.com/ros2/ros2/releases/download/release-iron-20230523 /ros2-iron-20230523 -windows-release-amd64.zip" ,
7314- jazzy : "https://github.com/ros2/ros2/releases/download/release-jazzy-20240705 /ros2-jazzy-20240705 -windows-release-amd64.zip" ,
7315- kilted : "https://github.com/ros2/ros2/releases/download/release-kilted-beta-20250430 /ros2-kilted-beta-20250430 -windows-release-amd64.zip" ,
7312+ humble : "https://github.com/ros2/ros2/releases/download/humble-20250331 /ros2-humble-20250331 -windows-release-amd64.zip" ,
7313+ iron : "https://github.com/ros2/ros2/releases/download/release-iron-20241204 /ros2-iron-20241204 -windows-release-amd64.zip" ,
7314+ jazzy : "https://github.com/ros2/ros2/releases/download/release-jazzy-20250430 /ros2-jazzy-20250407 -windows-release-amd64.zip" ,
7315+ kilted : "https://github.com/ros2/ros2/releases/download/release-kilted-20250523 /ros2-kilted-20250523 -windows-release-amd64.zip" ,
73167316} ;
73177317const pip3Packages = [ "lxml" , "netifaces" ] ;
73187318/**
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ import * as utils from "./utils";
88
99const binaryReleases : { [ index : string ] : string } = {
1010 humble :
11- "https://github.com/ros2/ros2/releases/download/release- humble-20230614 /ros2-humble-20230614 -windows-release-amd64.zip" ,
12- iron : "https://github.com/ros2/ros2/releases/download/release-iron-20230523 /ros2-iron-20230523 -windows-release-amd64.zip" ,
11+ "https://github.com/ros2/ros2/releases/download/humble-20250331 /ros2-humble-20250331 -windows-release-amd64.zip" ,
12+ iron : "https://github.com/ros2/ros2/releases/download/release-iron-20241204 /ros2-iron-20241204 -windows-release-amd64.zip" ,
1313 jazzy :
14- "https://github.com/ros2/ros2/releases/download/release-jazzy-20240705 /ros2-jazzy-20240705 -windows-release-amd64.zip" ,
14+ "https://github.com/ros2/ros2/releases/download/release-jazzy-20250430 /ros2-jazzy-20250407 -windows-release-amd64.zip" ,
1515 kilted :
16- "https://github.com/ros2/ros2/releases/download/release-kilted-beta-20250430 /ros2-kilted-beta-20250430 -windows-release-amd64.zip" ,
16+ "https://github.com/ros2/ros2/releases/download/release-kilted-20250523 /ros2-kilted-20250523 -windows-release-amd64.zip" ,
1717} ;
1818
1919const pip3Packages : string [ ] = [ "lxml" , "netifaces" ] ;
You can’t perform that action at this time.
0 commit comments