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

Method g

include/simple/core/constraints-problem.hpp:427–430  ·  view source on GitHub ↗

\brief Getter for the `g` term (i.e. the free velocity of constraints + corrective terms).

Source from the content-addressed store, hash-verified

425
426 /// \brief Getter for the `g` term (i.e. the free velocity of constraints + corrective terms).
427 Eigen::VectorBlock<VectorXs> g()
428 {
429 return this->m_g.head(this->constraints_problem_size());
430 }
431
432 /// \brief const getter for the `g` term (i.e. the free velocity of constraint + corrective terms).
433 Eigen::VectorBlock<const VectorXs> g() const

Callers 2

test_static_sceneFunction · 0.80

Calls 1

Tested by 1

test_static_sceneFunction · 0.64