Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 616 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 616 Bytes

XavBot

My journey into building a robot from scratch, with the initial aim of exploring the Nav2 and MoveIt2 frameworks.

XavBot is a small holonomic robot with a 4 DoF manuipulator based around the NVIDIA Jetson Xavier NX.

Packages

xavbot_bringup

Contains the launch files and configs.

xavbot_controller

The controller for the mecanum wheel kinematics.

xavbot_description

Contains the URDF xacros.

xavbot_hardware

Hardware interface and holonomic motion control. Written with lots of guidance from Articulated Robotics' excellent series.