Skip to content

Latest commit

 

History

History
executable file
·
13 lines (13 loc) · 639 Bytes

README.md

File metadata and controls

executable file
·
13 lines (13 loc) · 639 Bytes

Simple Python API for ROBOTIS OP3

Intend to easier Robot develop.

Requires

Useful API

  • online_walking_command()
  • play_motion(page_num)
  • google_tts(speech_text, lang="zh") OP3 can speak 100+ languages using Google TTS API.
  • safety_suspend() Go improved initial pose then turning all torque off.

Simulation

Not Test Yet