MCPcopy Create free account
hub / github.com/Simple-Robotics/aligator / MyModel

Method MyModel

tests/problem.cpp:31–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

ndxMethod · 0.45

Tested by

no test coverage detected