Skip to content

Mahdi-Torabi1997/Mujoco-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bipedal Robot Simulation

Bipedal Simulation

This project showcases a bipedal simulation using MuJoCo. The robot walks using a simple controller and finite state machines (FSMs) to manage its gait.

Biped Design

Joints and Actuators

Hip Joint (Pin Joint): Allows the upper leg to swing. Knee Joint (Slide Joint): Allows the foot to retract to avoid ground contact. Actuators: Position Servo: Controls the hip and knee joint positions. Velocity Servo: Controls the joint velocities.

Simulation Overview

Initialization

The simulation loads the biped model from biped.xml and sets initial positions using init_controller.

State Estimation

State estimation converts quaternions to Euler angles and calculates foot positions for the walking cycle.

Controller

The controller manages the walking gait: Hip: Alternates leg swings. Knee: Manages leg extension and retraction.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages