mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-09-21 13:20:37 +08:00
Simulators
This folder contains the APIs to the various simulators. Currently, the main simulator being supported is PyBullet. Work is under progress for Gazebo+ROS, and OpenSIM.
import pyrobolearn as prl
sim = prl.simulators.BulletSim()
What to check next?
Check the worlds folder and the robots folder.