-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(Docker): Dockerfile for comprising all the apps required for testing the PX4-space-system in a containarized system in any linux file #23
base: main
Are you sure you want to change the base?
Conversation
…ect motor position
…ting the PX4-space-system in a containarized system in any linux file
…t launch the container as root
…le to parse multi line inputs (DISCOWER#23) Signed-off-by: frederik <[email protected]>
Hi Andre, this looks great! much cleaner than the draft I had in the other PR.
With that in mind, I tested the things you mentioned you tested in the readme.md, and it looks fine to me! |
@joris997 I'll wait for @andre-rebelo-teixeira to comment on the two items you have and then merge. Thanks for the contribution @andre-rebelo-teixeira ! |
The changes made look good. It was a lapse on my part default name of the master branch |
The objective of this branch was to create a dockerfile than when compiled had all the necessary dependencies to run the simulator, this means that the Gazebo (with the custom gz-sim package), the custom QGroundControl, as well as the necessary ROS environment (ROS2 humble and the micro ros) for the simulation.
Currently the build stage of the docker is doing all the necessary steps, but more testing is necessary to make sure all the correct decencies.
Also the cloning of the PX4 repository to inside the docker container should be changed to a simple use of a shared folder in docker with the
-v
flag on the docker run but some problem were found when this was being done