|  | RobWorkProject
    23.9.11-
    | 
Information for a constraint. More...
#include <LogConstraints.hpp>
| Public Member Functions | |
| bool | operator== (const Constraint &b) const | 
| Check if equal to other Constraint struct.  More... | |
| Public Attributes | |
| std::string | frameA | 
| Name of the parent frame. | |
| std::string | frameB | 
| Name of the child frame. | |
| std::string | type | 
| Textual description of the type of constraint. | |
| rw::math::Vector3D | posA | 
| Position in world coordinates of the constraint on the parent. | |
| rw::math::Vector3D | posB | 
| Position in world coordinates of the constraint on the child. | |
| rw::math::Rotation3D | rotAlin | 
| The coordinate frames for the linear rotation constraint on the parent. | |
| rw::math::Rotation3D | rotBlin | 
| The coordinate frames for the linear rotation constraint on the child. | |
| rw::math::Rotation3D | rotAang | 
| The coordinate frames for the angular rotation constraint on the parent. | |
| rw::math::Rotation3D | rotBang | 
| The coordinate frames for the angular rotation constraint on the child. | |
Information for a constraint.
| bool operator== | ( | const Constraint & | b | ) | const | 
Check if equal to other Constraint struct.
| b | [in] other constraints. |