use anonymous namespace
parent
0167716037
commit
59fbdf9cff
|
@ -28,6 +28,7 @@ using symbol_shorthand::X;
|
|||
using symbol_shorthand::V;
|
||||
using symbol_shorthand::B;
|
||||
|
||||
namespace {
|
||||
static const Vector3 kZero = Z_3x1;
|
||||
typedef imuBias::ConstantBias Bias;
|
||||
static const Bias kZeroBiasHat, kZeroBias;
|
||||
|
@ -43,6 +44,7 @@ static const Vector3 kGravityAlongNavZDown(0, 0, kGravity);
|
|||
auto radians = [](double t) { return t * M_PI / 180; };
|
||||
static const double kGyroSigma = radians(0.5) / 60; // 0.5 degree ARW
|
||||
static const double kAccelSigma = 0.1 / 60; // 10 cm VRW
|
||||
}
|
||||
|
||||
namespace testing {
|
||||
|
||||
|
|
Loading…
Reference in New Issue