Skip to content
This repository has been archived by the owner on Aug 25, 2019. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 609 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 609 Bytes

Hardware interface of Soccerbots

Nodes and their utilities


* xbeebotsend.py -> commucicates from base xbee to all the robots. Does message frame generation, message encoding, converts local vx,vy and wz into w1,w2,w3 (inverse kinematics).
* globtoloc.py -> converts global twist messages to local twist messages for robot by using camera feedback.
* control.py -> control for go to goal based planning, vectory trajectory planning to be added soon.
* joystick.py -> egacy joystick for direct global velocity commands (control.py must not be run along with it)