| 29 | using ManifoldPtr = xyz::polymorphic<Manifold>; |
| 30 | using ExplicitData = ExplicitDynamicsDataTpl<double>; |
| 31 | explicit MyModel(const ManifoldPtr &space) |
| 32 | : ExplicitDynamicsModelTpl<double>(space, space->ndx()) {} |
| 33 | |
| 34 | void forward(const ConstVectorRef &x, const ConstVectorRef &u, |
| 35 | ExplicitData &data) const { |