ANYbotics / rqt_multiplot_plugin

An rqt plugin for visualizing numeric values in multiple 2D plots.
GNU Lesser General Public License v3.0
124 stars 42 forks source link

Automatic conversion of quaternions to angles? #15

Open skohlbr opened 7 years ago

skohlbr commented 7 years ago

A use case that pops up quite frequently is visualization of orientation data. Given that the standard representation are quaternions, the orientation they represent cannot be visualized easily by plotting (not counting the few % of people who can "see" quaternion orientations here). It would thus be very nice to optionally generate a rpy angle representation and plot that for quaternion data. Thoughts if this could be implemented somehow (i.e. perhaps via plugins for certain types or so)?

YuehChuan commented 7 years ago

Good Suggestion. Wish I had more time dig into this too. Any hints to modified ;P

samuelba commented 7 years ago

That's a nice idea. However, I don't know how it would be the best way to implement. Perhaps @kralf can give a hint.