-
Notifications
You must be signed in to change notification settings - Fork 7
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
Setting up Docker for buoy sim development #3
Conversation
Signed-off-by: quarkytale <dharini@openrobotics.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did an initial high-level review
Signed-off-by: quarkytale <dharini@openrobotics.org>
Signed-off-by: quarkytale <dharini@openrobotics.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working for me! Just some final comments.
Signed-off-by: quarkytale <dharini@openrobotics.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still having some trouble running the image
Signed-off-by: quarkytale <dharini@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Suggestions to Docker setup
Signed-off-by: quarkytale <dharini@openrobotics.org>
Signed-off-by: quarkytale <dharini@openrobotics.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for iterating! LGTM!
Introduction
Developing under docker container would help reproduce, find and fix issues quicker. Increases stability and reliability of the project.
Requirements
rocker
bysudo apt-get install python3-rocker
.Usage