Closed matthewhannay567 closed 3 years ago
Here's the rough dimensions for Swervi: Swervi Extremely Tentative Dimensions.pdf
And documentation wise: https://github.com/RoboJackets/igvc-software/blob/master/igvc_description/urdf/jessii.urdf.xacro is useful for reference
From what I figured it seemed that we need to create the robot in urdf in order to have it work with ROS. So I was using http://wiki.ros.org/urdf/Tutorials http://gazebosim.org/tutorials?tut=ros_urdf&cat=connect_ros to figure that out.
<visual>
and fixed <joint>
: link<inertial>
(Required in order to spawn in gazebo) : link<transmission>
tags Right now I basically have a single wheel and a cylinder leg that is spawned in gazebo on the branch swerve-xacro-model
. Defined in /igvc_description/urdf/swervi.xacro.urdf
and launched with
igvc-software/igvc_description/launch/spawn_swervi.launch
it it needs to be modified:
To start testing swerve bot code, we will need a model of a swerve bot in gazebo