moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <kinematic_terms.h>
Public Member Functions | |
JointVelErrCalculator () | |
JointVelErrCalculator (double target, double upper_tol, double lower_tol) | |
Eigen::VectorXd | operator() (const Eigen::VectorXd &var_vals) const |
Public Attributes | |
double | target_ |
Velocity target. More... | |
double | upper_tol_ |
Upper tolerance. More... | |
double | lower_tol_ |
Lower tolerance. More... | |
Definition at line 69 of file kinematic_terms.h.
|
inline |
Definition at line 77 of file kinematic_terms.h.
|
inline |
Definition at line 80 of file kinematic_terms.h.
VectorXd trajopt_interface::JointVelErrCalculator::operator() | ( | const Eigen::VectorXd & | var_vals | ) | const |
Definition at line 22 of file kinematic_terms.cpp.
double trajopt_interface::JointVelErrCalculator::lower_tol_ |
Lower tolerance.
Definition at line 76 of file kinematic_terms.h.
double trajopt_interface::JointVelErrCalculator::target_ |
Velocity target.
Definition at line 72 of file kinematic_terms.h.
double trajopt_interface::JointVelErrCalculator::upper_tol_ |
Upper tolerance.
Definition at line 74 of file kinematic_terms.h.