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
multibody
joint-motion-subspace.hpp
Go to the documentation of this file.
1
//
2
// Copyright (c) 2015-2020 CNRS INRIA
3
//
4
5
#ifndef __pinocchio_multibody_joint_motion_subspace_hpp__
6
#define __pinocchio_multibody_joint_motion_subspace_hpp__
7
8
#include "
pinocchio/macros.hpp
"
9
10
namespace
pinocchio
11
{
12
13
template
<
int
_Dim,
typename
_Scalar,
int
_Options =
context::Options
,
int
_MaxDim = -1>
14
struct
JointMotionSubspaceTpl
;
15
16
typedef
JointMotionSubspaceTpl<1, context::Scalar, context::Options>
JointMotionSubspace1d
;
17
typedef
JointMotionSubspaceTpl<3, context::Scalar, context::Options>
JointMotionSubspace3d
;
18
typedef
JointMotionSubspaceTpl<6, context::Scalar, context::Options>
JointMotionSubspace6d
;
19
typedef
JointMotionSubspaceTpl<Eigen::Dynamic, context::Scalar, context::Options>
20
JointMotionSubspaceXd
;
21
22
}
// namespace pinocchio
23
24
#include "
pinocchio/multibody/joint-motion-subspace-base.hpp
"
25
#include "
pinocchio/multibody/joint-motion-subspace-generic.hpp
"
26
27
#endif // ifndef __pinocchio_multibody_joint_motion_subspace_hpp__
pinocchio::JointMotionSubspace1d
JointMotionSubspaceTpl< 1, context::Scalar, context::Options > JointMotionSubspace1d
Definition:
joint-motion-subspace.hpp:14
macros.hpp
pinocchio::JointMotionSubspace6d
JointMotionSubspaceTpl< 6, context::Scalar, context::Options > JointMotionSubspace6d
Definition:
joint-motion-subspace.hpp:18
joint-motion-subspace-generic.hpp
pinocchio::JointMotionSubspace3d
JointMotionSubspaceTpl< 3, context::Scalar, context::Options > JointMotionSubspace3d
Definition:
joint-motion-subspace.hpp:17
pinocchio::context::Options
@ Options
Definition:
context/generic.hpp:82
joint-motion-subspace-base.hpp
pinocchio::JointMotionSubspaceTpl
Definition:
joint-motion-subspace-generic.hpp:65
pinocchio::JointMotionSubspaceXd
JointMotionSubspaceTpl< Eigen::Dynamic, context::Scalar, context::Options > JointMotionSubspaceXd
Definition:
joint-motion-subspace.hpp:20
pinocchio
Main pinocchio namespace.
Definition:
timings.cpp:33
pinocchio
Author(s):
autogenerated on Wed Apr 16 2025 02:41:48