Can't publish message from Simulink to ROS

조회 수: 4 (최근 30일)
Ben Locke
Ben Locke 2021년 7월 5일
댓글: Nupur 2024년 3월 18일
I am having trouble sending a message from Simulink to a ROS. The ROS master is running on a separate laptop which runs ROS kinetic on Ubuntu 16.04. When I echo the ROS topic on this laptop the message appears empty. The simulink model and empty message is attached below. Any help is much appreciated.

채택된 답변

Abhijeet Gadkari
Abhijeet Gadkari 2021년 7월 6일
편집: Abhijeet Gadkari 2021년 7월 6일
Hello Ben,
sensor_msgs/Joy is a ROS message that contains variable sized sub-messages.
As shown in the Modify maximum Size of Variable-length Array section of that example, you need to set the correct array-size of the Axes and Buttons fields for sensors_msgs/Joy.
Variable size sensor_msgs/Joy
In above snapshot, I've updated the Simulink model with 'Probe Width' blocks and assigned the width to CurrentLength field. In PuTTy window, echo of /joy topic shows message published from MATLAB.
-Abhijeet
  댓글 수: 2
Ben Locke
Ben Locke 2021년 7월 7일
Hi Abhijeet
Thank you for your response, the model now works.
Best regards
Ben
Nupur
Nupur 2024년 3월 18일
Hi @Abhijeet Gadkari I want to publsih ros2 message trajectory_msgs/JointTrajectoryPoint with positions [x1...xn, y1....yn] at each time step for example at time(t1) publish [x1...xn,y1...yn], at time(t2) publish [x1...xn, y1...yn] and so on.
I tried your solution for my task however, as the positons with size [128*2] i am getting erros. I have attached the file. Thanks in advance.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 ROS Network Access in Simulink에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by