Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 891 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 891 Bytes

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