Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 435 Bytes

File metadata and controls

11 lines (8 loc) · 435 Bytes

RARL Hexapod Simulator

A dynamical simulation of the RARL Hexapod platform using the PyBullet physics engine. The file example.py shows a simple example implementation of running a simulation. The joint controller is separate from the simulator to allow for easy interchanging of controllers.

Dependencies

  • pybullet
  • numpy