ugv_gazebo_sim icon indicating copy to clipboard operation
ugv_gazebo_sim copied to clipboard

Is ranger_mini_v2 ranger_basegoing to be added?

Open eleven110 opened this issue 1 year ago • 3 comments

eleven110 avatar Jan 26 '24 10:01 eleven110

<!-- Base link -->
<link name="base_link">
    <inertial>
        <origin xyz="0.0 0.0 0.0"/>
        <mass value="10"/>
        <inertia ixx="1" ixy="0.0" ixz="0.0" iyy="1" iyz="0.0" izz="1"/>
    </inertial>
    <visual>
        <origin xyz="0 0 0" rpy="1.57 0 3.14 " />
        <geometry>
            <mesh filename="package://ranger_mini_v2/meshes/ranger_base.dae" />
        </geometry>
    </visual>
    <collision>
        <origin xyz="0 0 -0.1" rpy="0 0 0" />
        <geometry>
            <box size="0.5 0.35 0.2"/>
        </geometry>
    </collision>

</link>

the new ranger_mini_v2 ranger_base.dae file,cannot load in the ranger_mini_gazebo.xacro file。 微信截图_20240126190352

eleven110 avatar Jan 26 '24 11:01 eleven110

The ranger_base.dae file is included using git lfs. However, when trying to download the file, it still throws the following error.

This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access. Failed to fetch some objects from 'https://github.com/agilexrobotics/ugv_gazebo_sim.git/info/lfs'

Any support or else alternative download link for the ranger_base.dae is appreciated!

acachathuranga avatar Feb 01 '24 02:02 acachathuranga

Any update regarding this issue?

james-yoo avatar Feb 15 '24 23:02 james-yoo

ranger_base has been uploaded in ranger_mini_V2/ranger_mini_v2/meshes/ranger_base.zip; Need to decompress before use

smalleha avatar Jun 12 '24 08:06 smalleha