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

add dockerfile in docs #3917

Merged
merged 3 commits into from
Nov 27, 2024
Merged

add dockerfile in docs #3917

merged 3 commits into from
Nov 27, 2024

Conversation

ErniGH
Copy link
Contributor

@ErniGH ErniGH commented Nov 25, 2024

No description provided.

@ErniGH ErniGH requested a review from danimtb November 25, 2024 16:52
Copy link
Member

@danimtb danimtb left a comment

Choose a reason for hiding this comment

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

I think the addition of the dockerfile should replace the osrf/ros:humble-desktop of the first pre-requisite. I would also add a docker command to build the image and run with interactive console (Something like docker build -t conanio/ros-humble . && docker run -it conanio/ros-humble).

Let's also remove the lines

RUN git clone https://github.com/conan-io/examples2.git /workspace/examples2
WORKDIR /workspace/examples2/examples/tools/ros/rosenv

So the starting point in the second pre-requisite remains the same whether the reader is using its own system with ROS installed or the docker image

@ErniGH ErniGH requested a review from danimtb November 26, 2024 10:54
integrations/ros.rst Outdated Show resolved Hide resolved
RUN apt-get update && apt-get install -y \
curl \
python3-pip \
git \
Copy link
Member

Choose a reason for hiding this comment

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

Add nav2_msgs to support blogpost example at conan-io/examples2#168

Suggested change
git \
git \
ros-humble-nav2-msgs \

@danimtb danimtb merged commit 5e93b21 into conan-io:develop2 Nov 27, 2024
2 checks passed
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