forked from minhnh/kinova_control_experiments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kinova.cfg
33 lines (32 loc) · 1.4 KB
/
kinova.cfg
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
// Control parameters and robot configurations for the Kinova Gen arm
controllers = {
position_velocity = {
alpha = [ 0.900000, 0.900000, 0.950000, 0.900000, 0.900000, 0.950000 ];
bias_threshold = [ 0.000407, 0.000407, 0.000407, 0.000407, 0.000407, 0.000407 ];
bias_step = [ 0.000400, 0.000400, 0.000400, 0.000400, 0.000400, 0.000400 ];
gain_threshold = [ 0.502492, 0.550000, 0.550000, 0.502492, 0.550000, 0.550000 ];
gain_step = [ 0.002000, 0.003000, 0.003000, 0.002000, 0.003000, 0.003000 ];
};
position = {
alpha = [ 0.800000, 0.900000, 0.950000 ];
bias_threshold = [ 0.000407, 0.000407, 0.000407 ];
bias_step = [ 0.000400, 0.000400, 0.000400 ];
gain_threshold = [ 0.502492, 0.550000, 0.550000 ];
gain_step = [ 0.002000, 0.003000, 0.003000 ];
};
velocity = {
alpha = [ 0.900000, 0.900000, 0.950000 ];
bias_threshold = [ 0.000407, 0.000407, 0.000407 ];
bias_step = [ 0.000400, 0.000400, 0.000400 ];
gain_threshold = [ 0.502492, 0.550000, 0.550000 ];
gain_step = [ 0.002000, 0.003000, 0.003000 ];
};
};
robot = {
cartesian_force_limit = [ 5.0, 5.0, 5.0, 5.0, 5.0, 5.0 ];
host_name = "192.168.1.10";
port = 10000;
port_real_time = 10001;
username = "admin";
password = "kinova1_area4251";
};