RobotML / RobotML-SDK

RobotML-SDK is an implementation of the Robot Modeling language. It is based upon Papyrus modeling tool (http://www.papyrus.org) which is itself based upon Eclipse framework (http://www.eclipse.org).
2 stars 1 forks source link

Orocos generator - Task Camera Interface #167

Closed Farges closed 10 years ago

Farges commented 11 years ago

In TaskCameraInterface.hpp lines such as:

        this->provides("CameraInterface"->addOperation("CameraInterface_getShutterAutoMin", &CameraInterface::CameraInterface_getShutterAutoMin, this, RTT::ClientThread)
            .doc("Description : invalid");

should be:

        this->addOperation("CameraInterface_getShutterAutoMin", &CameraInterface::CameraInterface_getShutterAutoMin, this, RTT::ClientThread)
            .doc("Description : invalid");