supereight
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
se::OusterLidar::Config Struct Reference

#include <ouster_lidar.hpp>

Inheritance diagram for se::OusterLidar::Config:
Inheritance graph
[legend]
Collaboration diagram for se::OusterLidar::Config:
Collaboration graph
[legend]

Public Member Functions

void readYaml (const std::string &filename)
 Reads the struct members from the "sensor" node of a YAML file.
 
Config operator/ (const float downsampling_factor) const
 
- Public Member Functions inherited from se::SensorBase< DerivedT >::Config
void readYaml (const std::string &filename)
 Reads the struct members from the "sensor" node of a YAML file.
 
Config operator/ (const float downsampling_factor) const
 

Public Attributes

Eigen::VectorXf beam_elevation_angles = Eigen::VectorXf(1)
 The elevation offset for each Lidar beam in degrees.
 
Eigen::VectorXf beam_azimuth_angles = Eigen::VectorXf(1)
 The azimuth offset for each Lidar beam in degrees.
 
- Public Attributes inherited from se::SensorBase< DerivedT >::Config
int width = 0
 The width of images produced by the sensor in pixels.
 
int height = 0
 The height of images produced by the sensor in pixels.
 
float near_plane = 0.01f
 The sensor's near plane in metres.
 
float far_plane = 10.0f
 The sensor's far plane in metres.
 
Eigen::Isometry3f T_BS = Eigen::Isometry3f::Identity()
 The transformation from the sensor frame S to the body frame B.
 
std::vector< floatpixel_voxel_ratio_per_scale = {1.5f, 3.0f, 6.0f}
 The pixel-size to voxel-size ratio thresholds, in ascendig order and in physical coordinates, for computing the integration scale.
 

Member Function Documentation

◆ readYaml()

void se::OusterLidar::Config::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.

Exceptions
std::invalid_argumentThrows std::invalid_argument if the number of beam elevation or azimuth angles is different than the sensor height.

◆ operator/()

Config se::OusterLidar::Config::operator/ ( const float  downsampling_factor) const

Member Data Documentation

◆ beam_elevation_angles

Eigen::VectorXf se::OusterLidar::Config::beam_elevation_angles = Eigen::VectorXf(1)

The elevation offset for each Lidar beam in degrees.

The number of offsets should be the same as se::SensorBase<OusterLidar>::Config::height.

◆ beam_azimuth_angles

Eigen::VectorXf se::OusterLidar::Config::beam_azimuth_angles = Eigen::VectorXf(1)

The azimuth offset for each Lidar beam in degrees.

The number of offsets should be the same as se::SensorBase<OusterLidar>::Config::height.


The documentation for this struct was generated from the following file: