uzh-rpg / rpg_eklt

Code for the paper "EKLT: Asynchronous, Photometric Feature Tracking using Events and Frames" (IJCV'19)
GNU General Public License v3.0
128 stars 35 forks source link

Failed when "catkin build" #3

Closed LarryDong closed 4 years ago

LarryDong commented 4 years ago

Hi, I try to build this code by "catkin build eklt" but the system breakdown. I try to limit the threads by "-p1 -j1" but still failed. I checked and found out that there were many 'cc1plus' when building, Any solutions to limit that?

LarryDong commented 4 years ago

Hi, I try to build this code by "catkin build eklt" but the system breakdown. I try to limit the threads by "-p1 -j1" but still failed. I checked and found out that there were many 'cc1plus' when building, Any solutions to limit that?

Okay I think this issue can be closed now. I have added computer memory and didn't need to care about this now.