-
Notifications
You must be signed in to change notification settings - Fork 226
Expand file tree
/
Copy pathlog710.yaml
More file actions
59 lines (59 loc) · 1.39 KB
/
log710.yaml
File metadata and controls
59 lines (59 loc) · 1.39 KB
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
# Logitech F710 wireless controller
# Deadman (enable) button: Right Trigger
teleop:
piloting:
type: topic
message_type: "geometry_msgs/Twist"
topic_name: /cmd_vel
deadman_buttons: [7]
axis_mappings:
-
axis: 3 # Right thumb stick (up/down)
target: linear.x
scale: 1.0
offset: 0.0
-
axis: 2 # Right thumb stick (left/right)
target: linear.y
scale: -1.0
offset: 0.0
-
axis: 1 # Left thumb stick (up/down)
target: linear.z
scale: 1.0
offset: 0.0
-
axis: 0 # Left thumb stick (left/right)
target: angular.z
scale: -1.0
offset: 0.0
takeoff:
type: topic
message_type: "std_msgs/Empty"
topic_name: takeoff
deadman_buttons: [3, 7] # RT + Y
axis_mappings: []
land:
type: topic
message_type: "std_msgs/Empty"
topic_name: land
deadman_buttons: [1, 7] # RT + A
axis_mappings: []
emergency:
type: topic
message_type: "std_msgs/Empty"
topic_name: reset
deadman_buttons: [2, 7] # RT + B
axis_mappings: []
reset:
type: topic
message_type: "std_msgs/Empty"
topic_name: reset
deadman_buttons: [4, 5] # RT + X
axis_mappings: []
flip:
type: topic
message_type: "std_msgs/UInt8"
topic_name: flip
deadman_buttons: [6, 7, 0] # RT + LT + X
axis_mappings: []