mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-08-21 11:19:49 +08:00
715 B
715 B
PyBullet User Guide
Check the pybullet quickstart guide here: https://docs.google.com/document/d/10sXEhzFRSnvFcl3XxNGhnD4N2SedqwdAvK3dsihxVUA
To install it, use pip install pybullet.
Keymaps:
mouse wheel: zoomleft-click: drag the robot/object in the environmentCtrl + left-click: rotate in the worldCtrl + mouse wheel: move in the worldCtrl + right-click: zoom in the worldw: show the wireframe, useful to check collisions.g: open/close the left/right panelss: add/remove lightesc: close the simulator
Note that you can define your own key mapping, as pybullet can return you the key/mouse event. This can be useful to play/pause/reset the simulator, and so on.