SIU-Robotics / ros-misc

0 stars 0 forks source link

Create URDF of the bot #5

Open abarnes6 opened 2 months ago

abarnes6 commented 2 months ago

URDF of the bot to be used with Gazebo

JaredHillyer commented 5 days ago

Urdf is an XML language that can be parameterized with macros through Xacro. Using Xacro is key to dynamic and automated changes to our Urdf files. A current status update is that the code is made and I am making a dev environment to test it. Once we simulate the wheels, as POL, we can start creating a frame. We would make joints between the frame and the wheels to get an object that can move. With Xacro we should only need to make small changes but keep the structure of the URDF made the same.