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

[Feature] Support Humble #80

Closed
ooeygui opened this issue Oct 11, 2021 · 3 comments
Closed

[Feature] Support Humble #80

ooeygui opened this issue Oct 11, 2021 · 3 comments
Assignees

Comments

@ooeygui
Copy link
Member

ooeygui commented Oct 11, 2021

This work item is to support the Humble release of ROS2.

@hoffmann-stefan
Copy link
Member

hoffmann-stefan commented Apr 22, 2023

As of #98 support for Humble works on Linux, Windows Desktop passes CI, but haven't tested it yet on my Laptop as I don't (yet) have a ROS setup on Windows itself (without using WSL).

If someone could report that this works we can close this issue.

@timonmentink
Copy link
Contributor

After installing ROS2 humble on windows, ros2-dotnet can be build for humble with the following commands

call \dev\ros2_foxy\local_setup.bat
md \dev\ros2_dotnet_ws\src
cd \dev\ros2_dotnet_ws
curl -sk https://raw.githubusercontent.com/ros2-dotnet/ros2_dotnet/main/ros2_dotnet_humble.repos -o ros2_dotnet_humble.repos
vcs import \dev\ros2_dotnet_ws\src < ros2_dotnet_humble.repos
colcon build --merge-install

@hoffmann-stefan
Copy link
Member

@timonmentink: Thank you for testing this and getting it to work with #126 :)

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

3 participants