Documentation Version
You're reading the documentation for a stable version of MoveIt that is not being developed further. For information on the recommended version, please have a look at Main.
Custom Constraint Samplers
Note
This tutorial is a stub. If you have the time to help us improve it, please do!
Overview
Some planning problems require more complex or custom constraint samplers for more difficult planning problems. This document explains how to create a custom motion planning constraint sampler for use with MoveIt.
Getting Started
If you haven’t already done so, make sure you’ve completed the steps in Getting Started.
Creating a constraint sampler
A plugin example is provided at Creating MoveIt Plugins.