-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathik.ini
36 lines (29 loc) · 878 Bytes
/
ik.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
# tasks = ["EE_TASK", "JOINT_REGULARIZATION_TASK", "BASE_TASK"]
verbosity false
[IK]
robot_velocity_variable_name "robot_velocity"
[VARIABLES]
variables_name ("robot_velocity")
variables_size (16) # number of joints plus 6 for base pose
[EE_TASK]
name "end_effector"
priority 0
# The following parameters are required by the specific task
robot_velocity_variable_name "robot_velocity"
frame_name "r_hand_dh_frame"
kp_linear 0.1
kp_angular 0.1
[JOINT_REGULARIZATION_TASK]
name "joint_regularization_task"
weight (0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1)
priority 1
robot_velocity_variable_name "robot_velocity"
kp (0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1)
[BASE_TASK]
name "base_task"
priority 0
# The following parameters are required by the specific task
robot_velocity_variable_name "robot_velocity"
frame_name "root_link"
kp_linear 0.0
kp_angular 0.0