erdnaxe / kraby

Documentation and ressources of Kraby, an open-source hexapod robot
https://kraby.readthedocs.io
MIT License
12 stars 4 forks source link

Implement "real" environments #14

Open erdnaxe opened 4 years ago

erdnaxe commented 4 years ago

gym_kraby:HexapodRealEnv-v0 should command the full real robot and gym_kraby:OneLegRealEnv-v0 should command only one leg of the robot.

To make these environments work, there is a need to

erdnaxe commented 4 years ago

Motor "move()" function sometimes does not send properly the message. Need more investigation.