Fix introduced bug.
parent
1bcb150212
commit
06185754f9
|
@ -401,7 +401,8 @@ struct DynamicTraits {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
static Dynamic Expmap(const TangentVector& /*v*/, ChartJacobian /*H*/) {
|
static Dynamic Expmap(const TangentVector& /*v*/, ChartJacobian H = boost::none) {
|
||||||
|
static_cast<void>(H);
|
||||||
throw std::runtime_error("Expmap not defined for dynamic types");
|
throw std::runtime_error("Expmap not defined for dynamic types");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue