]> defiant.homedns.org Git - ros_wild_thumper.git/commitdiff
cut 6wd model to 4wd
authorErik Andresen <erik@vontaene.de>
Wed, 26 Aug 2015 08:38:27 +0000 (10:38 +0200)
committerErik Andresen <erik@vontaene.de>
Wed, 26 Aug 2015 08:38:27 +0000 (10:38 +0200)
config/local_costmap_params.yaml
meshes/wild_thumper_4wd.blend [new file with mode: 0644]
meshes/wild_thumper_4wd.stl [new file with mode: 0644]
urdf/wild_thumper.urdf.xacro

index e247bead4ef1ffbd03de2538567336057a559e1c..b4fa9847b9dc0c570fd4ad9a7e1d91a00381d78b 100644 (file)
@@ -5,8 +5,8 @@ local_costmap:
   publish_frequency: 2.0
   static_map: false
   rolling_window: true
-  width: 10.0
-  height: 10.0
+  width: 5.0
+  height: 5.0
   resolution: 0.05
   plugins:
   - {name: obstacle_layer, type: 'costmap_2d::ObstacleLayer'}
diff --git a/meshes/wild_thumper_4wd.blend b/meshes/wild_thumper_4wd.blend
new file mode 100644 (file)
index 0000000..7b0039f
Binary files /dev/null and b/meshes/wild_thumper_4wd.blend differ
diff --git a/meshes/wild_thumper_4wd.stl b/meshes/wild_thumper_4wd.stl
new file mode 100644 (file)
index 0000000..eac11db
Binary files /dev/null and b/meshes/wild_thumper_4wd.stl differ
index 4e78a879cb48e63d75398287f0fe659410edeb65..67e6da7b5602ac6cc180dc406161b34e520c217a 100644 (file)
@@ -5,9 +5,9 @@
 
        <link name="base_link">
                <visual>
-                       <origin xyz="0.09 -0.022 0.07" rpy="${PI} 0 ${-PI/2}"/>
+                       <origin xyz="0 0 -0.13" rpy="0 0 0"/>
                        <geometry>
-                               <mesh filename="package://wild_thumper/meshes/wild_thumper_assembly_corrected.stl" scale="0.001 0.001 0.001" />
+                               <mesh filename="package://wild_thumper/meshes/wild_thumper_4wd.stl" scale="1 1 1" />
                        </geometry>
                </visual>
        </link>