|
NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
Go to the documentation of this file.
19 #ifndef LOCALIZATION_COMMON_FEATURE_POINT_3D_H_
20 #define LOCALIZATION_COMMON_FEATURE_POINT_3D_H_
22 #include <gtsam/geometry/Point3.h>
43 template <
class ARCHIVE>
44 void serialize(ARCHIVE& ar,
const unsigned int ) {
53 #endif // LOCALIZATION_COMMON_FEATURE_POINT_3D_H_
Definition: averager.h:33
FeaturePoint3d(const gtsam::Point3 &global_t_point, const FeatureId feature_id)
Definition: feature_point_3d.h:34
FeaturePoint3d()
Definition: feature_point_3d.h:36
int FeatureId
Definition: feature_point_3d.h:27
friend class boost::serialization::access
Definition: feature_point_3d.h:42
Definition: feature_point_3d.h:29
gtsam::Point3 global_t_point
Definition: feature_point_3d.h:37
gtsam::SharedNoiseModel noise
Definition: feature_point_3d.h:30
Definition: feature_point_3d.h:33
FeatureId feature_id
Definition: feature_point_3d.h:38
std::vector< FeaturePoint3d > FeaturePoint3ds
Definition: feature_point_3d.h:50