Closed gabrielenava closed 9 months ago
@Yeshasvitvs suggested a possible workflow in order to be able to see run time plots with Simulink. The idea is to stream the Simulink data in a
yarp port
, and then use theyarp scope
in order to visualize the streamed data. Seems an interesting idea, but the feasibility is still to be verified. On the other hand, @FabioBergonti can provide a matlab script to perform post-processing on the data coming from Simulink. The addition of this feature to the WBC may be very useful and can be discussed in the next software upgrade, too.
For reference check the yarpscope xml we have now for visualizing FTShoe data. I encoded the color scheme similar to matlab for the plots with in a scope.
closing: it is an old issue and we are not planning to invest time on it at the moment
@Yeshasvitvs suggested a possible workflow in order to be able to see run time plots with Simulink. The idea is to stream the Simulink data in a
yarp port
, and then use theyarp scope
in order to visualize the streamed data. Seems an interesting idea, but the feasibility is still to be verified. On the other hand, @FabioBergonti can provide a matlab script to perform post-processing on the data coming from Simulink. The addition of this feature to the WBC may be very useful and can be discussed in the next software upgrade, too.