|
gtsam 4.2
gtsam
|
Time of arrival to given sensor.
Public Member Functions | |
| TimeOfArrival (double speed=330) | |
| Constructor with optional speed of signal, in m/sec. | |
| double | measure (const Event &event, const Point3 &sensor) const |
| Calculate time of arrival. | |
| double | operator() (const Event &event, const Point3 &sensor, OptionalJacobian< 1, 4 > H1=boost::none, OptionalJacobian< 1, 3 > H2=boost::none) const |
| Calculate time of arrival, with derivatives. | |
Public Types | |
| typedef double | result_type |