Skip to content

Commit

Permalink
Fixed package names and added w200 urdf macro
Browse files Browse the repository at this point in the history
  • Loading branch information
roni-kreinin committed Aug 10, 2023
1 parent 194ad27 commit 6b71fb9
Show file tree
Hide file tree
Showing 5 changed files with 172 additions and 122 deletions.
1 change: 0 additions & 1 deletion clearpath_control/config/twist_mux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ twist_mux:
locks.e_stop.topic: platform/emergency_stop
locks.e_stop.timeout: 0.0
locks.e_stop.priority: 255

Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<visual>
<origin xyz="0 0 0" rpy="0 0 0"/>
<geometry>
<mesh filename="package://warthog_description/meshes/arm-mount-plate.stl" />
<mesh filename="package://clearpath_platform_description/meshes/w200/arm-mount-plate.stl" />
</geometry>
<material name="light_grey"/>
</visual>
<collision>
<origin xyz="0 0 0" rpy="0 0 0"/>
<geometry>
<mesh filename="package://warthog_description/meshes/arm-mount-plate.stl" />
<mesh filename="package://clearpath_platform_description/meshes/w200/arm-mount-plate.stl" />
</geometry>
</collision>
<inertial>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<visual>
<origin xyz="0 0 0" rpy="0 0 0"/>
<geometry>
<mesh filename="package://warthog_description/meshes/bulkhead.stl" />
<mesh filename="package://clearpath_platform_description/meshes/w200/bulkhead.stl" />
</geometry>
<material name="black"><color rgba="0.15 0.15 0.15 1.0" /></material>
</visual>
<collision>
<origin xyz="0 0 0" rpy="0 0 0"/>
<geometry>
<mesh filename="package://warthog_description/meshes/bulkhead-collision.stl" />
<mesh filename="package://clearpath_platform_description/meshes/w200/bulkhead-collision.stl" />
</geometry>
</collision>
<inertial>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<visual>
<origin xyz="0 0 0" rpy="0 0 0"/>
<geometry>
<mesh filename="package://warthog_description/meshes/generator.stl" />
<mesh filename="package://clearpath_platform_description/meshes/w200/generator.stl" />
</geometry>
<material name="black"><color rgba="0.15 0.15 0.15 1.0" /></material>
</visual>
<collision>
<origin xyz="0 0 0" rpy="0 0 0"/>
<geometry>
<mesh filename="package://warthog_description/meshes/generator.stl" />
<mesh filename="package://clearpath_platform_description/meshes/w200/generator.stl" />
</geometry>
</collision>
<inertial>
Expand Down
Loading

0 comments on commit 6b71fb9

Please sign in to comment.