eProsima / fastdds-visualizer-plugin

PlotJuggler plugin for Fast DDS
https://eprosima.com
GNU General Public License v2.0
6 stars 4 forks source link

FastDDS Visualizer Compatibility with FastDDS V2.13.2 and FastCDR V2.1.3 #57

Open bshantam97 opened 3 months ago

bshantam97 commented 3 months ago

I am trying to visualize data using the fastdds viz pluging. My publisher is ustilizing FastRTPS V2.13.2 and FastCDR v2.1.3. Whenever I try to plot the data/discover on domain the application goes into a segmentation fault. Is this a version compatibility issue ?

manuelValch commented 3 months ago

I have faced the same kind of issue,

After a few research found these:

When I experienced the crash I used sequence in my Idls, once I switched to "keyed" topics no more crashes.