Algo class for projecting shapes and creating SVG output of it. More...
#include <RobotAlgos.h>
Public Member Functions | |
| RobotAlgos (void) | |
| Constructor. | |
| void | Test (void) |
| virtual | ~RobotAlgos () |
Algo class for projecting shapes and creating SVG output of it.
Definition at line 41 of file RobotAlgos.h.
| RobotAlgos::RobotAlgos | ( | void | ) |
Constructor.
Definition at line 67 of file RobotAlgos.cpp.
| RobotAlgos::~RobotAlgos | ( | ) | [virtual] |
Definition at line 72 of file RobotAlgos.cpp.
| void RobotAlgos::Test | ( | void | ) |
Definition at line 76 of file RobotAlgos.cpp.
References KDL::Chain::addSegment(), KDL::ChainIkSolverPos_NR::CartToJnt(), KDL::Chain::getNrOfJoints(), KDL::ChainFkSolverPos_recursive::JntToCart(), and result.
1.6.1