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
examples
Namespaces
|
Functions
|
Variables
anymal-simulation.py File Reference
Go to the source code of this file.
Namespaces
anymal-simulation
Functions
def
anymal-simulation.squashing
(model,
data
, q_in)
Variables
list
anymal-simulation.constraint_datas
= [
cm.createData
() for cm in constraint_models]
anymal-simulation.constraint_dim
= sum([
cm.size
() for cm in constraint_models])
list
anymal-simulation.constraint_models
= []
anymal-simulation.contact_model_lf1
anymal-simulation.data
= robot.data
int
anymal-simulation.eps
= 1e-10
list
anymal-simulation.foot_frame_ids
= [robot.model.getFrameId(frame_name) for frame_name in foot_frames]
list
anymal-simulation.foot_frames
= [lfFoot, rfFoot, lhFoot, rhFoot]
list
anymal-simulation.foot_joint_ids
anymal-simulation.kkt_constraint
=
pinocchio.ContactCholeskyDecomposition
(model, constraint_models)
anymal-simulation.lfFoot
anymal-simulation.lhFoot
anymal-simulation.mass
= data.mass[0]
anymal-simulation.model
= robot.model
float
anymal-simulation.mu
= 0.0
int
anymal-simulation.N
= 100000
anymal-simulation.q
=
robot.q0.copy
()
anymal-simulation.q0
def
anymal-simulation.q_new
= squashing(model,
data
, robot.q0)
anymal-simulation.q_sol
=
q.copy
()
anymal-simulation.rfFoot
anymal-simulation.rhFoot
anymal-simulation.robot
=
load
("anymal")
string
anymal-simulation.state_name
= "standing"
pinocchio
Author(s):
autogenerated on Wed Apr 16 2025 02:41:51