CCGSRobotics / RoboHUD

The RoboHUD GUI stack developed by CCGS Robotics
https://robohud.readthedocs.io
MIT License
10 stars 4 forks source link

[Hard] Have a dropdown to select different robot modes. i.e. EmuBot, FlipperBot, BattleBot. Each mode will respond differently to gamepad/keyboard input. #14

Open Finchiedev opened 5 years ago

Yavonix commented 4 years ago

What if the robot could identify itself? And automatically select the correct profile?

Finchiedev commented 4 years ago

Fantastic idea! This could be implemented by iterating through all saved robots & checking if the connected servos match the robot.

Yavonix commented 4 years ago

How about each robot that RoboHUD connects to provides a generalized model name, e.g. "BattleBot V2" and a unique ID (like a mac address)? Custom profiles could be saved to different IDs as well. Any thoughts? I'm probably going to start messing with the idea on the mobile app for the time being.