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

ROS2 cross-compilation #18

Closed
lukicdarkoo opened this issue Mar 27, 2020 · 0 comments · Fixed by #24
Closed

ROS2 cross-compilation #18

lukicdarkoo opened this issue Mar 27, 2020 · 0 comments · Fixed by #24
Assignees
Labels
enhancement New feature or request

Comments

@lukicdarkoo
Copy link
Member

lukicdarkoo commented Mar 27, 2020

I got a request to solve ROS2 cross-compilation issue. There are two possible solutions:

However, ROS Tooling group works on putting cross-compilation tools in Docker image (ros-tooling/cross_compile#69). From my point of view, this is the ultimate solution! A user would install our container with toolchain simply with docker pull OUR_CONTAINER, allocate a pseudo-tty (docker run -it) and run any build command at native speed. If successful, we could merge the solution with cross_compile.

A few resources to start with:

@lukicdarkoo lukicdarkoo added the enhancement New feature or request label Mar 27, 2020
@lukicdarkoo lukicdarkoo self-assigned this Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant