Skip to content

Commit 09d4142

Browse files
committed
Update ROS 2 binary release URLs and Python version
Signed-off-by: mosfet80 <realeandrea@yahoo.it>
1 parent 01ab034 commit 09d4142

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/setup-ros-windows.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ import * as utils from "./utils";
88

99
const binaryReleases: { [index: string]: string } = {
1010
humble:
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",
11+
"https://github.com/ros2/ros2/releases/download/release-humble-20260220/ros2-humble-20260220-windows-release-amd64.zip",
1312
jazzy:
14-
"https://github.com/ros2/ros2/releases/download/release-jazzy-20250430/ros2-jazzy-20250407-windows-release-amd64.zip",
13+
"https://github.com/ros2/ros2/releases/download/release-jazzy-20260128/ros2-jazzy-20260128-windows-release-amd64.zip",
1514
kilted:
16-
"https://github.com/ros2/ros2/releases/download/release-kilted-20250523/ros2-kilted-20250523-windows-release-amd64.zip",
15+
"https://github.com/ros2/ros2/releases/download/release-kilted-20250728/ros2-kilted-20250728-windows-release-amd64.zip",
1716
};
1817

1918
const pip3Packages: string[] = ["lxml", "netifaces"];
@@ -23,7 +22,7 @@ const pip3Packages: string[] = ["lxml", "netifaces"];
2322
*/
2423
async function prepareRos2BuildEnvironment() {
2524
// Currently targeted Python version for Windows according to REP 2000
26-
const python_dir = tc.find("Python", "3.8");
25+
const python_dir = tc.find("Python", "3.10");
2726

2827
await utils.exec(
2928
path.join(python_dir, "python"),

0 commit comments

Comments
 (0)