Skip to content

KisangPark/mujoco_practice

Repository files navigation

Mujoco Test

mujoco_teleop_glfw.mp4

Setup

  1. pip3 install mujoco
  2. pip3 install glfw

Mesh sources

Tutorial

General control

  • left click & drag to rotate
  • right drag to move
  • scroll to zoom in/out

viewer_camera_test.py

mujoco_arm_viewer.mp4

keyboard_teleop.py

  • glfw window creation
    • use python glfw library
    • Multiple camera views: interactive (free) / ego-centric (fixed)
  • keyboard teleop with glfw callback
    • 4-DOF (4 joints controllable)
    • A,D: z-axis rotation
    • N,M: bottom y-axis joint rotation
    • K,L: middle y-axis joint rotation
    • O,P: top y-axis joint rotation
    • U,I: gripper
    • R to reset

About

Practicing Mujoco: modifying mjcf file, glfw rendering, Keyboard teleop

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published