Skip to content
Snippets Groups Projects
Commit 64fdedfe authored by Peter Kaiser's avatar Peter Kaiser
Browse files

Documentation: Added statecharts page

parent c4519bcd
No related branches found
No related tags found
No related merge requests found
......@@ -33,4 +33,11 @@ RobotAPI also provides a GUI-plugin for robot visualization.
\par
\link RobotAPI-GuiPlugins Read more \endlink
\par Statecharts
RobotAPI contains a set of robot-independent statecharts that can be used in other ArmarX packages.
This includes meta statecharts for handling robot state as well as statecharts concerning different sensor modalities.
\par
\link RobotAPI-Statecharts Read more \endlink
*/
/**
\defgroup RobotAPI-Statecharts RobotAPI Statecharts
\ingroup RobotAPI Statecharts
Statecharts related to RobotAPI
*/
......@@ -48,8 +48,8 @@ namespace armarx
/**
* \class RobotControl
* \brief RobotControl is used for dynamically loading and starting robot programs
* \ingroup Statechart
* \brief RobotControl is used for dynamically loading and starting robot programs.
* \ingroup RobotAPI-Statecharts
*
* The toplevel state Statechart_Robot describes the basic operational levels
* of the robot.
......
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