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

fixed group names

parent b05cded8
No related branches found
No related tags found
No related merge requests found
/** /**
\page RobotAPI-Overview RobotAPI Overview \page RobotAPI-Overview RobotAPI Overview
\brief  
The RobotAPI package provides a robot-intependent API that other ArmarX packages can use for accessing central functionality of a robot. The RobotAPI package provides a robot-intependent API that other ArmarX packages can use for accessing central functionality of a robot.
The central elements of RobotAPI are Sensor-Actor Units, i.e. components responsible for the propagation of sensor values and actor targets. The central elements of RobotAPI are Sensor-Actor Units, i.e. components responsible for the propagation of sensor values and actor targets.
Sensor-Actor Units work as a link between higher level ArmarX components and the actual robot hardware or a robot simulation environment, respectively. Sensor-Actor Units work as a link between higher level ArmarX components and the actual robot hardware or a robot simulation environment, respectively.
...@@ -58,6 +56,8 @@ RobotAPI also provides a GUI-plugin for robot visualization. ...@@ -58,6 +56,8 @@ RobotAPI also provides a GUI-plugin for robot visualization.
\defgroup RobotAPI RobotAPI \defgroup RobotAPI RobotAPI
\copydoc RobotAPI-Overview
\defgroup RobotAPI-statecharts Statecharts \defgroup RobotAPI-Statecharts Statecharts
\ingroup RobotAPI
*/ */
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