Python Package
A clean, powerful Python Package for controlling Hackerbot β drive, navigate, move the head, and manipulate objects with ease. Designed for developers, educators, and hobbyists, the SDK abstracts away
β‘ Quick Start
pip install hackerbotpip install --upgrade hackerbotfrom hackerbot import Hackerbot
bot = Hackerbot()
bot.base.drive(0, 65)
bot.base.drive(200, 0)bot.head.look(180, 250, 70)bot.arm.move_joints(0,0,0,0,0,0,10)π Function Overview
π§ Core System
π Base control and Navigation
π€ Head Control
π¦Ύ Arm & Gripper Control
π§Ή Cleanup & Shutdown
π οΈ Troubleshooting
Last updated