forked from robotology/robots-configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathicub_right_arm_raw.ini
64 lines (52 loc) · 1.54 KB
/
icub_right_arm_raw.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
54
55
56
57
58
59
60
61
62
63
// by MAGGIA 14-05-09
// Initialization file for robot arm, 8 dof on can bus controller.
//
[CAN]
CanAddresses 1 2
CanDeviceNum 0
CanMyAddress 0
NetworkId RIGHTARM
CanPollingInterval 10
CanTimeout 300
CanRxTimeout 500
CanTxTimeout 500
broadcast_pos 1 1
broadcast_pid 1 1
broadcast_fault 1 1
broadcast_current 1 1
broadcast_overflow 1 1
broadcast_canprint 1 1
broadcast_vel_acc 0 0
[GENERAL]
Joints 4
MaxDAC 100.0 100.0 100.0 100.0
AxisMap 0 1 2 3
Encoder 11.375 11.375 11.375 11.375
//Encoder 1 1 1 1
Zeros 0.0 0.0 0.0 0.0
Verbose 1
[LIMITS]
// 0 1 2 3
Max 360 360 360 360
Min -360 -360 -360 -360
Currents 3000 3000 3000 3000
[PIDS]
Pid0 30 50 0 500 500 3 0
Pid1 40 50 0 500 500 3 0
Pid2 40 50 0 500 500 3 0
Pid3 10 50 0 500 500 3 0
[VELOCITY]
Shifts 8 8 8 8
[CALIBRATION]
//Joint 0 1 2 3
CalibrationType 3 3 3 3
Calibration1 0.0 0.0 0.0 0.0
Calibration2 5.0 5.0 5.0 5.0
Calibration3 0.0 0.0 0.0 0.0
PositionZero 0.0 90.0 0.0 45.0
VelocityZero 5.0 5.0 5.0 5.0
[HOME]
//Joint 0 1 2 3
PositionHome -25.8 20.0 0.0 50
VelocityHome 10.0 10.0 10.0 10.0
[ENDINI] // do not remove this line!