Deal w name change
parent
3f17c58a5c
commit
8f507d83f2
|
|
@ -32,7 +32,7 @@ TEST(Scenario, Spin) {
|
|||
// angular velocity 6 kDegree/sec
|
||||
const double w = 6 * kDegree;
|
||||
const Vector3 W(0, 0, w), V(0, 0, 0);
|
||||
const ExpmapScenario scenario(W, V);
|
||||
const ConstantTwistScenario scenario(W, V);
|
||||
|
||||
const double T = 10;
|
||||
EXPECT(assert_equal(W, scenario.omega_b(T), 1e-9));
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ TEST(ScenarioRunner, Spin) {
|
|||
// angular velocity 6 kDegree/sec
|
||||
const double w = 6 * kDegree;
|
||||
const Vector3 W(0, 0, w), V(0, 0, 0);
|
||||
const ExpmapScenario scenario(W, V);
|
||||
const ConstantTwistScenario scenario(W, V);
|
||||
|
||||
auto p = defaultParams();
|
||||
ScenarioRunner runner(&scenario, p, kDt);
|
||||
|
|
|
|||
Loading…
Reference in New Issue