Adds instructions to build a docker image in an x86/x64 architecture for arm64/v8 #202
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎉 New feature
Part of #200
Summary
Povides a dockerized container to run in arm64/v8.
This is by no means a definite solution, given that it is presented as a self-contained docker image which packs the current state of the repository, builds and tests it, which isn't great for development. It is not great for staged versions either given that we have a plethora of unnecessary dependencies and the port / driver configurations are not included in this image.
It should help to foster the discussion and #200 by providing a baseline that works.
Test it
Followed the readme instructions in my laptop, connected the RPI to the camera, the lidar and the arduino uno. As a base system I had the system fully installed as the readme says, so all the port configuration was already there. After launching the container, I ran the following:
I could see an error with the camera, different to #198 but probably related and just twisted because of the docker configuration. After setting the ROS_DOMAIN_ID, I could see with
rqt_gui
different topic information and similarly a partial visualization with RViz.Checklist
Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.