#include <uwPosEstimation.h>
Definition at line 48 of file uwPosEstimation.h.
◆ UwPosEstimation()
UwPosEstimation::UwPosEstimation |
( |
| ) |
|
◆ ~UwPosEstimation()
UwPosEstimation::~UwPosEstimation |
( |
| ) |
|
|
virtual |
◆ getDest()
Position UwPosEstimation::getDest |
( |
| ) |
|
|
virtual |
◆ getEstimatePos()
Position UwPosEstimation::getEstimatePos |
( |
double |
time | ) |
|
|
virtual |
Get position estimation at a given time.
- Parameters
-
double | time in which estimate position |
Definition at line 91 of file uwPosEstimation.cpp.
◆ getInitPos()
Position UwPosEstimation::getInitPos |
( |
| ) |
|
|
virtual |
◆ getSpeed()
double UwPosEstimation::getSpeed |
( |
| ) |
|
|
virtual |
◆ getTimestamp()
double UwPosEstimation::getTimestamp |
( |
| ) |
|
|
virtual |
◆ nodesDistance()
double UwPosEstimation::nodesDistance |
( |
Position & |
p1, |
|
|
Position & |
p2 |
|
) |
| |
|
privatevirtual |
Compute absoulute distance between 2 nodes.
- Parameters
-
Position | position first node. |
Position | position second node. |
Definition at line 145 of file uwPosEstimation.cpp.
◆ update()
void UwPosEstimation::update |
( |
Position |
newInitPos, |
|
|
Position |
newDest, |
|
|
double |
newTime, |
|
|
double |
newSpeed |
|
) |
| |
|
virtual |
Update initial position, destination, time of last update.
- Parameters
-
Position | new initial position |
Position | new destination |
double | time of update |
double | speed of the node |
Definition at line 74 of file uwPosEstimation.cpp.
◆ destPos
Position UwPosEstimation::destPos |
|
private |
◆ initialPos
Position UwPosEstimation::initialPos |
|
private |
◆ speed
double UwPosEstimation::speed |
|
private |
◆ timestamp
double UwPosEstimation::timestamp |
|
private |
The documentation for this class was generated from the following files: