Skip to content

Inverse Kinematics and Inverse Dynamics for Cassie robot using Mujoco and Eigen

Notifications You must be signed in to change notification settings

franklinselva/cassie-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cassie Control

Initial part of the code is adapted from Cassie IK/ID. This repository contains the code for inverse kinematics and inverse dynamics of a Cassie robot, mainly using MuJoCo and Eigen.

Installation

To setup the project, you will need to install Bazel in your system. You can find instructions here.

After installing Bazel, you will need to install the dependencies and build the workspace. You can do this by running the following command:

bazel build --enable_bzlmod control:main

Bazel will automatically download Mujoco and build Eigen for you.

Running the code

To run the code, you can use the following command:

bazel run --enable_bzlmod control:main

About

Inverse Kinematics and Inverse Dynamics for Cassie robot using Mujoco and Eigen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published