Skip to content

mjbots/quad

Folders and files

NameName
Last commit message
Last commit date
Oct 5, 2020
May 20, 2022
May 20, 2022
Oct 5, 2020
Oct 28, 2020
Jan 2, 2024
Aug 3, 2023
Jan 4, 2025
Jan 4, 2025
Jan 4, 2025
Jan 4, 2025
Jun 22, 2020
Oct 22, 2019
Jun 29, 2018
Sep 13, 2015
Mar 14, 2025
Jan 4, 2025
Apr 26, 2021
Oct 19, 2019

Repository files navigation

mjbots quad

Source and design files for the mjbots quad series of robots, their controlling interfaces, and utilities for developing and operating them.

Directory structure

  • base/ - C++ source files common to many applications.
  • ffmpeg/ - C++ ffmpeg wrappers.
  • gl/ - C++ GL wrappers.
  • mech/ - C++ source files specific to walking robots.
  • simulator/ - C++ source files for a quadruped simulator.
  • utils/ - Utilities for development and data analysis.
  • configs/ - Configuration files for different robots and applications.
  • hw/ - Hardware design files along with firmware.
  • docs/ - Documentation.

First Time Setup

The following should work on Ubuntu 20.04 or 22.04.

./install-packages

For Ubuntu 24.04, you will also need to manually download and install an appropriate libtinfo5 package from 22.04. https://packages.ubuntu.com/jammy/amd64/libtinfo5/download

Building for host

tools/bazel test //...

Running simulation

./bazel-bin/simulator/simulator -c configs/quadruped.ini

Then point your web browser to http://localhost:4778