Skip to content

sjahr/roboplan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roboplan

Modern robot motion planning library based on Pinocchio.

Refer to the full documentation for more information.

Warning

This is an experimental, work-in-progress repository!


Packages list

The main folders found in this repo are as follows.

  • roboplan : The core C++ library.
  • roboplan_simple_ik : A simple inverse kinematics (IK) solver.
  • roboplan_rrt : A Rapidly-exploring Random Tree (RRT) based motion planner.
  • roboplan_toppra : A wrapper around the TOPP-RA algorithm for trajectory timing.
  • roboplan_example_models : Contains robot models used for testing and examples.
  • roboplan_examples : Basic examples with real robot models.
  • bindings : Python bindings, with accompanying examples and tests.
  • docs : The documentation source.

Interactive inverse kinematics (IK) with Kinova Gen3 arm.

Rapidly-exploring random tree (RRT) with dual Franka FR3 arms.

About

Modern robot motion planning library based on Pinocchio.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.4%
  • Python 12.0%
  • CMake 4.3%
  • Other 1.3%