Skip to content

personalrobotics/or_parabolicsmoother

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

or_parabolicsmoother

An OpenRAVE Plugin for Parabolic Smoothing

This is an OpenRAVE wrapper to a fast smoothing algorithm for robot manipulator trajectories under geometric constraints and bounded acceleration.

It is based on code provided with the paper:

  • K. Hauser and V. Ng-Thow-Hing, Fast Smoothing of Manipulator Trajectories using Optimal Bounded-Acceleration Shortcuts by, ICRA 2010.

Parameters

This algorithm takes the following parameters (with the specified default values):

  • <do_shortcut>1</do_shortcut> If non-zero, run shortcutting iterations.
  • <do_blend>1</do_blend>: If non-zero, perform blending.
  • <blend_radius>0.5</blend_radius> Largest blend radius to attempt, in seconds.
  • <blend_iterations>5</blend_iterations> Number of blend radii to search over. Each iteration halfs the blend radius.

About

An OpenRAVE Plugin for Parabolic Smoothing

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages