-
Notifications
You must be signed in to change notification settings - Fork 16
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
Ubuntu 24.04 Noble Numbat ROS1 build in docker #39
Comments
Try out the 2204 Dockerfile with 24.04
|
Seeing this a lot for some apt installs
So far:
cmake doesn't, install, so I guess try again in a few weeks (or build cmake from source...) |
The apt installs work now, currently the dockerfile is failing during catkin with:
install python3-angles? But why build tf or all of geometry at all, just use it from apt |
python3-python_qt_bindings isn't in 24.04? trying to build rqt
Install python3-sip-dev
Install pyqt5-dev |
Seeing a lot of these:
|
Install every debian ros package:
|
libuvc_camera isn't compiling properly, but libuvc-dev is installed
/usr/lib/cmake/libuvc/libuvcConfig.cmake is missing from 0.0.7, it's there in 23.10 with 0.0.6 https://github.com/libuvc/libuvc/commits/master/libuvcConfig.cmake --> |
-> disable the testing for now:
|
There's no libqtav-dev - plotjuggler wants it |
This is happening within find_package(apriltag REQUIRED)
The This cmake file duplicates it:
Looks to be reported already: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069023 - probably that'll get rolled into 24.04 in the next few days? Check back again later.
-> Try apt update + apt upgrade |
Next is making fuse build
Rebased the cpp17 branch (locusrobotics/fuse#270) and it builds, though need an ifdef around error_line_color.getHSB to make it build in 20.04. |
opencv_apps (using the
But those are just warnings this is the real error:
This change makes it build |
Next
Same error in 23.10 -> Use drawFrameAxes introlab/rtabmap#860 |
Will need to change this dockerfile to accommodate https://discourse.ubuntu.com/t/changes-to-ros-debian-science-support-packages/44497, and build from source all the packages that used to be available from apt following #42 |
https://hub.docker.com/_/ubuntu
Currently there is a working docker file in https://github.com/lucasw/ros_from_src/blob/ubuntu2404/ubuntu_2404/Dockerfile
The text was updated successfully, but these errors were encountered: