How to make my plugin display type in Rviz interactive?
I want to display some self defined display-type in Rviz, which come from object segmentation from laser scanned point clouds. The basic type Marker should not be used, because the primitive shapes can not cover the abundant shapes from the segmented objects and also some information like velocity is appended to the message to Rviz.
Moreover I want to make the displayed shapes interactive. For example users can click on a shape and add on a label like "vehicle" to it.
But after much research I have found no methods for making a plugin type interactive. Could anyone help me through this?