Docker#3
Merged
Merged
Conversation
joseburgosguntin
approved these changes
Jan 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
In this PR, I added Docker support for GitHub Actions.
The Docker image builds the project with all its dependencies and runs colcon build for the mission executor.
In GitHub Actions, I’m doing two things:
Building the Docker image
Running a bash script that runs the headless version of Stonefish (the one that runs in the console)
I had to add two more XML
.scnfiles because, in console mode, cameras are not supported. This makes sense since the camera implementation in Stonefish relies on OpenGL.I also updated the README a bit to show how to use the Docker setup.
As a sidenote, in order to make this work I needed to add a line in
Cargo.tomlwhich, honestly, I don’t fully understand why it’s needed. Copilot suggested adding it, and after that the compilation started working.The error that this line fixes is the following: