ros-tooling / cross_compile

A tool to build ROS and ROS2 workspaces for various targets
Apache License 2.0
188 stars 60 forks source link

Enable Foxy support #190

Closed emersonknapp closed 4 years ago

emersonknapp commented 4 years ago

Closes https://github.com/ros-tooling/cross_compile/issues/184 Depends on https://github.com/ros-tooling/cross_compile/pull/192

The Foxy beta is out, we can now build workspaces against it. However, since it's not officially released, we need to use the ros2-testing repo to install dependencies.

Probably won't merge this PR as-is, we should wait until Foxy is out, and the e2e requires no special setup. However, anybody who wants to try it out against the Foxy betas can check out this branch.

Signed-off-by: Emerson Knapp emerson.b.knapp@gmail.com