forked from ros-industrial/abb_robot_driver
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathex3_hardware_egm.yaml
60 lines (59 loc) · 1.66 KB
/
ex3_hardware_egm.yaml
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
# These settings must match:
# - Port numbers specified in the ABB robot controller's system configurations for EGM communication.
# - Names of the mechanical unit groups intended to be controlled by respective EGM communication channel.
egm:
channel_1:
port_number: 6511
mech_unit_group: "rob_l"
channel_2:
port_number: 6512
mech_unit_group: "rob_r"
# These settings must match:
# - Joint names extracted from the ABB robot controller.
# - The 'yumi_' prefix must match the nickname/identifier,
# which is set in the corresponding launch file.
#
# See http://wiki.ros.org/joint_limits_interface for more info about available joint limits:
joint_limits:
yumi_robl_joint_1:
has_velocity_limits: true
max_velocity: 0.2
yumi_robl_joint_2:
has_velocity_limits: true
max_velocity: 0.2
yumi_robl_joint_3:
has_velocity_limits: true
max_velocity: 0.2
yumi_robl_joint_4:
has_velocity_limits: true
max_velocity: 0.2
yumi_robl_joint_5:
has_velocity_limits: true
max_velocity: 0.2
yumi_robl_joint_6:
has_velocity_limits: true
max_velocity: 0.2
yumi_robl_joint_7:
has_velocity_limits: true
max_velocity: 0.2
yumi_robr_joint_1:
has_velocity_limits: true
max_velocity: 0.2
yumi_robr_joint_2:
has_velocity_limits: true
max_velocity: 0.2
yumi_robr_joint_3:
has_velocity_limits: true
max_velocity: 0.2
yumi_robr_joint_4:
has_velocity_limits: true
max_velocity: 0.2
yumi_robr_joint_5:
has_velocity_limits: true
max_velocity: 0.2
yumi_robr_joint_6:
has_velocity_limits: true
max_velocity: 0.2
yumi_robr_joint_7:
has_velocity_limits: true
max_velocity: 0.2