You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 355 B

12345678910111213
  1. # Python API Powered Aloha inspired by [AlexanderKoch-Koch/low_cost_robot](https://github.com/AlexanderKoch-Koch/low_cost_robot)
  2. ## Getting started
  3. Modify port and servo motor configuration.
  4. ```bash
  5. python python teleoperate_real_robot.py
  6. ```
  7. ## Results
  8. On my run, I get about 50Hz teleoperation although the python calls does not block for as long.