Skip to content

Commit

Permalink
Update metadata files name
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar-sanjeeev committed Dec 30, 2024
1 parent 3b94ac8 commit aa67a38
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 76 deletions.
53 changes: 0 additions & 53 deletions pyrobosim/pyrobosim/data/example_location_data1.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
trash_can:
footprint:
type: mesh
model_path: $DATA/sample_models/first_2015_trash_can
mesh_path: meshes/trash_can.dae
locations:
- name: "top"
footprint:
type: parent
padding: 0.05
nav_poses:
- position: # left
x: -0.5
y: 0.0
- position: # right
x: 0.5
y: 0.0
rotation_eul:
yaw: 3.14
color: [0, 0.35, 0.2]

charger:
footprint:
type: polygon
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
table:
footprint:
type: box
dims: [0.9, 1.2]
height: 0.5
nav_poses:
- position: # left
x: -0.75
y: 0.0
- position: # right
x: 0.75
y: 0.0
rotation_eul:
yaw: 3.14
locations:
- name: "tabletop"
footprint:
type: parent
padding: 0.1
color: [0.2, 0, 0]

desk:
footprint:
type: polygon
coords:
- [-0.3, -0.3]
- [0.3, -0.3]
- [0.3, 0.3]
- [-0.3, 0.3]
height: 0.3
locations:
- name: "desktop"
footprint:
type: parent
nav_poses:
- position: # below
x: 0.0
y: -0.5
rotation_eul:
yaw: 1.57
- position: # left
x: -0.5
y: 0.0
- position: # above
x: 0.0
y: 0.5
rotation_eul:
yaw: -1.57
- position: # right
x: 0.5
y: 0.0
rotation_eul:
yaw: 3.14

counter:
footprint:
type: box
Expand Down Expand Up @@ -44,25 +98,4 @@ counter:
y: 0.5
rotation_eul:
yaw: -1.57
color: [0, 0.2, 0]

trash_can:
footprint:
type: mesh
model_path: $DATA/sample_models/first_2015_trash_can
mesh_path: meshes/trash_can.dae
locations:
- name: "top"
footprint:
type: parent
padding: 0.05
nav_poses:
- position: # left
x: -0.5
y: 0.0
- position: # right
x: 0.5
y: 0.0
rotation_eul:
yaw: 3.14
color: [0, 0.35, 0.2]
color: [0, 0.2, 0]
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ banana:
footprint:
type: box
dims: [0.05, 0.2]
color: [0.7, 0.7, 0]
color: [0.7, 0.7, 0]

0 comments on commit aa67a38

Please sign in to comment.