Skip to content

Commit 645639f

Browse files
authored
Update Andino hardware and chassis (#307)
Signed-off-by: Miguel <miguel.diaz@creativa77.com.ar>
1 parent 2523794 commit 645639f

81 files changed

Lines changed: 210 additions & 259 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It is fully integrated with ROS 2 and it is a great base platform to improve ski
1515
With its open-source design, anyone can modify and customize the robot to suit their specific needs.
1616

1717
<p align="center">
18-
<img src="docs/real_robot.png" width=500 />
18+
<img src="docs/real_robot.png" width=900 />
1919
</p>
2020

2121
_Note: For videos go to [Media](#selfie-media) section._
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
base:
2-
mass: 0.8 # Base mass in Kg
3-
x_size: 0.195 # Dimension in x axis
4-
y_size: 0.08 # Dimension in y axis
5-
z_size: 0.005 # Dimension in z axis
6-
mesh: 'chassis.stl' # Name of the mesh files. Leave it empty ('') to have a white base.
2+
mass: 0.8 # Base mass in Kg
3+
x_size: 0.25 # Dimension in x axis
4+
y_size: 0.1 # Dimension in y axis
5+
z_size: 0.05 # Dimension in z axis
6+
mesh: 'base_chassis.stl' # Name of the mesh files. Leave it empty ('') to have a white base.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
base:
2+
mass: 0.8 # Base mass in Kg
3+
x_size: 0.109067 # Dimension in x axis
4+
y_size: 0.1 # Dimension in y axis
5+
z_size: 0.0465 # Dimension in z axis
6+
mesh: 'battery_chassis.stl' # Name of the mesh files. Leave it empty ('') to have a white base.
Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,11 @@
1-
base:
2-
mass: 0.02
3-
size:
4-
x: 0.04
5-
y: 0.04
6-
z: 0.04
7-
dx: -0.076
8-
dy: 0.0
9-
dz: 0.0045
10-
mesh: 'caster_base.stl'
11-
12-
hub:
13-
mass: 0.02
14-
size:
15-
x: 0.04
16-
y: 0.04
17-
z: 0.04
18-
dx: -0.077
19-
dy: 0.0
20-
dz: 0.0045
21-
mesh: 'caster_wheel_support.stl'
22-
231
wheel:
242
mass: 0.5 # Wheel mass in Kg
25-
radius: 0.015 # Wheel radius in m
26-
length: 0.01 # Wheel length in m, considering is as a cylinder
3+
radius: 0.010747
4+
size:
5+
x: 0.032
6+
y: 0.032
7+
z: 0.02
278
mesh: 'caster_wheel.stl' # Name of the mesh files. Leave it empty ('') to have a red wheel
28-
x_offset: 0.035
29-
dx: -0.016 # ${-caster_base_size/2.0*0.8}
30-
dy: -1
31-
dz: -0.04
9+
dx: -0.0754
10+
dy: 0.0
11+
dz: -0.003
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
base:
2+
mass: 0.8 # Base mass in Kg
3+
x_size: 0.112 # Dimension in x axis
4+
y_size: 0.1 # Dimension in y axis
5+
z_size: 0.05 # Dimension in z axis
6+
mesh: 'lidar_chassis.stl' # Name of the mesh files. Leave it empty ('') to have a white base.

andino_description/config/andino/motor.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ y_size: 0.0225 # Motor dimension in y axis
44
z_size: 0.0188 # Motor dimension in z axis
55
mesh: 'motor.stl' # Leave it empty ('') to have a box as motor
66
scale: ''
7-
x_offset: 0.096
8-
y_offset: -0.0135
9-
z_offset: -0.017
7+
x_offset: 0.032223
8+
y_offset: 0.038279
9+
z_offset: 0.011253

andino_description/config/andino/second_base.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

andino_description/config/andino/sensors.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ laser:
33
radius: 0.015 # Wheel radius in m
44
length: 0.01 # Wheel length in m, considering is as a cylinder
55
mesh: 'rplidar-a1.stl' # Leave it empty ('') to have a red wheel
6-
dx: 0.05
6+
dx: 0.0666
77
dy: 0.0
8-
dz: 0.08
8+
dz: 0.084808
99

1010
camera:
1111
mass: 0.1 # mass in Kg
1212
box_size: 0.02
1313
mesh: 'camera_mount.stl' # If empty, it will be have a box as visual
14-
dx: 0.085
14+
dx: 0.098
1515
dy: 0.0
1616
dz: 0.025
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
mass: 0.032 # Wheel mass in Kg
2-
radius: 0.0331 # Wheel radius in m
3-
length: 0.025 # Wheel length in m, considering is as a cylinder
2+
radius: 0.0331 # Wheel radius in m
3+
length: 0.025 # Wheel length in m, considering is as a cylinder
44
mesh: '../components/wheel.stl' # Leave it empty ('') to have a red wheel
55
scale: ''
6-
x_offset: 0.079
7-
y_offset: 0.015
8-
z_offset: -0.017
6+
x_offset: 0.016438 # Wheel to motor offset in x
7+
y_offset: 0.025721 # Wheel to motor offset in y
8+
z_offset: 0.0 # Wheel to motor offset in z
513 KB
Binary file not shown.

0 commit comments

Comments
 (0)