commit
08c958ac25
|
@ -64,7 +64,7 @@ public:
|
||||||
R_(pose.rotation()), t_(pose.translation()), v_(v) {
|
R_(pose.rotation()), t_(pose.translation()), v_(v) {
|
||||||
}
|
}
|
||||||
/// Construct from SO(3) and R^6
|
/// Construct from SO(3) and R^6
|
||||||
NavState(const Matrix3& R, const Vector9 tv) :
|
NavState(const Matrix3& R, const Vector6& tv) :
|
||||||
R_(R), t_(tv.head<3>()), v_(tv.tail<3>()) {
|
R_(R), t_(tv.head<3>()), v_(tv.tail<3>()) {
|
||||||
}
|
}
|
||||||
/// Named constructor with derivatives
|
/// Named constructor with derivatives
|
||||||
|
|
Loading…
Reference in New Issue