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

Method dForward

tests/cycling.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 void dForward(const ConstVectorRef &x, const ConstVectorRef &u,
29 ExplicitData &data) const {
30 space_next().Jintegrate(x, u, data.Jx(), 0);
31 space_next().Jintegrate(x, u, data.Ju(), 1);
32 }
33};
34
35struct MyCost : CostAbstractTpl<double> {

Callers

nothing calls this directly

Calls 2

JxMethod · 0.45
JuMethod · 0.45

Tested by

no test coverage detected