Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
validate.h
Go to the documentation of this file.
1
26#ifndef TESSERACT_KINEMATICS_VALIDATE_H
27#define TESSERACT_KINEMATICS_VALIDATE_H
28
30
32{
41bool checkKinematics(const KinematicGroup& manip, double tol = 1e-3);
42
43} // namespace tesseract_kinematics
44#endif // TESSERACT_KINEMATICS_VALIDATE_H
A kinematic group with forward and inverse kinematics methods.
Definition: forward_kinematics.h:44
bool checkKinematics(const KinematicGroup &manip, double tol=1e-3)
This compares calcFwdKin to calcInvKin for a KinematicGroup.
Definition: validate.cpp:40