Information about a monocular camera sensor. More...
#include <Camera.hh>
Public Member Functions | |
Camera () | |
Constructor. More... | |
uint32_t | AntiAliasingValue () const |
Get the anti-aliasing value. More... | |
const std::string & | BoundingBoxType () const |
Get the boundingbox type. More... | |
std::string | CameraInfoTopic () const |
Get the camera info topic. More... | |
double | DepthFarClip () const |
Get the far clip distance for the depth camera. More... | |
double | DepthNearClip () const |
Get the near clip distance for the depth camera. More... | |
const gz::math::Vector2d & | DistortionCenter () const |
Get the distortion center or principal point. More... | |
double | DistortionK1 () const |
Get the radial distortion coefficient k1. More... | |
double | DistortionK2 () const |
Get the radial distortion coefficient k2. More... | |
double | DistortionK3 () const |
Get the radial distortion coefficient k3. More... | |
double | DistortionP1 () const |
Get the tangential distortion coefficient p1. More... | |
double | DistortionP2 () const |
Get the tangential distortion coefficient p2. More... | |
sdf::ElementPtr | Element () const |
Get a pointer to the SDF element that was used during load. More... | |
double | FarClip () const |
Get the far clip distance. More... | |
bool | HasBoundingBoxType () const |
Get whether the boundingbox type was set. More... | |
bool | HasDepthCamera () const |
Get whether the depth camera was set. More... | |
bool | HasDepthFarClip () const |
Get whether the depth camera far clip distance was set. More... | |
bool | HasDepthNearClip () const |
Get whether the depth camera near clip distance was set. More... | |
bool | HasLensIntrinsics () const |
Get whether or not the camera has instrinsics values set. More... | |
bool | HasLensProjection () const |
Get whether or not the camera has projection values set. More... | |
bool | HasSegmentationType () const |
Get whether the segmentation type was set. More... | |
gz::math::Angle | HorizontalFov () const |
Get the horizontal field of view in radians. More... | |
uint32_t | ImageHeight () const |
Get the image height in pixels. More... | |
const Noise & | ImageNoise () const |
Get the image noise values. More... | |
uint32_t | ImageWidth () const |
Get the image width in pixels. More... | |
double | LensC1 () const |
Get lens custom function linear scaling constant. More... | |
double | LensC2 () const |
Get lens custom function angular scaling constant. More... | |
double | LensC3 () const |
Get lens custom function angle offset constant. More... | |
gz::math::Angle | LensCutoffAngle () const |
Get lens cutoff angle. More... | |
int | LensEnvironmentTextureSize () const |
Get environment texture size. More... | |
double | LensFocalLength () const |
Get lens custom function focal length. More... | |
const std::string & | LensFunction () const |
Get lens custom function. More... | |
double | LensIntrinsicsCx () const |
Get the lens intrinsic matrix X principal point in pixels. More... | |
double | LensIntrinsicsCy () const |
Get the lens intrinsic matrix Y principal point in pixels. More... | |
double | LensIntrinsicsFx () const |
Get the lens intrinsic matrix X focal length in pixels. More... | |
double | LensIntrinsicsFy () const |
Get the lens intrinsic matrix Y focal length in pixels. More... | |
double | LensIntrinsicsSkew () const |
Get the lens XY axis skew. More... | |
double | LensProjectionCx () const |
Get the lens projection matrix X principal point in pixels. More... | |
double | LensProjectionCy () const |
Get the lens projection matrix Y principal point in pixels. More... | |
double | LensProjectionFx () const |
Get the lens projection matrix X focal length in pixels. More... | |
double | LensProjectionFy () const |
Get the lens projection matrix Y focal length in pixels. More... | |
double | LensProjectionTx () const |
Get the lens projection matrix X translation in pixels. More... | |
double | LensProjectionTy () const |
Get the lens projection matrix Y translation in pixels. More... | |
bool | LensScaleToHfov () const |
Get lens scale to horizontal field of field. More... | |
std::string | LensType () const |
Get the lens type. More... | |
Errors | Load (ElementPtr _sdf) |
Load the camera sensor based on an element pointer. More... | |
std::string | Name () const |
Get the name of the camera. More... | |
double | NearClip () const |
Get the near clip distance. More... | |
bool | operator!= (const Camera &_alt) const |
Return true this Camera object does not contain the same values as the passed in parameter. More... | |
bool | operator== (const Camera &_alt) const |
Return true if both Camera objects contain the same values. More... | |
const std::string | OpticalFrameId () const |
Get the name of the coordinate frame relative to which this object's camera_info message header is expressed. More... | |
PixelFormatType | PixelFormat () const |
Get the pixel format. More... | |
std::string | PixelFormatStr () const |
Get the pixel format as a string. More... | |
const std::string & | PoseRelativeTo () const |
Get the name of the coordinate frame relative to which this object's pose is expressed. More... | |
const gz::math::Pose3d & | RawPose () const |
Get the pose of the camer. More... | |
bool | SaveFrames () const |
Get whether frames should be saved. More... | |
const std::string & | SaveFramesPath () const |
Get the path in which to save frames. More... | |
const std::string & | SegmentationType () const |
Get the segmentation type. More... | |
void | SetAntiAliasingValue (uint32_t _antiAliasingValue) |
Set the anti-aliasing value. More... | |
void | SetBoundingBoxType (const std::string &_type) |
Set the boundingbox type. More... | |
void | SetCameraInfoTopic (const std::string &_cameraInfoTopic) |
Set the camera info topic. More... | |
void | SetDepthFarClip (double _far) |
Set the far clip distance for the depth camera. More... | |
void | SetDepthNearClip (double _near) |
Set the near clip distance for the depth camera. More... | |
void | SetDistortionCenter (const gz::math::Vector2d &_center) |
Set the distortion center or principal point. More... | |
void | SetDistortionK1 (double _k1) |
Set the radial distortion coefficient k1. More... | |
void | SetDistortionK2 (double _k2) |
Set the radial distortion coefficient k2. More... | |
void | SetDistortionK3 (double _k3) |
Set the radial distortion coefficient k3. More... | |
void | SetDistortionP1 (double _p1) |
Set the tangential distortion coefficient p1. More... | |
void | SetDistortionP2 (double _p2) |
Set the tangential distortion coefficient p2. More... | |
void | SetFarClip (double _far) |
Set the far clip distance. More... | |
void | SetHasBoundingBoxType (bool _type) |
Set whether the boundingbox type has been specified. More... | |
void | SetHasDepthCamera (bool _camera) |
Set whether the depth camera has been specified. More... | |
void | SetHasDepthFarClip (bool _far) |
Set whether the depth camera far clip distance has been specified. More... | |
void | SetHasDepthNearClip (bool _near) |
Set whether the depth camera near clip distance has been specified. More... | |
void | SetHasSegmentationType (bool _type) |
Set whether the segmentation type has been specified. More... | |
void | SetHorizontalFov (const gz::math::Angle &_hfov) |
Set the horizontal field of view in radians. More... | |
void | SetImageHeight (uint32_t _height) |
Set the image height in pixels. More... | |
void | SetImageNoise (const Noise &_noise) |
Set the noise values related to the image. More... | |
void | SetImageWidth (uint32_t _width) |
Set the image width in pixels. More... | |
void | SetLensC1 (double _c1) |
Set lens custom function linear scaling constant. More... | |
void | SetLensC2 (double _c2) |
Set lens custom function angular scaling constant. More... | |
void | SetLensC3 (double _c3) |
Set lens custom function angle offset constant. More... | |
void | SetLensCutoffAngle (const gz::math::Angle &_angle) |
Set lens cutoff angle. More... | |
void | SetLensEnvironmentTextureSize (int _size) |
Set environment texture size. More... | |
void | SetLensFocalLength (double _f) |
Set lens custom function focal length. More... | |
void | SetLensFunction (const std::string &_fun) |
Set lens custom function. More... | |
void | SetLensIntrinsicsCx (double _cx) |
Set the lens intrinsic matrix X principal point in pixels. More... | |
void | SetLensIntrinsicsCy (double _cy) |
Set the lens intrinsic matrix Y principal point in pixels. More... | |
void | SetLensIntrinsicsFx (double _fx) |
Set the lens intrinsic matrix X focal length in pixels. More... | |
void | SetLensIntrinsicsFy (double _fy) |
Set the lens intrinsic matrix Y focal length in pixels. More... | |
void | SetLensIntrinsicsSkew (double _s) |
Set the lens XY axis skew. More... | |
void | SetLensProjectionCx (double _cx_p) |
Set the lens projection matrix X principal point in pixels. More... | |
void | SetLensProjectionCy (double _cy_p) |
Set the lens projection matrix Y principal point in pixels. More... | |
void | SetLensProjectionFx (double _fx_p) |
Set the lens projection matrix X focal length in pixels. More... | |
void | SetLensProjectionFy (double _fy_p) |
Set the lens projection matrix Y focal length in pixels. More... | |
void | SetLensProjectionTx (double _tx) |
Set the lens projection matrix X translation in pixels. More... | |
void | SetLensProjectionTy (double _ty) |
Set the lens projection matrix Y translation in pixels. More... | |
void | SetLensScaleToHfov (bool _scale) |
Set lens scale to horizontal field of field. More... | |
void | SetLensType (const std::string &_type) |
Set the lens type. More... | |
void | SetName (const std::string &_name) |
Set the name of the camera. More... | |
void | SetNearClip (double _near) |
Set the near clip distance. More... | |
void | SetOpticalFrameId (const std::string &_frame) |
Set the name of the coordinate frame relative to which this object's camera_info is expressed. More... | |
void | SetPixelFormat (PixelFormatType _format) |
Set the pixel format type. More... | |
void | SetPixelFormatStr (const std::string &_fmt) |
Set the pixel format from a string. More... | |
void | SetPoseRelativeTo (const std::string &_frame) |
Set the name of the coordinate frame relative to which this object's pose is expressed. More... | |
void | SetRawPose (const gz::math::Pose3d &_pose) |
Set the pose of the camera. More... | |
void | SetSaveFrames (bool _save) |
Set whether frames should be saved. More... | |
void | SetSaveFramesPath (const std::string &_path) |
Set the path in which to save frames. More... | |
void | SetSegmentationType (const std::string &_type) |
Set the segmentation type. More... | |
void | SetTriggered (bool _triggered) |
Set whether the camera should be triggered by a topic. More... | |
void | SetTriggerTopic (const std::string &_triggerTopic) |
Set the topic that will trigger the camera. More... | |
void | SetVisibilityMask (uint32_t _mask) |
Set the visibility mask of a camera. More... | |
sdf::ElementPtr | ToElement () const |
Create and return an SDF element filled with data from this camera. More... | |
bool | Triggered () const |
Get whether the camera is triggered by a topic. More... | |
std::string | TriggerTopic () const |
Get the topic that will trigger the camera. More... | |
uint32_t | VisibilityMask () const |
Get the visibility mask of a camera. More... | |
Static Public Member Functions | |
static PixelFormatType | ConvertPixelFormat (const std::string &_format) |
Convert a string to a PixelFormatType. More... | |
static std::string | ConvertPixelFormat (PixelFormatType _type) |
Convert a PixelFormatType to a string. More... | |
Information about a monocular camera sensor.
sdf::SDF_VERSION_NAMESPACE::Camera::Camera | ( | ) |
Constructor.
uint32_t sdf::SDF_VERSION_NAMESPACE::Camera::AntiAliasingValue | ( | ) | const |
Get the anti-aliasing value.
const std::string& sdf::SDF_VERSION_NAMESPACE::Camera::BoundingBoxType | ( | ) | const |
Get the boundingbox type.
std::string sdf::SDF_VERSION_NAMESPACE::Camera::CameraInfoTopic | ( | ) | const |
Get the camera info topic.
|
static |
Convert a string to a PixelFormatType.
[in] | _format | String equivalent of a pixel format type to convert. |
|
static |
Convert a PixelFormatType to a string.
[in] | _type | Pixel format type to convert. |
double sdf::SDF_VERSION_NAMESPACE::Camera::DepthFarClip | ( | ) | const |
Get the far clip distance for the depth camera.
double sdf::SDF_VERSION_NAMESPACE::Camera::DepthNearClip | ( | ) | const |
Get the near clip distance for the depth camera.
const gz::math::Vector2d& sdf::SDF_VERSION_NAMESPACE::Camera::DistortionCenter | ( | ) | const |
Get the distortion center or principal point.
double sdf::SDF_VERSION_NAMESPACE::Camera::DistortionK1 | ( | ) | const |
Get the radial distortion coefficient k1.
double sdf::SDF_VERSION_NAMESPACE::Camera::DistortionK2 | ( | ) | const |
Get the radial distortion coefficient k2.
double sdf::SDF_VERSION_NAMESPACE::Camera::DistortionK3 | ( | ) | const |
Get the radial distortion coefficient k3.
double sdf::SDF_VERSION_NAMESPACE::Camera::DistortionP1 | ( | ) | const |
Get the tangential distortion coefficient p1.
double sdf::SDF_VERSION_NAMESPACE::Camera::DistortionP2 | ( | ) | const |
Get the tangential distortion coefficient p2.
sdf::ElementPtr sdf::SDF_VERSION_NAMESPACE::Camera::Element | ( | ) | const |
double sdf::SDF_VERSION_NAMESPACE::Camera::FarClip | ( | ) | const |
Get the far clip distance.
bool sdf::SDF_VERSION_NAMESPACE::Camera::HasBoundingBoxType | ( | ) | const |
Get whether the boundingbox type was set.
bool sdf::SDF_VERSION_NAMESPACE::Camera::HasDepthCamera | ( | ) | const |
Get whether the depth camera was set.
bool sdf::SDF_VERSION_NAMESPACE::Camera::HasDepthFarClip | ( | ) | const |
Get whether the depth camera far clip distance was set.
bool sdf::SDF_VERSION_NAMESPACE::Camera::HasDepthNearClip | ( | ) | const |
Get whether the depth camera near clip distance was set.
bool sdf::SDF_VERSION_NAMESPACE::Camera::HasLensIntrinsics | ( | ) | const |
Get whether or not the camera has instrinsics values set.
bool sdf::SDF_VERSION_NAMESPACE::Camera::HasLensProjection | ( | ) | const |
Get whether or not the camera has projection values set.
bool sdf::SDF_VERSION_NAMESPACE::Camera::HasSegmentationType | ( | ) | const |
Get whether the segmentation type was set.
gz::math::Angle sdf::SDF_VERSION_NAMESPACE::Camera::HorizontalFov | ( | ) | const |
Get the horizontal field of view in radians.
uint32_t sdf::SDF_VERSION_NAMESPACE::Camera::ImageHeight | ( | ) | const |
Get the image height in pixels.
const Noise& sdf::SDF_VERSION_NAMESPACE::Camera::ImageNoise | ( | ) | const |
Get the image noise values.
uint32_t sdf::SDF_VERSION_NAMESPACE::Camera::ImageWidth | ( | ) | const |
Get the image width in pixels.
double sdf::SDF_VERSION_NAMESPACE::Camera::LensC1 | ( | ) | const |
Get lens custom function linear scaling constant.
double sdf::SDF_VERSION_NAMESPACE::Camera::LensC2 | ( | ) | const |
Get lens custom function angular scaling constant.
double sdf::SDF_VERSION_NAMESPACE::Camera::LensC3 | ( | ) | const |
Get lens custom function angle offset constant.
gz::math::Angle sdf::SDF_VERSION_NAMESPACE::Camera::LensCutoffAngle | ( | ) | const |
Get lens cutoff angle.
Everything outside of the specified angle will be hidden.
int sdf::SDF_VERSION_NAMESPACE::Camera::LensEnvironmentTextureSize | ( | ) | const |
Get environment texture size.
This is the resolution of the environment cube map used to draw the world.
double sdf::SDF_VERSION_NAMESPACE::Camera::LensFocalLength | ( | ) | const |
Get lens custom function focal length.
const std::string& sdf::SDF_VERSION_NAMESPACE::Camera::LensFunction | ( | ) | const |
Get lens custom function.
Possible values are 'sin', 'tan', and 'id'.
double sdf::SDF_VERSION_NAMESPACE::Camera::LensIntrinsicsCx | ( | ) | const |
Get the lens intrinsic matrix X principal point in pixels.
double sdf::SDF_VERSION_NAMESPACE::Camera::LensIntrinsicsCy | ( | ) | const |
Get the lens intrinsic matrix Y principal point in pixels.
double sdf::SDF_VERSION_NAMESPACE::Camera::LensIntrinsicsFx | ( | ) | const |
Get the lens intrinsic matrix X focal length in pixels.
double sdf::SDF_VERSION_NAMESPACE::Camera::LensIntrinsicsFy | ( | ) | const |
Get the lens intrinsic matrix Y focal length in pixels.
double sdf::SDF_VERSION_NAMESPACE::Camera::LensIntrinsicsSkew | ( | ) | const |
Get the lens XY axis skew.
double sdf::SDF_VERSION_NAMESPACE::Camera::LensProjectionCx | ( | ) | const |
Get the lens projection matrix X principal point in pixels.
double sdf::SDF_VERSION_NAMESPACE::Camera::LensProjectionCy | ( | ) | const |
Get the lens projection matrix Y principal point in pixels.
double sdf::SDF_VERSION_NAMESPACE::Camera::LensProjectionFx | ( | ) | const |
Get the lens projection matrix X focal length in pixels.
double sdf::SDF_VERSION_NAMESPACE::Camera::LensProjectionFy | ( | ) | const |
Get the lens projection matrix Y focal length in pixels.
double sdf::SDF_VERSION_NAMESPACE::Camera::LensProjectionTx | ( | ) | const |
Get the lens projection matrix X translation in pixels.
double sdf::SDF_VERSION_NAMESPACE::Camera::LensProjectionTy | ( | ) | const |
Get the lens projection matrix Y translation in pixels.
bool sdf::SDF_VERSION_NAMESPACE::Camera::LensScaleToHfov | ( | ) | const |
Get lens scale to horizontal field of field.
std::string sdf::SDF_VERSION_NAMESPACE::Camera::LensType | ( | ) | const |
Get the lens type.
This is the type of the lens mapping. Supported values are gnomonical, stereographic, equidistant, equisolid_angle, orthographic, custom. For gnomonical (perspective) projection, it is recommended to specify a horizontal_fov of less than or equal to 90 degrees
Errors sdf::SDF_VERSION_NAMESPACE::Camera::Load | ( | ElementPtr | _sdf | ) |
std::string sdf::SDF_VERSION_NAMESPACE::Camera::Name | ( | ) | const |
Get the name of the camera.
double sdf::SDF_VERSION_NAMESPACE::Camera::NearClip | ( | ) | const |
Get the near clip distance.
bool sdf::SDF_VERSION_NAMESPACE::Camera::operator!= | ( | const Camera & | _alt | ) | const |
bool sdf::SDF_VERSION_NAMESPACE::Camera::operator== | ( | const Camera & | _alt | ) | const |
const std::string sdf::SDF_VERSION_NAMESPACE::Camera::OpticalFrameId | ( | ) | const |
Get the name of the coordinate frame relative to which this object's camera_info message header is expressed.
Note: while Gazebo interprets the camera frame to be looking towards +X, other tools, such as ROS interprets this frame as looking towards +Z. The Camera sensor assumes that the color and depth images are captured at the same frame_id.
PixelFormatType sdf::SDF_VERSION_NAMESPACE::Camera::PixelFormat | ( | ) | const |
Get the pixel format.
This value is set from the <format> element that is the child of <image>.
std::string sdf::SDF_VERSION_NAMESPACE::Camera::PixelFormatStr | ( | ) | const |
Get the pixel format as a string.
const std::string& sdf::SDF_VERSION_NAMESPACE::Camera::PoseRelativeTo | ( | ) | const |
Get the name of the coordinate frame relative to which this object's pose is expressed.
An empty value indicates that the frame is relative to the parent link.
const gz::math::Pose3d& sdf::SDF_VERSION_NAMESPACE::Camera::RawPose | ( | ) | const |
Get the pose of the camer.
This is the pose of the camera as specified in SDF (<camera> <pose> ... </pose></camera>).
bool sdf::SDF_VERSION_NAMESPACE::Camera::SaveFrames | ( | ) | const |
Get whether frames should be saved.
const std::string& sdf::SDF_VERSION_NAMESPACE::Camera::SaveFramesPath | ( | ) | const |
Get the path in which to save frames.
const std::string& sdf::SDF_VERSION_NAMESPACE::Camera::SegmentationType | ( | ) | const |
Get the segmentation type.
void sdf::SDF_VERSION_NAMESPACE::Camera::SetAntiAliasingValue | ( | uint32_t | _antiAliasingValue | ) |
Set the anti-aliasing value.
[in] | _antiAliasingValue | The anti-aliasing value. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetBoundingBoxType | ( | const std::string & | _type | ) |
Set the boundingbox type.
[in] | _type | The boundingbox type. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetCameraInfoTopic | ( | const std::string & | _cameraInfoTopic | ) |
Set the camera info topic.
[in] | _cameraInfoTopic | Topic for the camera info. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetDepthFarClip | ( | double | _far | ) |
Set the far clip distance for the depth camera.
[in] | _far | The far clip depth distance. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetDepthNearClip | ( | double | _near | ) |
Set the near clip distance for the depth camera.
[in] | _near | The near clip depth distance. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetDistortionCenter | ( | const gz::math::Vector2d & | _center | ) |
Set the distortion center or principal point.
[in] | _center | Distortion center or principal point. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetDistortionK1 | ( | double | _k1 | ) |
Set the radial distortion coefficient k1.
[in] | _k1 | The k1 radial distortion. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetDistortionK2 | ( | double | _k2 | ) |
Set the radial distortion coefficient k2.
[in] | _k2 | The k2 radial distortion. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetDistortionK3 | ( | double | _k3 | ) |
Set the radial distortion coefficient k3.
[in] | _k3 | The k3 radial distortion. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetDistortionP1 | ( | double | _p1 | ) |
Set the tangential distortion coefficient p1.
[in] | _p1 | The p1 tangential distortion. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetDistortionP2 | ( | double | _p2 | ) |
Set the tangential distortion coefficient p2.
void sdf::SDF_VERSION_NAMESPACE::Camera::SetFarClip | ( | double | _far | ) |
Set the far clip distance.
[in] | _far | The far clip distance. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetHasBoundingBoxType | ( | bool | _type | ) |
Set whether the boundingbox type has been specified.
[in] | _type | True if the boundingbox type has been set in the sdf. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetHasDepthCamera | ( | bool | _camera | ) |
Set whether the depth camera has been specified.
[in] | _camera | True if the depth camera has been set in the sdf. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetHasDepthFarClip | ( | bool | _far | ) |
Set whether the depth camera far clip distance has been specified.
[in] | _camera | True if the depth camera far clip distance has been set in the sdf. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetHasDepthNearClip | ( | bool | _near | ) |
Set whether the depth camera near clip distance has been specified.
[in] | _camera | True if the depth camera near clip distance has been set in the sdf. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetHasSegmentationType | ( | bool | _type | ) |
Set whether the segmentation type has been specified.
[in] | _type | True if the segmentation type has been set in the sdf. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetHorizontalFov | ( | const gz::math::Angle & | _hfov | ) |
Set the horizontal field of view in radians.
[in] | _hfov | The horizontal field of view in radians. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetImageHeight | ( | uint32_t | _height | ) |
Set the image height in pixels.
[in] | _height | The image height in pixels. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetImageNoise | ( | const Noise & | _noise | ) |
Set the noise values related to the image.
[in] | _noise | Noise values for the image. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetImageWidth | ( | uint32_t | _width | ) |
Set the image width in pixels.
[in] | _width | The image width in pixels. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensC1 | ( | double | _c1 | ) |
Set lens custom function linear scaling constant.
[in] | _c1 | The lens custom function linear scaling constant. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensC2 | ( | double | _c2 | ) |
Set lens custom function angular scaling constant.
[in] | _c2 | The lens custom function angular scaling constant. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensC3 | ( | double | _c3 | ) |
Set lens custom function angle offset constant.
[in] | _c3 | The lens custom function angle offset constant. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensCutoffAngle | ( | const gz::math::Angle & | _angle | ) |
Set lens cutoff angle.
Everything outside of the specified angle will be hidden.
[in] | _angle | The lens cutoff angle. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensEnvironmentTextureSize | ( | int | _size | ) |
Set environment texture size.
This is the resolution of the environment cube map used to draw the world.
[in] | _size | The lens environment texture size. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensFocalLength | ( | double | _f | ) |
Set lens custom function focal length.
[in] | _f | The lens custom function focal length. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensFunction | ( | const std::string & | _fun | ) |
Set lens custom function.
[in] | _fun | The lens custom function. Possible values are 'sin', 'tan', and 'id'. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensIntrinsicsCx | ( | double | _cx | ) |
Set the lens intrinsic matrix X principal point in pixels.
[in] | _cx | The lens intrinsic matrix X principal point in pixels. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensIntrinsicsCy | ( | double | _cy | ) |
Set the lens intrinsic matrix Y principal point in pixels.
[in] | _cy | The lens intrinsic matrix Y principal point in pixels. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensIntrinsicsFx | ( | double | _fx | ) |
Set the lens intrinsic matrix X focal length in pixels.
[in] | _fx | The intrinsic matrix lens X focal length in pixels. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensIntrinsicsFy | ( | double | _fy | ) |
Set the lens intrinsic matrix Y focal length in pixels.
[in] | _fy | The lens intrinsic matrix Y focal length in pixels. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensIntrinsicsSkew | ( | double | _s | ) |
Set the lens XY axis skew.
[in] | _s | The lens XY axis skew. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensProjectionCx | ( | double | _cx_p | ) |
Set the lens projection matrix X principal point in pixels.
[in] | _cx_p | The lens projection matrix X principal point in pixels. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensProjectionCy | ( | double | _cy_p | ) |
Set the lens projection matrix Y principal point in pixels.
[in] | _cy_p | The lens projection matrix Y principal point in pixels. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensProjectionFx | ( | double | _fx_p | ) |
Set the lens projection matrix X focal length in pixels.
[in] | _fx_p | The lens projection matrix X focal length in pixels. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensProjectionFy | ( | double | _fy_p | ) |
Set the lens projection matrix Y focal length in pixels.
[in] | _fy_p | The lens projection matrix Y focal length in pixels. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensProjectionTx | ( | double | _tx | ) |
Set the lens projection matrix X translation in pixels.
[in] | _tx | The lens projection matrix X translation in pixels. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensProjectionTy | ( | double | _ty | ) |
Set the lens projection matrix Y translation in pixels.
[in] | _ty | The lens projection matrix Y translation in pixels. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensScaleToHfov | ( | bool | _scale | ) |
Set lens scale to horizontal field of field.
[in] | _scale | True if the image should be scaled to fit horizontal FOV, otherwise it will be shown according to projection type parameters. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetLensType | ( | const std::string & | _type | ) |
Set the lens type.
Supported values are gnomonical, stereographic, equidistant, equisolid_angle, orthographic, custom.
[in] | _type | The lens type. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetName | ( | const std::string & | _name | ) |
Set the name of the camera.
[in] | _name | Name of the sensor. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetNearClip | ( | double | _near | ) |
Set the near clip distance.
[in] | _near | The near clip distance. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetOpticalFrameId | ( | const std::string & | _frame | ) |
Set the name of the coordinate frame relative to which this object's camera_info is expressed.
[in] | _frame | The frame this camera uses in its camera_info topic. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetPixelFormat | ( | PixelFormatType | _format | ) |
Set the pixel format type.
[in] | _format | The image format. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetPixelFormatStr | ( | const std::string & | _fmt | ) |
Set the pixel format from a string.
[in] | _fmt | The pixel format string. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetPoseRelativeTo | ( | const std::string & | _frame | ) |
Set the name of the coordinate frame relative to which this object's pose is expressed.
An empty value indicates that the frame is relative to the parent link.
[in] | _frame | The name of the pose relative-to frame. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetRawPose | ( | const gz::math::Pose3d & | _pose | ) |
Set the pose of the camera.
[in] | _pose | The new camera pose. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetSaveFrames | ( | bool | _save | ) |
Set whether frames should be saved.
[in] | _save | True if image frames should be saved. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetSaveFramesPath | ( | const std::string & | _path | ) |
Set the path in which to save frames.
[in] | _path | Path to save frames. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetSegmentationType | ( | const std::string & | _type | ) |
Set the segmentation type.
[in] | _type | The segmentation type. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetTriggered | ( | bool | _triggered | ) |
Set whether the camera should be triggered by a topic.
[in] | _triggered | True if the camera should be triggered by a topic. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetTriggerTopic | ( | const std::string & | _triggerTopic | ) |
Set the topic that will trigger the camera.
[in] | _triggerTopic | Topic for the camera trigger. |
void sdf::SDF_VERSION_NAMESPACE::Camera::SetVisibilityMask | ( | uint32_t | _mask | ) |
Set the visibility mask of a camera.
[in] | _mask | visibility mask |
sdf::ElementPtr sdf::SDF_VERSION_NAMESPACE::Camera::ToElement | ( | ) | const |
bool sdf::SDF_VERSION_NAMESPACE::Camera::Triggered | ( | ) | const |
Get whether the camera is triggered by a topic.
std::string sdf::SDF_VERSION_NAMESPACE::Camera::TriggerTopic | ( | ) | const |
Get the topic that will trigger the camera.
uint32_t sdf::SDF_VERSION_NAMESPACE::Camera::VisibilityMask | ( | ) | const |
Get the visibility mask of a camera.