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

Method forward

tests/problem.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 : ExplicitDynamicsModelTpl<double>(space, space->ndx()) {}
33
34 void forward(const ConstVectorRef &x, const ConstVectorRef &u,
35 ExplicitData &data) const {
36 space_next().integrate(x, u, data.xnext_);
37 }
38
39 void dForward(const ConstVectorRef &x, const ConstVectorRef &u,
40 ExplicitData &data) const {

Callers

nothing calls this directly

Calls 1

integrateMethod · 0.80

Tested by

no test coverage detected