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

Class SimulatorConstraintSolverTpl

include/simple/core/simulator.hpp:509–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507 {
508 template<template<typename> class SolverTpl, typename _Scalar, int _Options, template<typename, int> class JointCollectionTpl>
509 struct SimulatorConstraintSolverTpl
510 {
511 };
512
513 template<typename _Scalar, int _Options, template<typename, int> class JointCollectionTpl>
514 struct SimulatorConstraintSolverTpl<::pinocchio::ADMMContactSolverTpl, _Scalar, _Options, JointCollectionTpl>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected