Skip to content

Commit

Permalink
Add missing sdf files from xsd generation (#1231)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll authored Feb 8, 2023
1 parent 08b6c15 commit 811760d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdf/1.10/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ set (sdfs
mesh_shape.sdf
model.sdf
model_state.sdf
navsat.sdf
noise.sdf
particle_emitter.sdf
physics.sdf
Expand Down
2 changes: 2 additions & 0 deletions sdf/1.5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set (sdfs
box_shape.sdf
camera.sdf
collision.sdf
collision_engine.sdf
contact.sdf
cylinder_shape.sdf
frame.sdf
Expand Down Expand Up @@ -51,6 +52,7 @@ set (sdfs
state.sdf
surface.sdf
transceiver.sdf
urdf.sdf
visual.sdf
world.sdf
)
Expand Down
2 changes: 2 additions & 0 deletions sdf/1.6/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ set (sdfs
box_shape.sdf
camera.sdf
collision.sdf
collision_engine.sdf
contact.sdf
cylinder_shape.sdf
frame.sdf
Expand Down Expand Up @@ -55,6 +56,7 @@ set (sdfs
state.sdf
surface.sdf
transceiver.sdf
urdf.sdf
visual.sdf
world.sdf
)
Expand Down
3 changes: 3 additions & 0 deletions sdf/1.7/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ set (sdfs
box_shape.sdf
camera.sdf
collision.sdf
collision_engine.sdf
contact.sdf
cylinder_shape.sdf
frame.sdf
Expand All @@ -33,6 +34,7 @@ set (sdfs
mesh_shape.sdf
model.sdf
model_state.sdf
navsat.sdf
noise.sdf
particle_emitter.sdf
physics.sdf
Expand All @@ -55,6 +57,7 @@ set (sdfs
state.sdf
surface.sdf
transceiver.sdf
urdf.sdf
visual.sdf
world.sdf
)
Expand Down
3 changes: 3 additions & 0 deletions sdf/1.8/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ set (sdfs
camera.sdf
capsule_shape.sdf
collision.sdf
collision_engine.sdf
contact.sdf
cylinder_shape.sdf
ellipsoid_shape.sdf
Expand All @@ -35,6 +36,7 @@ set (sdfs
mesh_shape.sdf
model.sdf
model_state.sdf
navsat.sdf
noise.sdf
particle_emitter.sdf
physics.sdf
Expand All @@ -57,6 +59,7 @@ set (sdfs
state.sdf
surface.sdf
transceiver.sdf
urdf.sdf
visual.sdf
world.sdf
)
Expand Down
3 changes: 3 additions & 0 deletions sdf/1.9/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ set (sdfs
camera.sdf
capsule_shape.sdf
collision.sdf
collision_engine.sdf
contact.sdf
cylinder_shape.sdf
ellipsoid_shape.sdf
Expand All @@ -35,6 +36,7 @@ set (sdfs
mesh_shape.sdf
model.sdf
model_state.sdf
navsat.sdf
noise.sdf
particle_emitter.sdf
physics.sdf
Expand All @@ -57,6 +59,7 @@ set (sdfs
state.sdf
surface.sdf
transceiver.sdf
urdf.sdf
visual.sdf
world.sdf
)
Expand Down

0 comments on commit 811760d

Please sign in to comment.