Skip to content

Commit 99ba217

Browse files
committed
create getters by name (work in progress)
1 parent 1aeb02e commit 99ba217

File tree

3 files changed

+997
-4
lines changed

3 files changed

+997
-4
lines changed

mujoco_py/generated/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
###### const from defines ######
44
MINVAL = 1e-15 # minimum value in any denominator
5-
PI = 3.141592653589793 #
5+
PI = 3.141592653589793 #
66
MAXVAL = 10000000000.0 # maximum value in qpos, qvel, qacc
77
MINMU = 1e-05 # minimum friction coefficient
88
MINIMP = 0.0001 # minimum constraint impedance

0 commit comments

Comments
 (0)