Skip to content
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

Fix: Checkout to the correct repo #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ernie-Wang
Copy link

The dockerfile you created is great, however, the realsense-ros repo has changed the default to ros2, so I think the dockerfile should be changed.
Let me know if I misunderstand anything!

1. Change the realsense library to ROS1 version
2. Change the server key
Comment on lines +31 to +34
git clone https://github.com/IntelRealSense/realsense-ros.git && \
cd realsense-ros && \
git checkout ros1-legacy && \
cd .. && \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your changes work for me, thank you. You could streamline the command a little like this:

Suggested change
git clone https://github.com/IntelRealSense/realsense-ros.git && \
cd realsense-ros && \
git checkout ros1-legacy && \
cd .. && \
git clone --branch ros1-legacy https://github.com/IntelRealSense/realsense-ros.git && \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants