-
Notifications
You must be signed in to change notification settings - Fork 4
/
Measure 1
59 lines (49 loc) · 2.53 KB
/
Measure 1
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
- Translation: [-0.000, -0.003, 0.010]
- Rotation: in Quaternion [0.000, 0.000, -0.001, 1.000]
in RPY (radian) [0.000, 0.000, -0.003]
in RPY (degree) [0.000, 0.000, -0.149]
==================================
$ rostopic pub /move_base_simple/goal geometry_msgs/PoseStamped '{ header: { frame_id: "map" }, pose: { position: { x: 1, y: 0 }, orientation: { x: 0, y: 0, z: 0, w: 1 } } }'
----------------------------------
Vi gick 0.9 m fram
==================================
- Translation: [0.887, -0.020, 0.010]
- Rotation: in Quaternion [0.000, 0.000, 0.035, 0.999]
in RPY (radian) [0.000, -0.000, 0.070]
in RPY (degree) [0.000, -0.000, 3.988]
==================================
$ rostopic pub /move_base_simple/goal geometry_msgs/PoseStamped '{ header: { frame_id: "map" }, pose: { position: { x: 0, y: 0 }, orientation: { x: 0, y: 0, z: 0, w: 1 } } }'
----------------------------------
Vi står 12 cm fel
==================================
- Translation: [0.114, -0.061, 0.010]
- Rotation: in Quaternion [0.000, 0.000, 0.109, 0.994]
in RPY (radian) [0.000, -0.000, 0.218]
in RPY (degree) [0.000, -0.000, 12.497]
==================================
$ rostopic pub /move_base_simple/goal geometry_msgs/PoseStamped '{ header: { frame_id: "map" }, pose: { position: { x: 1, y: 0 }, orientation: { x: 0, y: 0, z: 0, w: 1 } } }'
----------------------------------
Vi gick 0.97 m fram, och står 0.1 m fel i y-led
==================================
- Translation: [0.956, -0.002, 0.010]
- Rotation: in Quaternion [0.000, 0.000, 0.034, 0.999]
in RPY (radian) [0.000, -0.000, 0.069]
in RPY (degree) [0.000, -0.000, 3.941]
==================================
$ rostopic pub /move_base_simple/goal geometry_msgs/PoseStamped '{ header: { frame_id: "map" }, pose: { position: { x: 0, y: 0 }, orientation: { x: 0, y: 0, z: 0, w: 1 } } }'
----------------------------------
Vi står 7 cm fel, 9 cm fel i y.led
==================================
- Translation: [0.080, -0.010, 0.010]
- Rotation: in Quaternion [0.000, 0.000, 0.103, 0.995]
in RPY (radian) [0.000, -0.000, 0.206]
in RPY (degree) [0.000, -0.000, 11.797]
==================================
Fram och tillbaka 5
----------------------------------
Vi står 9 cm fel, 8 cm fel i y.led
==================================
- Translation: [0.106, -0.003, 0.010]
- Rotation: in Quaternion [0.000, 0.000, -0.099, 0.995]
in RPY (radian) [0.000, 0.000, -0.198]
in RPY (degree) [0.000, 0.000, -11.359]