-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmotion.template.yaml
59 lines (58 loc) · 1.85 KB
/
motion.template.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
---
plan:
description: "in place rotation from 45-degree forwards"
name: "inplace_rotation_from_45_fwd"
start_state:
body:
position_in_meters_relative_to_world:
x: 0.0
y: 0.0
orientation_in_radians_relative_to_world:
z: 0.0
angular_velocity_in_radians_per_second:
z: 0.0
linear_velocity_in_meters_per_second:
x: 0.0
y: 0.0
modules:
- name: "left-front"
orientation_in_radians_relative_to_body: 0.0
velocity_in_meters_per_second: 0.0
- name: "left_rear"
orientation_in_radians_relative_to_body: 0.0
velocity_in_meters_per_second: 0.0
- name: "right-rear"
orientation_in_radians_relative_to_body: 0.0
velocity_in_meters_per_second: 0.0
- name: "right-front"
orientation_in_radians_relative_to_body: 0.0
velocity_in_meters_per_second: 0.0
commands:
- time_span: 1.0
modules:
- name: "left-front"
orientation_in_radians_relative_to_body: 0.0
velocity_in_meters_per_second: 0.0
- name: "left_rear"
orientation_in_radians_relative_to_body: 0.0
velocity_in_meters_per_second: 0.0
- name: "right-rear"
orientation_in_radians_relative_to_body: 0.0
velocity_in_meters_per_second: 0.0
- name: "right-front"
orientation_in_radians_relative_to_body: 0.0
velocity_in_meters_per_second: 0.0
- time_span: 1.0
body:
angular_velocity_in_radians_per_second:
z: 0.0
linear_velocity_in_meters_per_second:
x: 0.0
y: 0.0
- time_span: 1.0
body:
angular_velocity_in_radians_per_second:
z: 0.0
linear_velocity_in_meters_per_second:
x: 0.0
y: 0.0