Basic Examples
👟 Movement
from hackerbot import Hackerbot
bot = Hackerbot()
bot.base.drive(0, 65) # Turn around
bot.base.drive(200, 0) # Move forward
bot.base.destroy(auto_dock=True) # Destroy instance and dock to charger🗣️ Voice
👁️ Vision


🤖 Head Movement
🦾 Arm & Gripper Manipulation
👣 References
Last updated