srike27 / sbhw

Hardware interface package for soccerbots (Communications, Inverse Kinematics, Control and Firmware)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Hardware interface package for soccerbots (Communications, Inverse Kinematics, Control and Firmware)


Languages

Language:Python 80.5%Language:CMake 12.3%Language:C++ 7.3%