Houdini HOM + Arduino + Robotic Claw
Using Houdini to control a Robotic Claw :3 Basic concepts: Python Serial module used for communications over the usb serial port. HOM (Houdini Object Module), which is Houdini s Python API interface, is used to get updates from the robotic claw digital asset. This data is then sent over to the Arduino. Finally, the arduino checks the incoming data, and sends control signals to the servos based on these information. For more info, please visit:
|
|