parameter_server_conf.py
Go to the documentation of this file.
1 NJ = 2
2 model_path = ["/integration_tests/openrobots/share/"]
3 urdfFileName = (
4  "/integration_tests/openrobots/share/"
5  + "simple_humanoid_description/urdf/"
6  + "simple_humanoid.urdf"
7 )
8 ImuJointName = "imu_joint"
9 
10 mapJointNameToID = {
11  "j1": 0,
12  "j2": 1,
13 }
14 
15 mapJointLimits = {
16  0: [-0.349065850399, 1.57079632679],
17  1: [-0.5236, 0.5236],
18 }
19 
20 vfMax = [100.0, 100.0]
21 vfMin = [-100.0, -100.0]
22 
23 mapForceIdToForceLimits = {0: [vfMin, vfMax], 1: [vfMin, vfMax]}
24 
25 mapNameToForceId = {"rf": 0, "lf": 1}
26 
27 indexOfForceSensors = ()
28 
29 footFrameNames = {"Right": "RLEG_ANKLE_R", "Left": "LLEG_ANKLE_R"}
30 
31 rightFootSensorXYZ = (0.0, 0.0, -0.085)
32 rightFootSoleXYZ = (0.0, 0.0, -0.105)
33 
34 urdftosot = (0, 1)


sot-core
Author(s): Olivier Stasse, ostasse@laas.fr
autogenerated on Tue Oct 24 2023 02:26:31