mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-09-08 17:11:02 +08:00
Robot examples
More than 60 robots (of various types) are available through pyrobolearn.
Here are the few examples that you can find in this folder:
load_robot.py <robot_name>: load the given robot in the world.visualize_robot.py <robot_name>: test different visualization tools that can be used on the robot to show its joint axis, bounding boxes, and others.robot_with_sliders.py <robot_name>: load the given robot in the world and allow you to manipulate the robot's joints with sliders.distribute_epucks.py: distribute several e-pucks in the world and make them move forward.quadcopter_controller.py: move a quadcopter in the air using an Xbox or Playstation game controller.robots/<robot>.py: load the given robot in the simulator by directly instantiating it. Some of these files do more than just loading the robot.
Notes: to turn the camera in the simulator, keep pressing the ctrl key and the left button on the mouse, and
move this last one.
What to check next?
Check the pyrobolearn/examples/interfaces or pyrobolearn/examples/kinematics folder.