UbiquityRobotics / raspicam_node

ROS node for camera module of Raspberry Pi
BSD 3-Clause "New" or "Revised" License
292 stars 162 forks source link

Build stuck on raspicam_node_generate_messages #87

Closed Le0nLyn closed 4 years ago

Le0nLyn commented 4 years ago

Hi, I am trying to build from source on my raspberry pi 3 B, but the build process stucks on Building CXX object raspicam_node/CMakeFiles/raspicam_node.dir/src/RaspiCamControl.cpp.o. I'm also using the latest Ubiquity Image from https://downloads.ubiquityrobotics.com

rohbotics commented 4 years ago

Hi,

You may want to try compiling with fewer cores due to memory limitations on the Pi, catkin_make -j1.

Le0nLyn commented 4 years ago

Hi, I ended up using the pre-built binary, but using the -j1 flag did resolve the issue. Thank you!