rosmake rgbdslam
when I rosmake rgbdslam_freiburg,my cpu use rate achives 100%,which causes my computer crashed, and the make dosent complete.I use ubuntu 64 and my computer is 4G memory.
when I rosmake rgbdslam_freiburg,my cpu use rate achives 100%,which causes my computer crashed, and the make dosent complete.I use ubuntu 64 and my computer is 4G memory.
Check if you have parallel compilation enabled, e.g. in the environment variable $ROS_PARALLEL_JOBS (also there will be multiple compiler processes in "top" when you run rosmake).
4GB might not be enough if you do compile in parallel, as some very memory hungry template libraries are used.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2014-05-11 17:19:06 -0500
Seen: 209 times
Last updated: May 26 '14
RGBDSLAM alternatives for Indigo
Problem in installing rgbdslam_freiburg
Can I enforce rgbdslam to save ply in binary ?
Wierd TF tree when running RGB-D Slam
How can I modify the clouds the OpenNI gets?
ROS rgbdslam not working as expected
rgbdslam: cannot connect to X server
no idea. but maybe you can try catkin_make. copy rgbdslam_freiburg to your catkin home's src sub dir. run catkin_make at catkin home dir
Do you run out of memory? Are you overheating?