Joint defines an articulation of the robot. More...
#include <alrobotmodel.h>
Public Member Functions | |
| Joint () | |
| creates an empty Joint, you should not use this. | |
| ~Joint () | |
| destructor. | |
| const Frame * | frame () const |
| returns the Frame of the Joint. | |
| const std::string & | name () const |
| returns the name of the Joint. | |
| const Link * | parentLink () const |
| returns the parent link of the Joint. Joints always have a parent link. | |
| const Link * | childLink () const |
| returns the child link of the Joint. Joints always have a child link. | |
Public Attributes | |
| class JointImpl * | a_impl |
| Private implementation. | |
Joint defines an articulation of the robot.
Definition at line 285 of file alrobotmodel.h.
| const Link* Sim::Joint::childLink | ( | ) | const |
| const Frame* Sim::Joint::frame | ( | ) | const |
| const Link* Sim::Joint::parentLink | ( | ) | const |