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

Documentation: Gui plugins

parent db9c9d77
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ Available GUI-plugins provide access to the kinematic robot state, end effectors
RobotAPI also provides a GUI-plugin for robot visualization.
\par
\link RobotAPI-GuiPlugins Read more \endlink
\link RobotAPI-ArmarXGuiPlugins Read more \endlink
\par Statecharts
RobotAPI contains a set of robot-independent statecharts that can be used in other ArmarX packages.
......
/**
* \defgroup RobotAPI-ArmarXGuiPlugins RobotAPI GUI plugins
* \ingroup ArmarXGuiPlugins
*/
\ No newline at end of file
* \ingroup ArmarXGuiPlugins RobotAPI
* \brief  
*/
......@@ -64,6 +64,11 @@ namespace armarx
}
};
/**
* \class RobotIKWidget
* \ingroup RobotAPI-ArmarXGuiPlugins ArmarXGuiPlugins
* \brief Widget for IK computation.
*/
class RobotIKWidgetController : public ArmarXComponentWidgetController
{
Q_OBJECT
......
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