kinematics-dynamics
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Croboticslab::AsibotConfigurationAbstract base class for a robot configuration strategy selector
 Croboticslab::AsibotConfigurationLeastOverallAngularDisplacementIK solver configuration strategy selector based on the overall angle displacement of all joints
 Croboticslab::AsibotConfigurationFactoryBase factory class for AsibotConfiguration
 Croboticslab::AsibotConfigurationLeastOverallAngularDisplacementFactoryImplementation factory class for AsibotConfigurationLeastOverallAngularDisplacement
 Croboticslab::AsibotSolver::AsibotTcpFrame
 Croboticslab::CentroidTransform
 CKDL::ChainFkSolverPos
 Croboticslab::ChainFkSolverPos_STFK solver using Screw Theory
 CKDL::ChainIkSolverPos
 Croboticslab::ChainIkSolverPos_IDIK solver using infinitesimal displacement twists
 Croboticslab::ChainIkSolverPos_STIK solver using Screw Theory
 Croboticslab::ConfigurationSelector::ConfigurationHelper class to store a specific robot configuration
 Croboticslab::ConfigurationSelectorAbstract base class for a robot configuration strategy selector
 Croboticslab::ConfigurationSelectorLeastOverallAngularDisplacementIK solver configuration strategy selector based on the overall displacement of all joints
 Croboticslab::ConfigurationSelectorHumanoidGaitIK solver configuration strategy selector based on human walking
 Croboticslab::ConfigurationSelectorFactoryBase factory class for ConfigurationSelector
 Croboticslab::ConfigurationSelectorHumanoidGaitFactoryImplementation factory class for ConfigurationSelectorHumanoidGait
 Croboticslab::ConfigurationSelectorLeastOverallAngularDisplacementFactoryImplementation factory class for ConfigurationSelectorLeastOverallAngularDisplacement
 Cyarp::dev::DeviceDriver
 Croboticslab::AsibotSolverThe AsibotSolver implements ICartesianSolver
 Croboticslab::BasicCartesianControlImplements ICartesianControl
 Croboticslab::CartesianControlClientImplements ICartesianControl client side
 Croboticslab::CartesianControlServerImplements ICartesianControl server side
 Croboticslab::KdlSolverImplements ICartesianSolver
 Croboticslab::KdlTreeSolverImplements ICartesianSolver
 Cyarp::dev::DeviceResponder
 Croboticslab::RpcResponderResponds to RPC command messages
 Croboticslab::RpcTransformResponderResponds to RPC command messages, transforms incoming data
 Croboticslab::ICartesianControlAbstract base class for a cartesian controller
 Croboticslab::BasicCartesianControlImplements ICartesianControl
 Croboticslab::CartesianControlClientImplements ICartesianControl client side
 Croboticslab::ICartesianSolverAbstract base class for a cartesian solver
 Croboticslab::AsibotSolverThe AsibotSolver implements ICartesianSolver
 Croboticslab::KdlSolverImplements ICartesianSolver
 Croboticslab::KdlTreeSolverImplements ICartesianSolver
 Croboticslab::MatrixExponentialAbstraction of a term in a product of exponentials (POE) formula
 Cyarp::os::PeriodicThread
 CTrajectoryThread
 Croboticslab::BasicCartesianControlImplements ICartesianControl
 Croboticslab::CartesianControlServerImplements ICartesianControl server side
 Croboticslab::FtCompensationProduces motion in the direction of an externally applied force measured by a force-torque sensor (pretty much mimicking a classical gravity compensation app)
 Croboticslab::LinearTrajectoryThreadPeriodic thread that encapsulates a linear trajectory
 Croboticslab::PoeExpressionAbstraction of a product of exponentials (POE) formula
 Croboticslab::ScrewTheoryIkProblemBuilder::PoeTermHelper structure that holds the state of a POE term
 Cyarp::dev::PolyDriver
 Croboticslab::StreamingDeviceAbstract class for a YARP streaming device
 Croboticslab::InvalidDeviceRepresents an invalid device
 Croboticslab::LeapMotionSensorDeviceRepresents a LeapMotion device wrapped as an analog sensor by YARP
 Croboticslab::SpnavSensorDeviceRepresents a spacenav-compatible device, like the SpaceNavigator 6-DOF mouse from 3Dconnexion
 Croboticslab::WiimoteSensorDeviceRepresents a Wiimote device wrapped as an analog sensor by YARP
 Croboticslab::AsibotConfiguration::PoseHelper class to store a specific robot configuration
 Cyarp::os::RFModule
 Croboticslab::FtCompensationProduces motion in the direction of an externally applied force measured by a force-torque sensor (pretty much mimicking a classical gravity compensation app)
 Croboticslab::HaarDetectionControllerCreate seek-and-follow trajectories based on Haar detection algorithms
 Croboticslab::KeyboardControllerSends streaming commands to the cartesian controller from a standard keyboard
 Croboticslab::StreamingDeviceControllerSends streaming commands to the cartesian controller from a streaming input device like the 3Dconnexion Space Navigator
 Croboticslab::ScrewTheoryIkProblemProxy IK problem solver class that iterates over a sequence of subproblems
 Croboticslab::ScrewTheoryIkProblemBuilderAutomated IK solution finder
 Croboticslab::ScrewTheoryIkSubproblemInterface shared by all IK subproblems found in Screw Theory applied to Robotics
 Croboticslab::PadenKahanOneFirst Paden-Kahan subproblem
 Croboticslab::PadenKahanThreeThird Paden-Kahan subproblem
 Croboticslab::PadenKahanTwoSecond Paden-Kahan subproblem
 Croboticslab::PardosGotorFourFourth Pardos-Gotor subproblem
 Croboticslab::PardosGotorOneFirst Pardos-Gotor subproblem
 Croboticslab::PardosGotorThreeThird Pardos-Gotor subproblem
 Croboticslab::PardosGotorTwoSecond Pardos-Gotor subproblem
 Croboticslab::BasicCartesianControl::StateWatcher
 Croboticslab::StreamingDeviceFactoryFactory class for creating instances of StreamingDevice
 Ctesting::Test
 Croboticslab::test::AsibotSolverTestFromFileTests AsibotSolver ikin from loaded configuration file
 Croboticslab::test::BasicCartesianControlTestTests BasicCartesianControl ikin and idyn on a simple mechanism
 Croboticslab::test::KdlSolverTestTests KdlSolver ikin and idyn on a simple mechanism
 Croboticslab::test::KdlSolverTestFromFileTests KdlSolver ikin and idyn on a simple mechanism
 Croboticslab::test::KinRepresentationTestTests KinRepresentation
 Croboticslab::test::ScrewTheoryTestTests classes related to Screw Theory
 CTrajA base class for 1 degree-of-freedom trajectories
 COrderOneTrajGenerates a 1DOF order-one trajectory
 COrderThreeTrajGenerates a 1DOF order-three trajectory
 Cyarp::os::TypedReaderCallback
 Croboticslab::FkStreamResponderResponds to streaming FK messages
 Croboticslab::GrabberResponderCallback class for dealing with incoming grabber data streams
 Croboticslab::StreamResponderResponds to streaming command messages
 Croboticslab::StreamingDeviceControllerSends streaming commands to the cartesian controller from a streaming input device like the 3Dconnexion Space Navigator
 Cyarp::dev::WrapperSingle
 Croboticslab::CartesianControlServerImplements ICartesianControl server side