franklinselva / cassie-control

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 83.6%Language:Starlark 16.4%