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

Support ROS 2 Jazzy / Ubuntu 24.04 #169

Merged
merged 12 commits into from
May 6, 2024
Prev Previous commit
Next Next commit
Install python3-venv in test image
sea-bass committed May 5, 2024
commit cb449726426244dcf9e1a835ce25a178fd45be39
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ RUN apt-get update &&\
python3 \
python3-pip \
python3-tk \
python3-venv \
git \
cmake \
ffmpeg \