|
supereight
|
#include <sensor.hpp>
Public Member Functions | |
| void | readYaml (const std::string &filename) |
| Reads the struct members from the "sensor" node of a YAML file. More... | |
Public Attributes | |
| int | width = 0 |
| The width of images produced by the sensor in pixels. More... | |
| int | height = 0 |
| The height of images produced by the sensor in pixels. More... | |
| float | near_plane = 0.0f |
| The sensor's near plane in metres. More... | |
| float | far_plane = std::numeric_limits<float>::infinity() |
| The sensor's far plane in metres. More... | |
| Eigen::Matrix4f | T_BS = Eigen::Matrix4f::Identity() |
| The transformation from the sensor frame S to the body frame B. More... | |
| void se::SensorBaseConfig::readYaml | ( | const std::string & | filename | ) |
Reads the struct members from the "sensor" node of a YAML file.
Members not present in the YAML file aren't modified.
| int se::SensorBaseConfig::width = 0 |
The width of images produced by the sensor in pixels.
| int se::SensorBaseConfig::height = 0 |
The height of images produced by the sensor in pixels.
| float se::SensorBaseConfig::near_plane = 0.0f |
The sensor's near plane in metres.
| float se::SensorBaseConfig::far_plane = std::numeric_limits<float>::infinity() |
The sensor's far plane in metres.
| Eigen::Matrix4f se::SensorBaseConfig::T_BS = Eigen::Matrix4f::Identity() |
The transformation from the sensor frame S to the body frame B.
1.8.13