35 #ifndef CARTESIANPATHCONSTRAINTSBUILDER_H
36 #define CARTESIANPATHCONSTRAINTSBUILDER_H
40 #include <moveit_msgs/Constraints.h>
50 class CartesianPathConstraintsBuilder
53 CartesianPathConstraintsBuilder&
setConstraintName(
const std::string& constraint_name);
54 CartesianPathConstraintsBuilder&
setConfiguration(
const CartesianConfiguration& configuration);
63 inline CartesianPathConstraintsBuilder&
70 inline CartesianPathConstraintsBuilder&
79 moveit_msgs::PositionConstraint pos_constraint;
90 #endif // CARTESIANPATHCONSTRAINTSBUILDER_H