#include <planning_scene/planning_scene.h>
#include <kinematic_constraints/kinematic_constraint.h>
#include <ompl/base/StateStorage.h>
#include <visualization_msgs/MarkerArray.h>
#include <boost/function.hpp>
Go to the source code of this file.
Classes | |
struct | ompl_interface::ConstraintApproximation |
Namespaces | |
namespace | ompl_interface |
The MoveIt interface to OMPL. | |
Typedefs | |
typedef boost::shared_ptr < std::vector < ConstraintApproximation > > | ompl_interface::ConstraintApproximationsPtr |
typedef boost::function< bool(const ompl::base::State *, const ompl::base::State *) | ompl_interface::ConstraintStateStorageOrderFn ) |