We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babb5b2 commit 783c015Copy full SHA for 783c015
glider/src/factor_manager.cpp
@@ -52,14 +52,7 @@ FactorManager::FactorManager(const Parameters& params)
52
boost::shared_ptr<gtsam::PreintegrationCombinedParams> FactorManager::defaultImuParams(double g)
53
{
54
boost::shared_ptr<gtsam::PreintegrationCombinedParams> params;
55
- if (params_.frame == "enu")
56
- {
57
- params = gtsam::PreintegrationCombinedParams::MakeSharedU(g);
58
- }
59
- else
60
61
- params = gtsam::PreintegrationCombinedParams::MakeSharedD(g);
62
+ params = gtsam::PreintegrationCombinedParams::MakeSharedU(g);
63
double gyro_sigma = (0.5 * M_PI / 180.0) / 60.0;
64
double accel_sigma = 0.001;
65
0 commit comments