Files
pyrobolearn/pyrobolearn/simulators

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.