#include <LaserRangeFinder.h>
|
double | getAngleIncrement () const |
| Angle increment between two beams. More...
|
|
double | getAngleMax () const |
|
double | getAngleMin () const |
|
const std::vector< double > & | getAngles () const |
|
uint | getAngleUpperIndex (double angle) const |
| Get the index of the first beam with a higher angle than this beam. More...
|
|
uint | getAngleUpperIndex (double x, double y) const |
|
uint | getNumBeams () const |
|
double | getRangeMax () const |
|
double | getRangeMin () const |
|
const geo::Vector3 | getRayDirection (uint i) const |
|
| LaserRangeFinder () |
|
bool | rangesToPoints (const std::vector< double > &ranges, std::vector< geo::Vector3 > &points) const |
|
geo::Vector3 | rangeToPoint (double range, uint i) const |
|
const std::vector< geo::Vector3 > & | rayDirections () const |
|
void | render (const geo::LaserRangeFinder::RenderOptions &options, geo::LaserRangeFinder::RenderResult &res) const |
|
RenderResult | render (const geo::Shape &shape, const geo::Pose3D &cam_pose, const geo::Pose3D &obj_pose, std::vector< double > &ranges) const |
|
void | renderLine (const geo::Vec2 &p1, const geo::Vec2 &p2, std::vector< double > &ranges) const |
|
void | setAngleLimits (double min, double max) |
|
void | setNumBeams (uint n) |
|
void | setRangeLimits (double min, double max) |
|
virtual | ~LaserRangeFinder () |
|
Definition at line 13 of file LaserRangeFinder.h.
◆ LaserRangeFinder()
geo::LaserRangeFinder::LaserRangeFinder |
( |
| ) |
|
◆ ~LaserRangeFinder()
geo::LaserRangeFinder::~LaserRangeFinder |
( |
| ) |
|
|
virtual |
◆ calculateRays()
void geo::LaserRangeFinder::calculateRays |
( |
| ) |
|
|
protected |
◆ getAngleIncrement()
double geo::LaserRangeFinder::getAngleIncrement |
( |
| ) |
const |
Angle increment between two beams.
\( \frac{angle_{max} - angle_{min}}{N_{beams} - 1}\)
Definition at line 319 of file LaserRangeFinder.cpp.
◆ getAngleMax()
double geo::LaserRangeFinder::getAngleMax |
( |
| ) |
const |
|
inline |
◆ getAngleMin()
double geo::LaserRangeFinder::getAngleMin |
( |
| ) |
const |
|
inline |
◆ getAngles()
const std::vector<double>& geo::LaserRangeFinder::getAngles |
( |
| ) |
const |
|
inline |
◆ getAngleUpperIndex() [1/2]
uint geo::LaserRangeFinder::getAngleUpperIndex |
( |
double |
angle | ) |
const |
Get the index of the first beam with a higher angle than this beam.
- Parameters
-
angle | radial angle of the beam |
- Returns
- Index of the beam, which bounded to be the number of beams [0, N_BEAMS]
Definition at line 323 of file LaserRangeFinder.cpp.
◆ getAngleUpperIndex() [2/2]
uint geo::LaserRangeFinder::getAngleUpperIndex |
( |
double |
x, |
|
|
double |
y |
|
) |
| const |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
- Parameters
-
x | x-coordinate |
y | y-coordinate |
- Returns
- Index of the beam, which bounded to be the number of beams [0, N_BEAMS]
Definition at line 327 of file LaserRangeFinder.cpp.
◆ getAngleUpperIndexRaw() [1/2]
int geo::LaserRangeFinder::getAngleUpperIndexRaw |
( |
double |
angle | ) |
const |
|
protected |
Get the index of the first beam with a higher angle than angle
. Results may lie outside of the sensor range.
- Parameters
-
angle | radial angle of the beam |
- Returns
- Index of the beam
Definition at line 332 of file LaserRangeFinder.cpp.
◆ getAngleUpperIndexRaw() [2/2]
int geo::LaserRangeFinder::getAngleUpperIndexRaw |
( |
double |
x, |
|
|
double |
y |
|
) |
| const |
|
protected |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
- Parameters
-
x | x-coordinate |
y | y-coordinate |
- Returns
- Index of the beam
Definition at line 336 of file LaserRangeFinder.cpp.
◆ getNumBeams()
uint geo::LaserRangeFinder::getNumBeams |
( |
| ) |
const |
|
inline |
◆ getRangeMax()
double geo::LaserRangeFinder::getRangeMax |
( |
| ) |
const |
|
inline |
◆ getRangeMin()
double geo::LaserRangeFinder::getRangeMin |
( |
| ) |
const |
|
inline |
◆ getRayDirection()
const geo::Vector3 geo::LaserRangeFinder::getRayDirection |
( |
uint |
i | ) |
const |
◆ polarTo2D()
geo::Vector3 geo::LaserRangeFinder::polarTo2D |
( |
double |
angle, |
|
|
double |
range |
|
) |
| |
|
static |
◆ polarTo3D()
◆ rangesToPoints()
◆ rangeToPoint()
geo::Vector3 geo::LaserRangeFinder::rangeToPoint |
( |
double |
range, |
|
|
uint |
i |
|
) |
| const |
◆ rayDirections()
◆ render() [1/2]
◆ render() [2/2]
◆ renderLine()
◆ setAngleLimits()
void geo::LaserRangeFinder::setAngleLimits |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
◆ setNumBeams()
void geo::LaserRangeFinder::setNumBeams |
( |
uint |
n | ) |
|
◆ setRangeLimits()
void geo::LaserRangeFinder::setRangeLimits |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
|
inline |
◆ a_max_
double geo::LaserRangeFinder::a_max_ |
|
protected |
◆ a_min_
double geo::LaserRangeFinder::a_min_ |
|
protected |
◆ angle_incr_
double geo::LaserRangeFinder::angle_incr_ |
|
protected |
◆ angles_
◆ i_half_circle_
uint geo::LaserRangeFinder::i_half_circle_ |
|
protected |
◆ num_beams_
uint geo::LaserRangeFinder::num_beams_ |
|
protected |
◆ range_max_
double geo::LaserRangeFinder::range_max_ |
|
protected |
◆ range_min_
double geo::LaserRangeFinder::range_min_ |
|
protected |
◆ ray_dirs_
The documentation for this class was generated from the following files: