#include <ci_pan_tilt_camera_actuator.h>
◆ ~CCI_PanTiltCameraActuator()
virtual argos::CCI_PanTiltCameraActuator::~CCI_PanTiltCameraActuator |
( |
| ) |
|
|
inlinevirtual |
◆ SetPan()
virtual void argos::CCI_PanTiltCameraActuator::SetPan |
( |
const CRadians & |
c_pan | ) |
|
|
pure virtual |
Sets the camera pan.
The pan is the orientation of the camera wrt the robot z axis. The value must be in [0,CRadians::TWO_PI].
- Parameters
-
◆ SetTilt()
virtual void argos::CCI_PanTiltCameraActuator::SetTilt |
( |
const CRadians & |
c_tilt | ) |
|
|
pure virtual |
Sets the camera tilt.
The tilt is the orientation of the camera wrt the camera y axis. The value must be in (-CRadians::PI_OVER_TWO,CRadians::PI_OVER_TWO). Zero means that the camera is directed along the z axis, looking downwards.
- Parameters
-