Skip to content

areebm/dart-urdf-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urdfLoader

Simple DART code for checking a URDF file

Loads the URDF in its default position and lists all Links and Joints in the console

Objects can be drawn in the world through MyWindow::drawWorld (i.e. COMs, Coordinate Axes - to be implented in later revisions of this project)

Dependencies

Compilation

Make sure you set your URDF source path in Main::createRobot before you make the project. Follow the instructions:

git clone https://github.com/areebm/dart-urdf-checker.git
cd dart-urdf-checker
mkdir build
cd build
cmake ..
make

Usage

./urdfLoader

About

Loads a URDF file in DART for model checking and adjustment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors