Skip to content

Commit

Permalink
fix world mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonryckman committed Jul 11, 2024
1 parent f4f44e8 commit 1ef5187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions launch/autonomy.launch
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<launch>
<rosparam command="load" file="$(find mrover)/config/esw.yaml"/>

<arg name="tag_detector" default="true"/>
<arg name="object_detector" default="false"/>
<arg name="cost_map" default="true"/>
Expand Down
4 changes: 2 additions & 2 deletions urdf/world/world.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
</inertial>
<visual>
<geometry>
<mesh filename="package://mrover/urdf/meshes/ground_boulders.fbx"/>
<mesh filename="package://mrover/urdf/meshes/groundflat.fbx"/>
</geometry>
</visual>
<collision>
<geometry>
<mesh filename="package://mrover/urdf/meshes/ground_boulders.fbx"/>
<mesh filename="package://mrover/urdf/meshes/groundflat.fbx"/>
</geometry>
</collision>
</link>
Expand Down

0 comments on commit 1ef5187

Please sign in to comment.