-
Notifications
You must be signed in to change notification settings - Fork 153
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
Add Docker Support to open_manipulator #266
Conversation
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.
The EOF is misplaced in the file. It should be at the very end.
EOF is now placed at the end of the files. |
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.
LGTM
@Woojin-Crive We were considering support for Docker this year, so thanks for writing it in advance! |
Usage Examples for Docker Support
These examples should help users get started quickly with the containerized environment provided by the Docker support. |
Description
This pull request merges the
support-docker
branch into the main branch, introducing Docker support to the open_manipulator project. The changes in this branch aim to simplify the setup process and streamline the development environment through containerization.Summary of Changes
A new Dockerfile is provided to build a containerized environment for open_manipulator. This ensures that users can quickly and consistently set up the required build environment.
Motivation
Many users and contributors have expressed interest in a containerized setup that can simplify dependency management and environment configuration. By integrating Docker support, we reduce setup time and increase the reproducibility of builds and tests. This change helps new contributors get started quickly and makes the project more accessible.
Testing & Validation
The Docker container was built and run locally, and all essential functionalities were verified within the containerized environment.
Request for Review
Please review the changes and provide any feedback or suggestions. Your input is welcome to ensure that this new workflow integrates smoothly with our ongoing development process.