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 using :

manager_->getViewManager()->getCurrent()->setProperty("Target Frame", "base_link");

Try using :

manager_->getViewManager()->getCurrent()->subProp("Target Frame")->setValue("base_link");

I had the same problem for changing the current view controller distance. Hope it helps even if I'm too late.