Skip to content

UMich-BipedLab/cassie_description

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cassie_description

This repository contains the .urdf model of the CASSIE robot from Agility Robotics. It also includes a a way to visualize the robot using ROS and rviz.

Installation to view .urdf using rviz

mkdir ~/catkin_ws
cd ~/catkin_ws
mkdir src
cd src
catkin_init_workspace
  • Clone the repository to get the cassie_description package
git clone https://github.com/UMich-BipedLab/cassie_description.git
  • Build the package
cd ../
catkin_make
source devel/setup.bash
  • Launch rviz to visualize the .urdf file
roslaunch cassie_description display.launch 

Releases

No releases published

Packages

No packages published

Languages