Simulink RaspberryPi3 ROS Kinetic Ubuntu Mate crash when build model

2 visualizaciones (últimos 30 días)
Multiplexer
Multiplexer el 8 de Dic. de 2017
Respondida: Rahul Bhadani el 25 de Jun. de 2018
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 comentarios
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 el 25 de Jun. de 2018
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.

Iniciar sesión para comentar.

Respuestas (1)

Rahul Bhadani
Rahul Bhadani el 25 de Jun. de 2018
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.

Categorías

Más información sobre Publishers and Subscribers en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by