3 #ifndef SIMULATION_MARSDEPTHCAMERA_TASK_HPP 4 #define SIMULATION_MARSDEPTHCAMERA_TASK_HPP 6 #include "mars/DepthCameraBase.hpp" 20 base::samples::DistanceImage *
image;
21 RTT::extras::ReadOnlyPointer<base::samples::DistanceImage>
ro_ptr;
30 DepthCamera(std::string
const& name =
"mars::DepthCamera");
37 DepthCamera(std::string
const& name, RTT::ExecutionEngine* engine);
void cleanupHook()
Definition: DepthCamera.cpp:58
void stopHook()
Definition: DepthCamera.cpp:53
virtual void getData()
Definition: DepthCamera.cpp:63
void updateHook()
Definition: DepthCamera.cpp:43
DepthCamera(std::string const &name="mars::DepthCamera")
Definition: DepthCamera.cpp:7
bool configureHook()
The following lines are template definitions for the various state machine.
Definition: DepthCamera.cpp:24
RTT::extras::ReadOnlyPointer< base::samples::DistanceImage > ro_ptr
Definition: DepthCamera.hpp:21
void errorHook()
Definition: DepthCamera.cpp:48
Definition: jointTypes.hpp:9
Definition: DepthCamera.hpp:16
~DepthCamera()
Definition: DepthCamera.cpp:17
friend class DepthCameraBase
Definition: DepthCamera.hpp:18
base::samples::DistanceImage * image
Definition: DepthCamera.hpp:20
bool startHook()
Definition: DepthCamera.cpp:32