forked from robotology/walking-controllers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdcmWalkingCoordinator.ini
53 lines (38 loc) · 1.5 KB
/
dcmWalkingCoordinator.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Remove this line if you don't want to use the MPC
# use_mpc 1
# Remove this line if you don't want to use the QP-IK
use_QP-IK 1
# Remove this line if you don't want to use osqp to
# solve QP-IK. In this case qpOASES will be used
use_osqp 1
# remove this line if you don't want to save data of the experiment
# dump_data 1
# general parameters
[GENERAL]
name walking-coordinator
# height of the com
com_height 0.53
# sampling time
sampling_time 0.01
# include robot control parameters
[include ROBOT_CONTROL "robotControl.ini"]
# include trajectory planner parameters
[include TRAJECTORY_PLANNER "plannerParams.ini"]
# include MPC parameters
[include DCM_MPC_CONTROLLER "controllerParams.ini"]
# include MPC parameters
[include DCM_REACTIVE_CONTROLLER "dcmReactiveControllerParams.ini"]
# include MPC parameters
[include ZMP_CONTROLLER "zmpControllerParams.ini"]
# include inverse kinematcs parameters
[include INVERSE_KINEMATICS_SOLVER "inverseKinematics.ini"]
# include qp inverse kinematcs parameters
[include INVERSE_KINEMATICS_QP_SOLVER "qpInverseKinematics.ini"]
# include inverse kinematcs parameters
[include FORWARD_KINEMATICS_SOLVER "forwardKinematics.ini"]
# include FT sensors parameters
[include FT_SENSORS "forceTorqueSensors.ini"]
# include Logger parameters
[include WALKING_LOGGER "walkingLogger.ini"]
# include lower PID parameters
[include PID "pidParams.ini"]