18void SetViewer(OpenRAVE::EnvironmentBasePtr penv,
const std::string& viewername);
37 bool configureEnvironment(yarp::os::Searchable& config);
38 bool configureOpenravePlugins(yarp::os::Searchable& config);
39 bool configureRobot(yarp::os::Searchable& config);
43 OpenRAVE::EnvironmentBasePtr penv;
44 OpenRAVE::RobotBasePtr probot;
45 std::string robotName;
48 boost::thread_group openraveThreads;