RVIZ dockable panel plugins
We're in the process of converting our robots over to ROS and in the process, I would like to move my operator interface into ROS. rViz fits the bill for what I need, but only if I have ways to customize (i.e. plugins). I've written a plugin for a dockable panel that seems to work, but when it receives ROS messages, rViz crashes. I've recreated the code in a test case, and it receives the messages just fine, but debugging through rViz is proving very difficult.
I'm wondering if I'm just running into some limitations of the plugin development relating to it not really being ready for prime time. Has anyone had success with these?
fyi - I figured out my issue a while ago and forgot to update this posting. Thanks for all of the help.
fyi - I figured out my issue a while ago and forgot to update this posting.