-
Notifications
You must be signed in to change notification settings - Fork 191
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
Cant build the package on Raspberry Pi #140
Comments
Hello , Thanks ROS Version: Ros2 Iron Irwini |
Hi, I've been able to make the package run. I found that it was an image formatting that was the problem. There is a dependency called ffmpeg in the package.xml file. I've putted it in comment and also commented the lines 44 to 47 in the CMakeLists.txt file. If you go into the log file that is generated when you use colcon build you will probably see that the errors are linked to the libav_streamer.cpp node. From what I saw, libav is an image format that can be run using the package "ffmpeg" named earlier. I have'nt found a way to install this package so i commented everything related to it because i didn't need the format related to it. (VP9,h264,VP8 and libav are the format that were problematic). Hope that it will help you too, Fred |
@FredericTherrien4 @mdthabrez It's possible that Raspberry Pi is running out of memory. You can try limiting number of parallel jobs by running
before |
Hi,
I am working with ubuntu 22.04 installed on a Raspberry PI 4 with ros2 humble.
I cloned the package into my workspace and when i tried to colcon build the package it fails at 36% and crashes the PI.
Is it a know issue?
Thanks
The text was updated successfully, but these errors were encountered: