NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
factor_adders Namespace Reference

Classes

class  DepthOdometryFactorAdder
 
struct  DepthOdometryFactorAdderParams
 
class  FactorAdder
 
struct  FactorAdderParams
 
class  LocFactorAdder
 
struct  LocFactorAdderParams
 
class  MeasurementBasedFactorAdder
 
class  PoseFactorAdder
 
class  RelativePoseFactorAdder
 
struct  RelativePoseFactorAdderParams
 
class  SingleMeasurementBasedFactorAdder
 
class  StandstillFactorAdder
 
struct  StandstillFactorAdderParams
 
class  VoSmartProjectionFactorAdder
 
struct  VoSmartProjectionFactorAdderParams
 

Typedefs

using PoseFactorAdderParams = FactorAdderParams
 
using SmartFactorCalibration = gtsam::Cal3_S2
 
using SmartFactorCamera = gtsam::PinholePose< SmartFactorCalibration >
 
using RobustSmartFactor = gtsam::RobustSmartProjectionPoseFactor< SmartFactorCalibration >
 
using SharedRobustSmartFactor = boost::shared_ptr< RobustSmartFactor >
 

Typedef Documentation

◆ PoseFactorAdderParams

◆ RobustSmartFactor

◆ SharedRobustSmartFactor

using factor_adders::SharedRobustSmartFactor = typedef boost::shared_ptr<RobustSmartFactor>

◆ SmartFactorCalibration

using factor_adders::SmartFactorCalibration = typedef gtsam::Cal3_S2

◆ SmartFactorCamera

using factor_adders::SmartFactorCamera = typedef gtsam::PinholePose<SmartFactorCalibration>