Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ros2 change wheels mount point #492

Open
wants to merge 4 commits into
base: ros2-devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion husarion_ugv_description/config/WH01.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
wheel_radius: 0.1825
wheel_width: 0.14
wheel_separation: 0.697
mount_point_offset: 0.091
mass: 3.0
inertia: { ixx: 0.022510, iyy: 0.034850, izz: 0.022510 }
inertia_y_offset: 0.0
Expand Down
2 changes: 1 addition & 1 deletion husarion_ugv_description/config/WH02.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
wheel_radius: 0.1016
wheel_width: 0.08
wheel_separation: 0.6785
mount_point_offset: 0.08165
mass: 2.4
inertia: { ixx: 0.010050, iyy: 0.016496, izz: 0.010068 }
inertia_y_offset: 0.0
Expand Down
2 changes: 1 addition & 1 deletion husarion_ugv_description/config/WH04.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
wheel_radius: 0.1016
wheel_width: 0.04
wheel_separation: 0.616
mount_point_offset: 0.06
mass: 0.85
inertia: { ixx: 0.003099, iyy: 0.005849, izz: 0.003101 }
inertia_y_offset: 0.0
Expand Down
7 changes: 3 additions & 4 deletions husarion_ugv_description/config/WH05.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
wheel_radius: 0.1348
wheel_width: 0.09
wheel_separation: 0.45
# TODO change inertia and mass when ready
mass: 2.5
inertia: { ixx: 0.014738, iyy: 0.0261, izz: 0.014738 }
mount_point_offset: 0.06
mass: 2.036
inertia: { ixx: 0.014738, iyy: 0.02593, izz: 0.014738 }
inertia_y_offset: 0.0
mesh_package: husarion_ugv_description
folder_path: meshes/WH05
Expand Down
138 changes: 119 additions & 19 deletions husarion_ugv_description/meshes/WH05/fl_wheel.dae

Large diffs are not rendered by default.

138 changes: 119 additions & 19 deletions husarion_ugv_description/meshes/WH05/fr_wheel.dae

Large diffs are not rendered by default.

138 changes: 119 additions & 19 deletions husarion_ugv_description/meshes/WH05/rl_wheel.dae

Large diffs are not rendered by default.

138 changes: 119 additions & 19 deletions husarion_ugv_description/meshes/WH05/rr_wheel.dae

Large diffs are not rendered by default.

Loading