Skip to content
Snippets Groups Projects
Commit f46b9d8d authored by Simon Ottenhaus's avatar Simon Ottenhaus
Browse files

Update README.md, source/RobotAPI/components/units/RobotUnit/README.md files

parent 7476cae3
No related branches found
No related tags found
No related merge requests found
# RobotUnit
The RobotUnit can be used for real-time control.
The central principle is that all controllers are executed synchronously.
The controllers are arranged in a 2-layer architecture.
For each actuator of the robot there are one or more so-called "joint controllers".
These can realize e.g. position control, velocity control, torque control, etc.
The joint controllers are responsible for translating the input variables into control variables for the individual joints, e.g. to calculate a target current from a position specification.
NJointControllers are arranged above the JointControllers. These accept more complex targets (e.g. a Cartesian target position for the TCP).
Each NJointController uses one or more JointControllers.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment