All Projects → UMich-BipedLab → Cassie_Model

UMich-BipedLab / Cassie_Model

Licence: BSD-3-Clause license
Repo containing the urdf and frost based models of Cassie

Programming Languages

matlab
3953 projects
c
50402 projects - #5 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Cassie Model

blender-robotics-utils
Set of utilities for exporting/controlling your robot in Blender
Stars: ✭ 26 (-39.53%)
Mutual labels:  urdf-models
react-acrylic
Frost glass effect, Acrylic Material react component
Stars: ✭ 39 (-9.3%)
Mutual labels:  frost
human-gazebo
URDF models of humans created to perform human robot interaction experiments.
Stars: ✭ 57 (+32.56%)
Mutual labels:  urdf-models
LiDARTag
This is a package for LiDARTag, described in paper: LiDARTag: A Real-Time Fiducial Tag System for Point Clouds
Stars: ✭ 161 (+274.42%)
Mutual labels:  cassie
getCRUCLdata
CRU CL v. 2.0 Climatology Client for R
Stars: ✭ 17 (-60.47%)
Mutual labels:  frost
CLF reactive planning system
This package provides a CLF-based reactive planning system, described in paper: Efficient Anytime CLF Reactive Planning System for a Bipedal Robot on Undulating Terrain. The reactive planning system consists of a 5-Hz planning thread to guide a robot to a distant goal and a 300-Hz Control-Lyapunov-Function-based (CLF-based) reactive thread to co…
Stars: ✭ 21 (-51.16%)
Mutual labels:  cassie

Cassie Model

This repository can be used to generate a model of the Cassie-series robot using FROST.

Requirements

Generating Cassie's kinematics and dynamics

  1. Open the model_gen.m script in MATLAB.
  2. Modify FROST_PATH to reflect your FROST installation directory.
  3. Generate the Cassie FROST model by runnning the first block of code, ending at line
    cassie = Cassie('urdf/cassie.urdf').
  4. Run the rest of the script to generate and export various kinematic and dynamics functions.

Cassie coordinate system

Base DOFs

  • q(1) - x
  • q(2) - y
  • q(3) - z
  • q(4) - yaw
  • q(5) - pitch
  • q(6) - roll

Left side joints

  • q(7) - hip abduction
  • q(8) - hip rotation
  • q(9) - hip flexion
  • q(10) - knee joint
  • q(11) - knee spring (constrained to 0)
  • q(12) - ankle joint (constrained to q12 = deg2rad(13) - q10)
  • q(13) - toe joint

Right side joints

  • q(14) - hip abduction
  • q(15) - hip rotation
  • q(16) - hip flexion
  • q(17) - knee joint
  • q(18) - knee spring (constrained to 0)
  • q(19) - ankle joint (constrained to q19 = deg2rad(13) - q17)
  • q(20) - toe joint

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].