5#ifndef __pinocchio_default_check_hpp__ 6#define __pinocchio_default_check_hpp__ 8#include <pinocchio/algorithm/check.hpp> 9#include <pinocchio/algorithm/aba.hpp> 10#include <pinocchio/algorithm/crba.hpp> 20#define DEFAULT_CHECKERS makeDefaultCheckerList() 22 template<
typename Scalar,
int Options,
template<
typename,
int>
class JointCollectionTpl>
25 return this->
check(DEFAULT_CHECKERS);
Main pinocchio namespace.
AlgorithmCheckerList< ParentChecker, CRBAChecker, ABAChecker > makeDefaultCheckerList()
Default checker-list, used as the default argument in Model::check().
bool check() const
Run check(fusion::list) with DEFAULT_CHECKERS as argument.
bool check(const AlgorithmCheckerBase< D > &checker=AlgorithmCheckerBase< D >()) const
Check the validity of the attributes of Model with respect to the specification of some algorithms.
Simple model checker, that assert that model.parents is indeed a tree.