Classes | |
| class | CKinematicChain |
| A open-loop kinematic chain model, suitable to robotic manipulators. More... | |
| class | CVehicleSimul_DiffDriven |
| Simulates the kinematics of a differential-driven planar mobile robot/vehicle, including odometry errors and dynamics limitations. More... | |
| class | CVehicleSimul_Holo |
| Kinematic simulator of a holonomic 2D robot capable of moving in any direction, with "blended" velocity profiles. More... | |
| class | CVehicleSimulVirtualBase |
| This class can be used to simulate the kinematics and dynamics of a differential driven planar mobile robot, including odometry errors and dynamics limitations. More... | |
| class | CVehicleVelCmd |
| Virtual base for velocity commands of different kinematic models of planar mobile robot. More... | |
| class | CVehicleVelCmd_DiffDriven |
| Kinematic model for Ackermann-like or differential-driven vehicles. More... | |
| class | CVehicleVelCmd_Holo |
| Kinematic model for. More... | |
| struct | TKinematicLink |
| An individual kinematic chain element (one link) which builds up a CKinematicChain. More... | |
Functions | |
| mrpt::utils::CStream & | operator>> (mrpt::utils::CStream &in, TKinematicLink &o) |
| mrpt::utils::CStream & | operator<< (mrpt::utils::CStream &out, const TKinematicLink &o) |
| mrpt::utils::CStream & mrpt::kinematics::operator<< | ( | mrpt::utils::CStream & | out, |
| const TKinematicLink & | o | ||
| ) |
Definition at line 273 of file CKinematicChain.cpp.
References mrpt::kinematics::TKinematicLink::a, mrpt::kinematics::TKinematicLink::alpha, mrpt::kinematics::TKinematicLink::d, mrpt::kinematics::TKinematicLink::is_prismatic, and mrpt::kinematics::TKinematicLink::theta.
| mrpt::utils::CStream & mrpt::kinematics::operator>> | ( | mrpt::utils::CStream & | in, |
| TKinematicLink & | o | ||
| ) |
Definition at line 258 of file CKinematicChain.cpp.
References mrpt::kinematics::TKinematicLink::a, mrpt::kinematics::TKinematicLink::alpha, mrpt::kinematics::TKinematicLink::d, mrpt::kinematics::TKinematicLink::is_prismatic, MRPT_THROW_UNKNOWN_SERIALIZATION_VERSION, and mrpt::kinematics::TKinematicLink::theta.
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |