whatisgithub

What is qped?

mgagan544/qped — explained in plain English

Analysis updated 2026-05-18

0Audience · researcherComplexity · 5/5Setup · hard

In one sentence

An early stage design for a capstan driven quadruped robot with 12 degrees of freedom, currently just a static 3D model with no moving parts yet.

Mindmap

mindmap
  root((Qped))
    Current State
      Static Fusion360 Model
      No Active Joints
      Mirrored Leg Design
    Files
      Full Quadruped STL
      Leg STL
    Future Work
      Revolute Joints
      URDF Conversion
      Gazebo Navigation
    Tech
      ROS
      Gazebo
      Capstan Drive

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

3D print the provided STL files to build a physical prototype of the quadruped robot's static shape.

USE CASE 2

Study the mirrored single leg design as a starting point for building your own capstan driven leg mechanism.

USE CASE 3

Extend the project by adding revolute joints and converting the model to URDF for use in robotics simulation.

USE CASE 4

Use as a reference concept model when learning how capstan drive transmissions work in legged robots.

What is it built with?

Fusion360ROSGazeboURDF

How does it compare?

mgagan544/qped0verflowme/alarm-clock0xhassaan/nn-from-scratch
Stars00
LanguageCSSPython
Last pushed2022-10-03
MaintenanceDormant
Setup difficultyhardeasymoderate
Complexity5/52/54/5
Audienceresearchervibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1day+

Currently a static CAD model only, no active joints, ROS integration, or simulation setup exists yet.

So what is it?

Qped is a hardware robotics project documenting the early design of a four legged, or quadruped, robot. It uses capstan drives, a mechanical setup where a motor pulls a cable or tendon to move a joint, and the design has 12 degrees of freedom, meaning 12 independently controllable axes of movement spread across the four legs. The README is short and the project is at a very early stage. Right now the repository only contains the first design iteration, modeled in Fusion360 purely to get a rough visual estimate of the robot's shape. There are no active joints yet, the robot as modeled cannot move on its own, it simply floats in place in the 3D model. All four legs come from a single leg design that is mirrored and reused, rather than being modeled individually. What the repository provides today is a set of STL files, a common 3D printable file format, for the whole quadruped assembly as well as for a single leg on its own. Three reference images are included showing isometric, top, and side views of the first iteration. The README lists planned future work rather than finished features: adding revolute joints so the static model can actually move, converting the design to URDF, a standard robot description format used in robotics software, and testing room navigation in the Gazebo simulator alongside ROS, the Robot Operating System. None of that future work is implemented in the repository yet, so anyone looking at this project today is looking at a static mechanical concept model rather than a working robot.

Copy-paste prompts

Prompt 1
I'm designing a quadruped robot leg using a capstan drive mechanism. Explain how capstan drives work compared to direct motor driven joints.
Prompt 2
How do I convert a Fusion360 3D model into a URDF file for use in ROS and Gazebo simulation?
Prompt 3
What are degrees of freedom in a legged robot, and how would I calculate them for a 12 DOF quadruped with 3 joints per leg?
Prompt 4
Show me how to set up basic navigation for a simulated legged robot in Gazebo using ROS.

Frequently asked questions

What is qped?

An early stage design for a capstan driven quadruped robot with 12 degrees of freedom, currently just a static 3D model with no moving parts yet.

How hard is qped to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is qped for?

Mainly researcher.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.