GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Public Types | Public Member Functions | List of all members
gtsam::TimeOfArrival Class Reference

Time of arrival to given sensor. More...

#include <Event.h>

Public Types

typedef double result_type
 

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={}, OptionalJacobian< 1, 3 > H2={}) const
 Calculate time of arrival, with derivatives.
 

Detailed Description

Time of arrival to given sensor.


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