Skip to content

Commit cf53747

Browse files
author
pcvfeld
committed
Adding launch file here to make it driver version agnostic
1 parent b62b7bf commit cf53747

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

config/ur5_egp50_calibration.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
kinematics:
2+
shoulder:
3+
x: 0
4+
y: 0
5+
z: 0.1625794089892492
6+
roll: -0
7+
pitch: 0
8+
yaw: 4.129148531428761e-08
9+
upper_arm:
10+
x: 4.928395535654581e-05
11+
y: 0
12+
z: 0
13+
roll: 1.569869765796217
14+
pitch: 0
15+
yaw: 5.036318121915316e-06
16+
forearm:
17+
x: -0.4254523763434618
18+
y: 0
19+
z: 0
20+
roll: 3.1392013464245
21+
pitch: 3.139168805996946
22+
yaw: -3.141591637361882
23+
wrist_1:
24+
x: -0.3925179308036957
25+
y: 0.0001120932096404198
26+
z: 0.1337197128323421
27+
roll: 3.140754383891105
28+
pitch: -3.139336708944914
29+
yaw: 3.141588769544439
30+
wrist_2:
31+
x: -5.074257472996066e-05
32+
y: -0.09963845508736849
33+
z: 0.0001118519484761866
34+
roll: 1.569673749157642
35+
pitch: 0
36+
yaw: 1.624890038340321e-06
37+
wrist_3:
38+
x: 0.0001553039379749999
39+
y: 0.09948201802868764
40+
z: 0.0001622124184740164
41+
roll: 1.572426895594438
42+
pitch: 3.141592653589793
43+
yaw: 3.141592586202488
44+
hash: calib_11698609823524220358

launch/ur5e_bringup.launch

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0"?>
2+
<launch>
3+
<include file="$(find ur_robot_driver)/launch/ur5e_bringup.launch">
4+
<arg name="robot_description_file" value="$(find ur_manipulation)/launch/ur5e_egp50_upload.launch"/>
5+
<arg name="robot_ip" value="192.168.56.2"/>
6+
<arg name="kinematics_config" default="$(find ur_manipulation)/config/ur5_egp50_calibration.yaml"/>
7+
</include>
8+
9+
</launch>

0 commit comments

Comments
 (0)