| 
    AUTh-ARL Core Stack
    0.7
    
   | 
 
| Integrates the dynamical system for admittance control | |
| Calculates joint velocities given desired task velocities by implementing Closed Loop Inverse Kinematics | |
| An abstract class which implements a robot controller | |
| Implements a Joint Admittance Controller for BarrettHand | |
| Implements a Cartesian Admittance Controller assuming the existance of an F/T Sensor | |
| Implements a Cartesian Impedance Controller, assuming that the robot supports this mode | |
| Implements a Closed Inversed Kinematics Controller for sending Task Velocities | |
| Implements a gravity compensation controller | |
| Implements a Joint Trajectory controller | |
| A robot controller in mujoco which provides visualization tools | |
| A class which implements a controller for robot visualization in RViz | |
| Stores a Robot Joint Trajectory, providing interfaces with Armadillo or ROS msgs. You can provide the class with several points and it will interpolate returning position, velocity, acceleration in any given time | |
| Helper class providing logging capabilities. Useful in control loops for logging data and easily parsing to Matlab | |
| Defines an abstract model for a robot storing information like DOFs, kinematics etc | |
| Class representing a Robot Model in MuJoCo | |
| Class representing a KUKA LWR Robot with a BarrettHand attached to it in MuJoCo | |
| Class representing a KUKA LWR Robot Model in MuJoCo | |
| Represents a Multivariate Normal Distribution. It provides functionalities like getting its PDF or generating random vectors from this distribution | |
| Represents a pose in 3D space, i.e. a point of the SE(3) space | |
| An abstract class that implements a robot | |
| Class representing a Robot in MuJoCo | |
| A simulated robot implementing the API for kinematics | |
| This class implements visualization functionalities for RViz | |
| An abstract class that implements a robot sensor | |
| Provides timing capabilities, like measure the time elapsed since the last call (e.g. useful in a control loop) | |
| Represent a simple fifth order polynomial trajectory. Its a templated class that can be used with multiple types | |