Simulink RaspberryPi3 ROS Kinetic Ubuntu Mate crash when build model

조회 수: 1 (최근 30일)
Multiplexer
Multiplexer 2017년 12월 8일
답변: Rahul Bhadani 2018년 6월 25일
Hello,
Im trying to build a simple model where a square signal will be published to topic. I have whole environment configured properly, all connection checks pass etc. I have Ubuntu Mate 16.10 on RPI3 and ROS Kinetic running on it, connected into same network as PC with Simulink over WiFi.
The problem is that at about ~62% of build, Simulink build crashes/freezes my RaspberryPi3 as the memory usage goes from ~35% to 100%.
Did i misconfigure something that causes Simulink build process to consume so much of memory on my RPI3?
Attaching model and build diagnostic log.
  댓글 수: 2
MathWorks Robotics and Autonomous Systems Team
Sorry for responding to this so late, if you are still facing issues, I request you to email with reproduction steps (+files) to support@mathworks.com and do mention using "Simulink Support Package for Raspberry Pi Hardware"
Rahul Bhadani
Rahul Bhadani 2018년 6월 25일
Hi, I had exactly the same issue. Apparently, the solution is to run catkin_make on only one core. In your environment variable, set export ROS_PARALLEL_JOBS=-j1.
Better include
export ROS_PARALLEL_JOBS=-j1
in your .bashrc file.

댓글을 달려면 로그인하십시오.

답변 (1개)

Rahul Bhadani
Rahul Bhadani 2018년 6월 25일
Hi, I had exactly the same issue. Apparently, the solution is to run catkin_make on only one core. In your environment variable, set export ROS_PARALLEL_JOBS=-j1.
Better include
export ROS_PARALLEL_JOBS=-j1
in your .bashrc file.

카테고리

Help CenterFile Exchange에서 Publishers and Subscribers에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by