Skip to content
Snippets Groups Projects
Commit 4c7f8e6d authored by Mirko Wächter's avatar Mirko Wächter
Browse files

addet remoterobot doc page

parent 9d7ee0bc
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,14 @@ Datatypes are available for positions, orientations, directions and poses.
\par
\link RobotAPI-FramedPose Read more \endlink
\par Remote Robot State
The ArmarX Robot State is the global pose and joint configuration of a robot and is used for coordinate frame transformations.
These Transformations between coordinate frames are essential everyday operations in a robotics framework.
ArmarX offers several ways to cope with the different requirements of coordinate transformations.
\par
\link RobotAPI-RemoteRobot-Overview Read more \endlink
\par Interfaces
RobotAPI provides robot-independent interface definitions that are implemented and used by components in other ArmarX packages.
Important interfaces in RobotAPI for instance provide access to the kinematic robot state, different sensor modalities, inverse kinematics computations or the robot visualization.
......
/**
\page RobotAPI-RemoteRobot-Overview Remote Robot State
Due to the distributed and asynchronous nature of ArmarX these transformations need to be considered with caution.
The sensor data is measured asynchronously and usually in a different process that the robot state itself.
*/
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