luxonis / depthai-ros

Official ROS Driver for DepthAI Sensors.
MIT License
239 stars 173 forks source link

[BUG] {Compilation of package with ROS Noetic on RPI4 make it crashed } #353

Closed ChengTszYin closed 11 months ago

ChengTszYin commented 11 months ago

I tried to install the package from source on my RPI 4B which installed with ROS Noetic. I compile the package with catkin_make but it crashed everytimes I tried. Are there any solution available on my case? Thank you

螢幕截圖 2023-07-22 下午9 43 21
Serafadam commented 11 months ago

Hi, to limit resource usage during compilation you can execute MAKEFLAGS="-j1 -l1" catkin_make_isolated, you can also temporarily increase RAM with swap

ChengTszYin commented 11 months ago

Thank, I successfully built it. It is my fault.