|
#include <armarx/control/njoint_controller/task_space/MixedImpedanceVelocityController.h>
Definition at line 61 of file MixedImpedanceVelocityController.h.
TripleBuffer<Config> bufferConfigNonRtToRt |
Definition at line 82 of file MixedImpedanceVelocityController.h.
TripleBuffer<Config> bufferConfigRtToOnPublish |
Definition at line 83 of file MixedImpedanceVelocityController.h.
TripleBuffer<Config> bufferConfigRtToUser |
Definition at line 84 of file MixedImpedanceVelocityController.h.
TripleBuffer<Config> bufferConfigUserToNonRt |
Definition at line 81 of file MixedImpedanceVelocityController.h.
TripleBuffer<RtStatus> bufferRtStatusToNonRt |
Definition at line 90 of file MixedImpedanceVelocityController.h.
TripleBuffer<RtStatus> bufferRtStatusToOnPublish |
Definition at line 88 of file MixedImpedanceVelocityController.h.
TripleBuffer<RtStatus> bufferRtStatusToUser |
Definition at line 89 of file MixedImpedanceVelocityController.h.
controller (maths)
Definition at line 76 of file MixedImpedanceVelocityController.h.
std::vector<std::string> jointNames |
Definition at line 73 of file MixedImpedanceVelocityController.h.
std::string kinematicChainName |
names
Definition at line 72 of file MixedImpedanceVelocityController.h.
Config nonRtConfig |
set data containers and buffers
Definition at line 79 of file MixedImpedanceVelocityController.h.
VirtualRobot::RobotPtr nonRtRobot |
robot
Definition at line 98 of file MixedImpedanceVelocityController.h.
std::atomic_bool reInitPreActivate {false} |
Definition at line 95 of file MixedImpedanceVelocityController.h.
Config rtConfig |
Definition at line 80 of file MixedImpedanceVelocityController.h.
std::atomic_bool rtFirstRun {true} |
flags
Definition at line 93 of file MixedImpedanceVelocityController.h.
std::atomic_bool rtReady {false} |
Definition at line 94 of file MixedImpedanceVelocityController.h.
RtStatus rtStatus |
Definition at line 87 of file MixedImpedanceVelocityController.h.
RtStatus rtStatusInNonRT |
Definition at line 86 of file MixedImpedanceVelocityController.h.
common::SensorDevicesForNJointTorqueController sensorDevices |
devices
Definition at line 64 of file MixedImpedanceVelocityController.h.
std::vector<ControlTarget1DoFActuatorTorque*> targetsTorque |
Definition at line 65 of file MixedImpedanceVelocityController.h.
std::vector<ControlTarget1DoFActuatorVelocity*> targetsVel |
Definition at line 66 of file MixedImpedanceVelocityController.h.
std::vector<size_t> torqueControlledIndex |
Definition at line 68 of file MixedImpedanceVelocityController.h.
std::vector<size_t> velocityControlledIndex |
Definition at line 69 of file MixedImpedanceVelocityController.h.