ubi-agni / rviz_cbf_plugin

rviz display plugin to configure a cbf controller set
1 stars 0 forks source link

create rviz plugin #3

Open rhaschke opened 8 years ago

rhaschke commented 8 years ago

Create an rviz::Panel plugin to configure (and test) a CBF controller.

The Panel should create its own rviz::Display showing the following rviz::Properties in the displays tree:

The Panel essentially contains a TreeView showing the hierarchy of controllers with its properties. Eventually, the properties should go into a separate TreeView?

The following controllers are possible:

these are possible operators

general properties:

consider reusing MoveIt's:

rhaschke commented 8 years ago

Start with the simple fixed controller we already have and try to display its properties in the TreeView. Even before, setup the infrastructure, showing the Panel, creating the Display and markers, etc. That is, turn our toy program into an rviz plugin.