/ros2_windows_install

A Simplified all in one ROS2 Installer for windows

Primary LanguagePowerShell

Humble Hawksbill - Release

  • Tested on windows 10 and 11
  • Installer based off of their documentation.

To use, run this command inside an administrative shell (Powershell).

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/phs4530/ros2_windows_install/main/ros2_humble.ps1'))

Galactic Geochelone - Release

To use, run this command inside an administrative shell (Powershell).

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/phs4530/ros2_windows_install/main/ros2_galactic.ps1'))