-
Notifications
You must be signed in to change notification settings - Fork 6
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
initial Docker setup #78
Conversation
It compiles mostly fine, but the bringup fails
|
|
||
# colcon | ||
RUN pip3 install -U setuptools | ||
RUN pip3 install colcon-ros-bundle |
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.
You can probably replace this with python3-colcon-ros
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.
Actually, it's already a dependency of python3-colcon-common-extensions. You may wanna just try removing this line.
@nlamprian can you try these and see if it fixes things for you? |
Indeed, I just needed to install the nvidia driver |
I'm going to redo this PR since the directory rename is giving me some issues...new PR to come shortly. |
@nlamprian can you try:
and let me know if it works for you? You'll need
Docker
,docker-compose
, andmake
installed locally.