mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-09-19 13:00:53 +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.