Skip to content

Commit

Permalink
Update to latest binary ros2 windows distributions (#548)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Hoffmann <stefan.hoffmann@schiller.de>
  • Loading branch information
hoffmann-stefan committed Mar 8, 2023
1 parent 163cec9 commit d0ac946
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Expand Up @@ -7348,8 +7348,8 @@ const chocolatey = __importStar(__nccwpck_require__(855));
const pip = __importStar(__nccwpck_require__(6744));
const utils = __importStar(__nccwpck_require__(1314));
const binaryReleases = {
foxy: "https://github.com/ros2/ros2/releases/download/release-foxy-20210902/ros2-foxy-20210902-windows-release-amd64.zip",
humble: "https://github.com/ros2/ros2/releases/download/release-humble-20220523/ros2-humble-20220523-windows-release-amd64.zip",
foxy: "https://github.com/ros2/ros2/releases/download/release-foxy-20221021/ros2-foxy-20221021-windows-release-amd64.zip",
humble: "https://github.com/ros2/ros2/releases/download/release-humble-20230213/ros2-humble-20230127-windows-release-amd64.zip",
};
const pip3Packages = ["lxml", "netifaces"];
/**
Expand Down
4 changes: 2 additions & 2 deletions src/setup-ros-windows.ts
Expand Up @@ -7,9 +7,9 @@ import * as pip from "./package_manager/pip";
import * as utils from "./utils";

const binaryReleases: { [index: string]: string } = {
foxy: "https://github.com/ros2/ros2/releases/download/release-foxy-20210902/ros2-foxy-20210902-windows-release-amd64.zip",
foxy: "https://github.com/ros2/ros2/releases/download/release-foxy-20221021/ros2-foxy-20221021-windows-release-amd64.zip",
humble:
"https://github.com/ros2/ros2/releases/download/release-humble-20220523/ros2-humble-20220523-windows-release-amd64.zip",
"https://github.com/ros2/ros2/releases/download/release-humble-20230213/ros2-humble-20230127-windows-release-amd64.zip",
};

const pip3Packages: string[] = ["lxml", "netifaces"];
Expand Down

0 comments on commit d0ac946

Please sign in to comment.