forked from swri-robotics/gilbreth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconveyor_objects.yaml
50 lines (46 loc) · 3.26 KB
/
conveyor_objects.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
spawner:
reference_frame: world # Gazebo frame in which to spawn the parts
spawn_period: 20.0 # [s] Time between component spawnings
randomization_seed: 0 # Seed for randomization engine
max_objects: 40 # Max number of objects to spawn, objects will be recycled after max is reached.
objects:
- name: gear # Name of the spawned object
mesh_resource: package://gilbreth_gazebo/meshes/conveyor_objects/gear.stl
initial_pose: # Initial object pose relative to the reference frame
position: [1.2, 4.0, 1.0]
orientation: [0.0, 0.0, 0.0]
lateral_placement_variance: 0.2 # [m] Distance range for objects to be placed transversely on the conveyor
yaw_placement_variance: 180.0 # [deg] Rotation angle range for objects to be placed on the conveyor
spawn_timing_variance: 1.0 # [s] Delay
- name: piston_rod # Name of the spawned object
mesh_resource: package://gilbreth_gazebo/meshes/conveyor_objects/piston_rod.stl
initial_pose: # Initial object pose relative to the reference frame
position: [1.2, 4.0, 0.93]
orientation: [0.0, 0.0, 0.0]
lateral_placement_variance: 0.2 # [m] Distance range for objects to be placed transversely on the conveyor
yaw_placement_variance: 20.0 # [deg] Rotation angle range for objects to be placed on the conveyor
spawn_timing_variance: 1.0 # [s] Delay
- name: pulley # Name of the spawned object
mesh_resource: package://gilbreth_gazebo/meshes/conveyor_objects/pulley.stl
initial_pose: # Initial object pose relative to the reference frame
position: [1.2, 4.0, 1.0]
orientation: [0.0, 0.0, 0.0]
lateral_placement_variance: 0.2 # [m] Distance range for objects to be placed transversely on the conveyor
yaw_placement_variance: 180.0 # [deg] Rotation angle range for objects to be placed on the conveyor
spawn_timing_variance: 1.0 # [s] Delay
- name: gasket # Name of the spawned object
mesh_resource: package://gilbreth_gazebo/meshes/conveyor_objects/gasket.stl
initial_pose: # Initial object pose relative to the reference frame
position: [1.2, 4.0, 1.0]
orientation: [0.0, 0.0, 0.0]
lateral_placement_variance: 0.2 # [m] Distance range for objects to be placed transversely on the conveyor
yaw_placement_variance: 180.0 # [deg] Rotation angle range for objects to be placed on the conveyor
spawn_timing_variance: 1.0 # [s] Delay
- name: disk # Name of the spawned object
mesh_resource: package://gilbreth_gazebo/meshes/conveyor_objects/disk.stl
initial_pose: # Initial object pose relative to the reference frame
position: [1.2, 4.0, 1.0]
orientation: [0.0, 0.0, 0.0]
lateral_placement_variance: 0.2 # [m] Distance range for objects to be placed transversely on the conveyor
yaw_placement_variance: 180.0 # [deg] Rotation angle range for objects to be placed on the conveyor
spawn_timing_variance: 1.0 # [s] Delay