Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
f
g
i
j
l
m
n
p
q
r
s
t
u
v
x
y
z
Enumerations
Enumerator
a
b
c
e
f
g
j
l
m
o
p
r
s
u
v
w
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
z
Enumerations
Enumerator
a
b
c
d
f
i
l
m
n
o
r
s
u
v
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
Typedefs
a
c
d
g
j
m
p
r
s
t
v
Enumerator
Macros
_
a
b
d
e
f
h
i
j
k
m
o
p
q
r
s
v
Examples
include
pinocchio
algorithm
default-check.hpp
Go to the documentation of this file.
1
//
2
// Copyright (c) 2016-2018 CNRS
3
//
4
5
#ifndef __pinocchio_default_check_hpp__
6
#define __pinocchio_default_check_hpp__
7
8
#include <
pinocchio/algorithm/check.hpp
>
9
#include <
pinocchio/algorithm/aba.hpp
>
10
#include <
pinocchio/algorithm/crba.hpp
>
11
12
namespace
pinocchio
13
{
15
inline
AlgorithmCheckerList<ParentChecker, CRBAChecker, ABAChecker>
makeDefaultCheckerList
()
16
{
17
return
makeAlgoCheckerList
(ParentChecker(), CRBAChecker(), ABAChecker());
18
}
19
20
#define DEFAULT_CHECKERS makeDefaultCheckerList()
21
22
template
<
typename
Scalar,
int
Options,
template
<
typename
,
int
>
class
JointCollectionTpl>
23
inline
bool
ModelTpl<Scalar, Options, JointCollectionTpl>::check
()
const
24
{
25
return
this->
check
(
DEFAULT_CHECKERS
);
26
}
27
28
}
// namespace pinocchio
29
30
#endif // ifndef __pinocchio_default_check_hpp__
aba.hpp
pinocchio::makeDefaultCheckerList
AlgorithmCheckerList< ParentChecker, CRBAChecker, ABAChecker > makeDefaultCheckerList()
Default checker-list, used as the default argument in Model::check().
Definition:
default-check.hpp:15
pinocchio::AlgorithmCheckerList
Definition:
check-model.hpp:29
pinocchio::makeAlgoCheckerList
AlgorithmCheckerList< T... > makeAlgoCheckerList(const T &... args)
Definition:
check-model.hpp:47
check
bool check(const T &value, const T &other)
check.hpp
DEFAULT_CHECKERS
#define DEFAULT_CHECKERS
Definition:
default-check.hpp:20
pinocchio::ModelTpl::check
bool check() const
Run check(fusion::list) with DEFAULT_CHECKERS as argument.
Definition:
default-check.hpp:23
crba.hpp
pinocchio
Main pinocchio namespace.
Definition:
timings.cpp:33
pinocchio
Author(s):
autogenerated on Tue Apr 22 2025 02:41:16