Subscribing to ROS joint_states issue
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Jason Michel Lambert
il 7 Nov 2019
Risposto: Jason Michel Lambert
il 21 Nov 2019
Hello,
I'm migrating a Simulink model from R2017b to R2019b. The model subscribes to the "joint_states" topic of a ROS robot. Although I'm getting the right size and the right data values when calling rostopic echo (see first image) from the Matlab prompt, the output of the Simulink block gives me something different entirely (see second image). This only seems to happen with the "joint_states" topic. This used to work fine in R2017b.
1 Commento
Philippe Lebel
il 20 Nov 2019
have you tried to verify if the paths were the good ones in simulink. (i dont know how to do that though)
I've had a problem where the LD_LIBRARY_PATH was over written by matlab, preventing me from launching .launch files and using ROS in matlab, i had to manually re-export the right path in the matlab script i was using. Maybe this is a similar issue that you are facing with simulink.
Risposta accettata
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Specialized Messages in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!