Skip to content

Examples of using the DART Simulator on the Personal Robotics Lab's robots.

Notifications You must be signed in to change notification settings

aditya-vk/dart_examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Personal Robotics Lab DART Examples

Installation

Checkout and build this package, DART (version 6.0 or above) and aikido from source. You can automate the checkout and build by following the development environment instructions with this .rosinstall file:

- git:
    local-name: aikido
    uri: https://github.com/personalrobotics/aikido.git
    version: master
- git:
    local-name: dart
    uri: https://github.com/dartsim/dart.git
    version: release-6.0
- git:
    local-name: dart_examples
    uri: https://github.com/personalrobotics/dart_examples.git
    version: master
- git:
    local-name: herb_description
    uri: https://github.com/personalrobotics/herb_description.git
    version: master

Usage

To load HERB:

$ rosrun dart_examples load_urdf package://herb_description/robots/herb.urdf

About

Examples of using the DART Simulator on the Personal Robotics Lab's robots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.1%
  • CMake 4.9%