Skip to content

Commit 08f24ac

Browse files
committed
update diffbot base values; add colored wheel stl
1 parent 405eed7 commit 08f24ac

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

config/diffbot/base.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
base:
22
mass: 2.5 # Base mass in Kg
33
x_size: 0.195 # Dimension in x axis
4-
y_size: 0.198 # Dimension in y axis
5-
z_size: 0.182 # Dimension in z axis
4+
y_size: 0.08 # Dimension in y axis
5+
z_size: 0.005 # Dimension in z axis
66
mesh: 'chassis.stl' # Name of the mesh files. Leave it empty ('') to have a white base.
7+
#mesh: ''

config/diffbot/front_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ wheel:
22
mass: 0.01 # Wheel mass in Kg
33
radius: 0.011 # Wheel radius in m
44
length: 0.006 # Wheel length in m, considering is as a cylinder
5-
mesh: 'wheel.stl' # Name of the mesh files. Leave it empty ('') to have a red wheel
5+
mesh: 'wheel-colored.stl' # Name of the mesh files. Leave it empty ('') to have a red wheel
66
x_offset: 0.035
77
y_offset: -0.056
88
z_offset: 0.008

meshes/diffbot/wheel-colored.stl

3.12 MB
Binary file not shown.

0 commit comments

Comments
 (0)