#include <sensor_bases.h>
|
| BaseGridIntersectionSensor (unsigned long id, std::string name, int cols, int rows, double stepX, double stepY, double maxDistance=std::numeric_limits< double >::infinity()) |
|
virtual | ~BaseGridIntersectionSensor () |
|
| BaseNodeSensor (unsigned long id, std::string name) |
|
virtual | ~BaseNodeSensor () |
|
utils::Quaternion | getOrientation () const |
|
unsigned long | getAttachedNode () |
|
| BaseSensor () |
|
virtual | ~BaseSensor () |
|
| BaseSensor (unsigned long id, std::string name) |
|
unsigned long | getID () const |
|
const std::string | getName () const |
|
virtual int | getSensorData (double **data) const |
|
virtual int | getAsciiData (char *data) const |
|
void | getCoreExchange (core_objects_exchange *obj) const |
|
virtual configmaps::ConfigMap | createConfig () const |
|
| BaseArraySensor (int cols, int rows, int channels=1) |
|
virtual | ~BaseArraySensor () |
|
const std::vector< double > | getData () const |
|
const int & | getCols () const |
|
const int & | getRows () const |
|
const int & | getChannels () const |
|
double & | operator[] (const int &index) |
|
virtual void | resize (int cols, int rows, int channels=1) |
|
Definition at line 264 of file sensor_bases.h.
◆ BaseGridIntersectionSensor()
mars::interfaces::BaseGridIntersectionSensor::BaseGridIntersectionSensor |
( |
unsigned long |
id, |
|
|
std::string |
name, |
|
|
int |
cols, |
|
|
int |
rows, |
|
|
double |
stepX, |
|
|
double |
stepY, |
|
|
double |
maxDistance = std::numeric_limits<double>::infinity() |
|
) |
| |
|
inline |
◆ ~BaseGridIntersectionSensor()
virtual mars::interfaces::BaseGridIntersectionSensor::~BaseGridIntersectionSensor |
( |
| ) |
|
|
inlinevirtual |
◆ maxDistance
double mars::interfaces::BaseGridIntersectionSensor::maxDistance |
◆ stepX
double mars::interfaces::BaseGridIntersectionSensor::stepX |
◆ stepY
double mars::interfaces::BaseGridIntersectionSensor::stepY |
The documentation for this class was generated from the following file:
- /Developer/bob-learning-dev/simulation/mars/interfaces/src/sensor_bases.h