Skip to content

Commit

Permalink
move plug and socket models out of legacy. remove uuv_mating package …
Browse files Browse the repository at this point in the history
…in legacy

Signed-off-by: Mabel Zhang <[email protected]>
  • Loading branch information
mabelzhang committed Aug 14, 2021
1 parent 39107c7 commit c822456
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
<arg name="yaw" value="3.141592"/>
</include>



<include file="$(find uuv_control_cascaded_pid)/launch/joy_velocity.launch">
<arg name="uuv_name" value="rexrov" />
<arg name="model_name" value="rexrov" />
Expand Down
48 changes: 0 additions & 48 deletions legacy/uuv_mating/CMakeLists.txt

This file was deleted.

35 changes: 0 additions & 35 deletions legacy/uuv_mating/package.xml

This file was deleted.

File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</library_effects>
<library_images>
<image id="Inner-Plug_png" name="Inner-Plug_png">
<init_from>Inner-Plug.png</init_from>
<init_from>../materials/textures/Inner-Plug.png</init_from>
</image>
</library_images>
<library_materials>
Expand Down Expand Up @@ -137,4 +137,4 @@
<scene>
<instance_visual_scene url="#Scene"/>
</scene>
</COLLADA>
</COLLADA>
6 changes: 3 additions & 3 deletions models/dave_object_models/models/plug/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<visual name ='visual'>
<geometry>
<mesh>
<uri>model://Electrical-Plug.dae</uri>
<uri>model://plug/meshes/Electrical-Plug.dae</uri>
<scale>0.1 0.1 0.1</scale>
</mesh>
</geometry>
Expand All @@ -18,11 +18,11 @@
<collision name ='collision'>
<geometry>
<mesh>
<uri>model://Electrical-Plug.dae</uri>
<uri>model://plug/meshes/Electrical-Plug.dae</uri>
<scale>0.1 0.1 0.1</scale>
</mesh>
</geometry>
</collision>collisionChecks
</collision>

<!-- <collision name ='stand'>
<pose>0 0.1 -0.06 0 0 0</pose>
Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</library_effects>
<library_images>
<image id="Outer-Plug_png" name="Outer-Plug_png">
<init_from>Outer-Plug.png</init_from>
<init_from>../materials/textures/Outer-Plug.png</init_from>
</image>
</library_images>
<library_materials>
Expand Down Expand Up @@ -185,4 +185,4 @@
<scene>
<instance_visual_scene url="#Scene"/>
</scene>
</COLLADA>
</COLLADA>
6 changes: 2 additions & 4 deletions models/dave_object_models/models/socket_box/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,21 @@
<link name ='socket'>
<pose>3.32 0.3 8.3 0 0 -1.570796</pose>
<visual name ='visual'>

<geometry>
<mesh>
<uri>model://Electrical-Socket.dae</uri>
<uri>model://socket_box/meshes/Electrical-Socket.dae</uri>
<scale>0.12 0.12 0.12</scale>
</mesh>
</geometry>
</visual>
<collision name ='collision'>
<geometry>
<mesh>
<uri>model://Electrical-Socket.dae</uri>
<uri>model://socket_box/meshes/Electrical-Socket.dae</uri>
<scale>0.12 0.12 0.12</scale>
</mesh>
</geometry>
</collision>

</link>

<link name ='sensor_plate'>
Expand Down

0 comments on commit c822456

Please sign in to comment.