ROS2 Installation #1
dave992
announced in
Announcements
Replies: 1 comment
-
Another alternative could be using RoboStack for conda. If you're already familiar with conda for Python packages, this would be the same infrastructure, but used to distribute ROS packages. Supports Windows natively (without WSL) as well as Linux and macOS. See Getting Started for how to get started. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A working ROS 2 installation is required to use the action interfaces described in this package. Installation instructions for ROS 2 can be found here: ROS2 (Humble) Installation Instructions.
I recommend using the Humble (LTS) version of ROS2. Recent versions are available for: Ubuntu, RHEL, and Windows.
It is also possible to install ROS2 within WSL on Windows 10/11. If you are familiar with containers, Docker is also an option to run and develop your application.
Update:
⚠️ Multiple partners had issues with installing ROS2 on Windows. If your system can only run Windows, I recommend using RoboStack (see comment from Gijs) or WSL2 instead of the native installation.
Beta Was this translation helpful? Give feedback.
All reactions