Files
pyrobolearn/pyrobolearn/simulators
..
2019-09-26 10:53:31 +02:00
2019-10-03 22:33:16 +02:00
2019-09-26 10:53:31 +02:00
2019-09-26 10:53:31 +02:00
2019-09-26 10:53:31 +02:00
2019-09-26 10:53:31 +02:00
2019-09-26 10:53:31 +02:00
2019-09-26 10:53:31 +02:00
2019-09-26 10:53:31 +02:00
2019-09-26 10:53:31 +02:00
2019-09-26 10:53:31 +02:00
2019-09-26 10:53:31 +02:00

Simulators

This folder contains the APIs to the various simulators. Currently, the main simulator being supported is PyBullet. Work is under progress for other simulators.

import pyrobolearn as prl

sim = prl.simulators.Bullet()
sim1 = prl.simulators.BulletROS()
sim2 = prl.simulators.Dart()

What to check next?

Check the worlds folder and the robots folder.

TODOs

  • implement Bullet interface
  • implement BulletROS interface (ongoing)
  • implement Mujoco interface
  • implement Isaac interface
  • implement Dart interface
  • implement RBDL_ROS interface
  • implement GazeboROS interface
  • implement V-REP (PyRep) interface
  • implement simulator_randomizer (similar to physics_randomizer)