How to get arrays of buses from message in ros subcribe in simulink and transfer to matlab function

1 vue (au cours des 30 derniers jours)
Dear all!
I want to get 640 values I got from ros subcriber in range to pass through the matlab function to display 640 full values in display. Because I used to use the Bus selector but it only showed me 128 values, at most 199 values so I thought I had to use the matlab function to display 640 values in the display in simulink. Currently I am using Matlab R2018B version. Please help me. Thank you very much!

Réponses (1)

Cam Salzberger
Cam Salzberger le 17 Juin 2019
Hello,
You may need to manage your array sizes in Simulink ROS to allow the full number of points to be extracted from the array. However, rather than using the bus selector and a display block to extract the information, I'd highly suggest the Read Point Cloud block, assuming you use a sensor_msgs/PointCloud2 message type.
-Cam

Catégories

En savoir plus sur Publishers and Subscribers dans Help Center et File Exchange

Tags

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by