Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 99ba217

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

3 files changed

Lines changed: 997 additions & 4 deletions

File tree

mujoco_py/generated/const.py

Lines changed: 1 addition & 1 deletion
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)