Get Started in 15 Minutes
1. Contact Clone Robotics Sales
2. Receive Hardware and SDK
3. Set Up Development Environment
4. Run Sample Control Program
Code Snippet:
```python
# Initialize hand
hand = CloneRoboticsHand()
hand.connect()
hand.run_sample_program()
```