Cdynamicgraph::sot::AbstractSotExternalInterface | |
Cdynamicgraph::sot::AdditionalFunctions | This helper class dynamically overloads the "new" shell command to allow creation of tasks and features as well as entities |
Cdynamicgraph::sot::detail::circular_buffer< T > | |
Cdynamicgraph::sot::detail::circular_buffer< sigT > | |
►Cdynamicgraph::command::Command [external] | |
Cdynamicgraph::sot::command::GetElement< sigT, coefT > | |
Cdynamicgraph::sot::command::SetElement< sigT, coefT > | |
Cdynamicgraph::sot::ConstraintMem | |
Cdynamicgraph::sot::ConstraintRef | |
Cdynamicgraph::sot::Contiifstream | |
Cdynamicgraph::sot::DebugTrace | |
►Cdynamicgraph::Entity [external] | |
Cdynamicgraph::sot::BinaryIntToUint | |
Cdynamicgraph::sot::BinaryOp< Operator > | |
Cdynamicgraph::sot::ClampWorkspace | |
Cdynamicgraph::sot::CoMFreezer | |
Cdynamicgraph::sot::ControlGR | |
Cdynamicgraph::sot::ControlPD | |
Cdynamicgraph::sot::Derivator< T > | |
►Cdynamicgraph::sot::Device | |
Cdynamicgraph::sot::RobotSimu | |
►Cdynamicgraph::sot::FeatureAbstract | This class gives the abstract definition of a feature |
Cdynamicgraph::sot::Feature1D | Simple test: the task is defined to be e_2 = .5 . e'.e, with e the mother task. The jacobian is then J_2 = e'.J, J being the jacobian of the mother task |
►Cdynamicgraph::sot::FeatureGeneric | Class that defines a generic implementation of the abstract interface for features |
Cdynamicgraph::sot::FeatureTask | |
Cdynamicgraph::sot::FeatureJointLimits | Class that defines gradient vector for jl avoidance |
Cdynamicgraph::sot::FeatureLineDistance | Class that defines point-3d control feature |
►Cdynamicgraph::sot::FeaturePoint6d | Class that defines point-6d control feature |
Cdynamicgraph::sot::FeaturePoint6dRelative | Class that defines the motion of a point of the body wrt. another point |
Cdynamicgraph::sot::FeaturePosture | |
Cdynamicgraph::sot::FeatureVector3 | Class that defines point-3d control feature |
Cdynamicgraph::sot::FeatureVisualPoint | Class that defines 2D visualPoint visual feature |
Cdynamicgraph::sot::FIRFilter< sigT, coefT > | |
Cdynamicgraph::sot::GainAdaptive | |
Cdynamicgraph::sot::GainHyperbolic | |
Cdynamicgraph::sot::GripperControlPlugin | |
►Cdynamicgraph::sot::IntegratorAbstract< sigT, coefT > | Integrates an ODE. If Y is the output and X the input, the following equation is integrated: a_p * d(p)Y / dt^p + .... + a_0 Y = b_m * d(m)X / dt^m + ... . b_0 X a_i are the coefficients of the denominator of the associated transfer function between X and Y, while the b_i are those of the numerator |
Cdynamicgraph::sot::IntegratorEuler< sigT, coefT > | Integrates an ODE using a naive Euler integration. TODO: change the integration method. For the moment, the highest derivative of the output signal is computed using the previous values of the other derivatives and the input signal, then integrated n times, which will most certainly induce a huge drift for ODEs with a high order at the denominator |
Cdynamicgraph::sot::JointLimitator | Filter control vector to avoid exceeding joint maximum values |
Cdynamicgraph::sot::Kalman | |
Cdynamicgraph::sot::Mailbox< Object > | |
Cdynamicgraph::sot::MatrixConstant | |
Cdynamicgraph::sot::MemoryTaskSOT | |
Cdynamicgraph::sot::MotionPeriod | |
Cdynamicgraph::sot::NeckLimitation | |
Cdynamicgraph::sot::OpPointModifier | Compute position and jacobian of a local frame attached to a joint |
Cdynamicgraph::sot::PeriodicCallEntity | |
Cdynamicgraph::sot::SeqPlay | |
Cdynamicgraph::sot::SeqPlay | |
Cdynamicgraph::sot::Sequencer | |
Cdynamicgraph::sot::SmoothReach | |
►Cdynamicgraph::sot::Sot | This class implements the Stack of Task. It allows to deal with the priority of the controllers through the shell. The controllers can be either constraints either tasks |
Cdynamicgraph::sot::SotH | |
Cdynamicgraph::sot::WeightedSot | This class implements the Stack of Task. It allows to deal with the priority of the controllers through the shell. The controllers can be either constraints either tasks |
Cdynamicgraph::sot::SotH::MemoryTaskSOTH | |
Cdynamicgraph::sot::SotJointTrajectoryEntity | This object handles trajectory of quantities and publish them as signals |
Cdynamicgraph::sot::SotQr | This class implements the Stack of Task. It allows to deal with the priority of the controllers through the shell. The controllers can be either constraints either tasks |
►Cdynamicgraph::sot::TaskAbstract | Hierarchical element of the stack of tasks |
Cdynamicgraph::sot::Constraint | |
►Cdynamicgraph::sot::Task | Class that defines the basic elements of a task |
Cdynamicgraph::sot::TaskConti | |
Cdynamicgraph::sot::TaskPD | |
Cdynamicgraph::sot::TaskUnilateral | |
Cdynamicgraph::sot::TimeStamp | |
Cdynamicgraph::sot::UnaryOp< Operator > | |
Cdynamicgraph::sot::VectorConstant | |
Cdynamicgraph::sot::VectorToRotation | |
Cdynamicgraph::sot::VisualPointProjecter | |
CsotReader | |
CTimer< T > | |
►Cdynamicgraph::EntityHelper< VisualPointProjecter > [external] | |
Cdynamicgraph::sot::VisualPointProjecter | |
►Cstd::exception | STL class |
►Cdynamicgraph::sot::ExceptionAbstract | |
Cdynamicgraph::sot::ExceptionDynamic | |
Cdynamicgraph::sot::ExceptionFactory | |
Cdynamicgraph::sot::ExceptionFeature | |
Cdynamicgraph::sot::ExceptionSignal | |
Cdynamicgraph::sot::ExceptionTask | |
Cdynamicgraph::sot::ExceptionTools | |
Cdynamicgraph::sot::FeatureReferenceHelper< FeatureSpecialized > | |
►Cdynamicgraph::sot::FeatureReferenceHelper< Feature1D > | |
Cdynamicgraph::sot::Feature1D | Simple test: the task is defined to be e_2 = .5 . e'.e, with e the mother task. The jacobian is then J_2 = e'.J, J being the jacobian of the mother task |
►Cdynamicgraph::sot::FeatureReferenceHelper< FeatureGeneric > | |
Cdynamicgraph::sot::FeatureGeneric | Class that defines a generic implementation of the abstract interface for features |
►Cdynamicgraph::sot::FeatureReferenceHelper< FeatureJointLimits > | |
Cdynamicgraph::sot::FeatureJointLimits | Class that defines gradient vector for jl avoidance |
►Cdynamicgraph::sot::FeatureReferenceHelper< FeaturePoint6d > | |
Cdynamicgraph::sot::FeaturePoint6d | Class that defines point-6d control feature |
►Cdynamicgraph::sot::FeatureReferenceHelper< FeatureVisualPoint > | |
Cdynamicgraph::sot::FeatureVisualPoint | Class that defines 2D visualPoint visual feature |
Cdynamicgraph::sot::Flags | |
►Cdynamicgraph::sot::GripperControl | The goal of this entity is to ensure that the maximal torque will not be exceeded during a grasping task. If the maximal torque is reached, then the current position of the gripper is kept |
Cdynamicgraph::sot::GripperControlPlugin | |
Cdynamicgraph::sot::Header | |
Cdynamicgraph::sot::JointTrajectoryPoint | |
CMATLAB | |
►Cmaal::boost::Matrix [external] | |
Cdynamicgraph::sot::MatrixForce | |
Cdynamicgraph::sot::MatrixHomogeneous | |
Cdynamicgraph::sot::MatrixRotation | |
Cdynamicgraph::sot::MatrixTwist | |
►Cdynamicgraph::sot::TaskAbstract::MemoryTaskAbstract | |
Cdynamicgraph::sot::MemoryTaskSOT | |
Cdynamicgraph::sot::SotH::MemoryTaskSOTH | |
CMotionPeriod | |
Cdynamicgraph::sot::MultiBound | |
Cdynamicgraph::sot::NamedVector | |
►Cdynamicgraph::sot::PeriodicCall | |
Cdynamicgraph::sot::PeriodicCallEntity | |
Cdynamicgraph::sot::PoolStorage | This singleton class keep tracks of all features and tasks |
►CRotationSimple | |
CsotRotationComposed | |
CsotRotationComposedInExtenso | |
CsotRotationSimpleGiven | |
CsotRotationSimpleHouseholder | |
Cdynamicgraph::sot::RulesJointTrajectory | |
Cdynamicgraph::sot::PeriodicCall::SignalToCall | |
Cdynamicgraph::sot::SolverHierarchicalInequalities | |
Cdynamicgraph::sot::Sequencer::sotEventAbstract | |
Cdynamicgraph::sot::MotionPeriod::sotMotionParam | |
Cdynamicgraph::sot::Mailbox< Object >::sotTimestampedObject | |
Cdynamicgraph::sot::timestamp | |
Cdynamicgraph::sot::Trajectory | |
►Cmaal::boost::Vector [external] | |
►Cdynamicgraph::sot::VectorRotation | |
Cdynamicgraph::sot::VectorQuaternion | |
Cdynamicgraph::sot::VectorRollPitchYaw | |
Cdynamicgraph::sot::VectorUTheta | |