ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Instead of getting the OrbitViewController class directly, it is possible to simply change the current view controller properties using the function subProp->setValue. For example, you can change the distance with :

     manager_->getViewManager()->getCurrent()->subProp("Distance")->setValue("20");

Hope this helps somebody else.