ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

rosmake rgbdslam

asked 2014-05-11 17:19:06 -0500

360693047 gravatar image

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.

edit retag flag offensive close merge delete

Comments

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

vdonkey gravatar image vdonkey  ( 2014-05-11 18:08:34 -0500 )edit

Do you run out of memory? Are you overheating?

tfoote gravatar image tfoote  ( 2014-05-11 19:29:51 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-05-26 23:41:40 -0500

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-05-11 17:19:06 -0500

Seen: 275 times

Last updated: May 26 '14