- Parameters:
-
ptr | handle returned by cam_initialize() |
- Returns:
- success True or false if observations were available or unavailable. A true return from cam_waitForObservations() will guarantee that observations are available.
-
observations Row vector of observations. Individual observations are [x,y,z] tuples, and this result is a concatenation of all measured observations.
-
observationIds Cell array of strings associated with each tuple in the observation parameter. This string corresponds to a link name in the OTDF.
Definition at line 18 of file cam_getObservations.cpp.