Classes | |
| struct | AxisDefinition |
| Definition of the Axis properties. More... | |
| class | Edge2TracObject |
| class | Module |
| class | PropertyTrajectory |
| The part shape property class. More... | |
| class | Robot6Axis |
| The representation for a 6-Axis industry grade robot. More... | |
| class | RobotAlgos |
| Algo class for projecting shapes and creating SVG output of it. More... | |
| class | RobotObject |
| class | Simulation |
| Algo class for projecting shapes and creating SVG output of it. More... | |
| class | Trajectory |
| The representation of a Trajectory. More... | |
| class | TrajectoryCompound |
| class | TrajectoryDressUpObject |
| class | TrajectoryObject |
| class | Waypoint |
| The representation of a waypoint in a trajectory. More... | |
Functions | |
| PyObject * | initModule () |
| KDL::Frame | toFrame (const Base::Placement &To) |
| Base::Placement | toPlacement (const KDL::Frame &To) |
| PyObject * Robot::initModule | ( | ) |
References Base::InterpreterSingleton::addModule(), and Base::Interpreter().
| KDL::Frame Robot::toFrame | ( | const Base::Placement & | To | ) |
References Base::Placement::getPosition(), and Base::Placement::getRotation().
Referenced by Robot::Trajectory::generateTrajectory(), and Robot::Robot6Axis::Restore().
| Base::Placement Robot::toPlacement | ( | const KDL::Frame & | To | ) |
Referenced by Robot::Trajectory::getPosition(), and Robot::Robot6Axis::Save().