Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation instructions #243

Closed
1 task
audrow opened this issue Apr 11, 2022 · 7 comments
Closed
1 task

Installation instructions #243

audrow opened this issue Apr 11, 2022 · 7 comments

Comments

@audrow
Copy link
Collaborator

audrow commented Apr 11, 2022

Follow the official installation instructions for the platform. If instructions have not been published for the platform, use the instructions for Rolling Ridley.

For source build platforms, this includes the installation of dependencies and building the packages.

Setup

  • DDS vendor: FastDDS
  • BuildType: Binary
  • Chip: Amd64
  • Os: Windows

Links

Checks

  • Install works

You can find the code used to generate this test case here

@sloretz
Copy link
Collaborator

sloretz commented Apr 19, 2022

@sloretz
Copy link
Collaborator

sloretz commented Apr 19, 2022

I noticed the Python version is out of date on Windows.

ros-infrastructure/rep#349
ros-infrastructure/ros2-cookbooks#44
ros2/ros2_documentation#2406
ros2/ci#660

@sloretz
Copy link
Collaborator

sloretz commented Apr 19, 2022

I noticed the OpenSSL version is listed as 1.1.1L, but only 1.1.1n is listed on the page

Download the Win64 OpenSSL v1.1.1L OpenSSL installer from this page. Scroll to the bottom of the page and download Win64 OpenSSL v1.1.1L. Don’t download the Win32 or Light versions.

ros2/ros2_documentation#2407

@sloretz sloretz added bug Something isn't working and removed bug Something isn't working labels Apr 19, 2022
@sloretz
Copy link
Collaborator

sloretz commented Apr 20, 2022

Investigating why this doesn't work after following the binary instructions:

C:\Windows\system32>ros2 run demo_nodes_cpp talker
failed to create process.

EDIT this was due to installing the wrong python version (I installed 3.10 but the binary archive is built with 3.8)

@sloretz
Copy link
Collaborator

sloretz commented Apr 22, 2022

I found I needed to install pip and setuptools first before the python dependencies would install

ros2/ros2_documentation#2425

@sloretz
Copy link
Collaborator

sloretz commented May 4, 2022

No need to mention the ROS 1 bridge on windows https://github.com/ros2/ros2_documentation/pull/2469/files

@sloretz
Copy link
Collaborator

sloretz commented May 4, 2022

Looks like the build type in the description is Binary, and that seems to work now. I'll call this done.

@sloretz sloretz closed this as completed May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants