Data mismatch between ROS publisher and Simulink subscriber model

M
Mason · Apr 5, 2021 · 1.9K views
Question
I'm publishing the data to ros subscriber in matlab and writng the published data and subscribed data to a file respectively. The problem is that the data is not accurate when comparing two files. I think the problem is in matlab to write the ros data to a file with as the ros publishes data in high speed.  
Expert Answer
Profile picture of John Williams
John Williams PhD Expert
Answered Aug 14, 2026
What is the difference between the two? What data is being stored (the whole ROS message, or an extracted data field from it)? Is it simply dropped messages that are published but apparently not seen by the subscriber?
 
If it is the latter, then I have a suspicion about what is happening. Simulink executes its simulation on a (typically) fixed timestep. Every timestep, the Subscriber block will output the most recently receive message, indicating if it is a new message or one that has been output before. If your publisher is sending data faster than Simulink is running its timesteps, it will not pick up every message. Even if MATLAB is running slower, if the network communication happens in such a way that two messages arrive during the same timestep in Simulink, only one will be output.
 
Commonly,  Simulink is used in feedback control systems or similar, where it needs the latest sensor or position data to determine the next action. From this point of view, always operating on the latest message received makes more sense than operating on all messages received in order. What are you planning on using the Subscriber in Simulink for though, that you require every message?
100% Run Guarantee 3-Hour Fast-Track Delivery

Need a Custom Version or Complete Simulation for This Problem?

Our 500+ PhD engineers build, debug, and optimize working MATLAB scripts and Simulink (.slx) models tailored to your exact assignment rubrics with zero plagiarism.

Tested on MATLAB R2024b / R2026a
Turnitin 0% Plagiarism Report
Free 7-Day Revisions Guarantee
Have a different question? Ask here

Get a Free Consultation or a Sample Assignment Review!