Base class for IK-solver Constraints. More...
#include "solver_state.h"
#include <boost/scoped_ptr.hpp>
#include <Eigen/Core>
#include <constrained_ik/constraint_results.h>
#include <constrained_ik/constrained_ik_utils.h>
#include <XmlRpc.h>
Go to the source code of this file.
Classes | |
class | constrained_ik::Constraint |
Base class for IK-solver Constraints Specify relationship between joint velocities and constraint "error". More... | |
struct | constrained_ik::Constraint::ConstraintData |
This structure is to be used by all constraints to store specific data that needs to get updated every iteration of the solver. More... |
Base class for IK-solver Constraints.
Specify relationship between joint velocities and constraint "error"
Definition in file constraint.h.