diff --git a/etc/doxygen/pages/Overview.dox b/etc/doxygen/pages/Overview.dox index 5475ae60eb25e7a350e9d258836a893c3cedd7b0..76cc4c81c6a7db355125acb0c09af1efc264e4d3 100644 --- a/etc/doxygen/pages/Overview.dox +++ b/etc/doxygen/pages/Overview.dox @@ -55,4 +55,9 @@ RobotAPI also provides a GUI-plugin for robot visualization. \par \link RobotAPI-GuiPlugins Read more \endlink + + +\defgroup RobotAPI RobotAPI + +\defgroup RobotAPI-statecharts Statecharts */ diff --git a/etc/doxygen/pages/armarpose.dox b/etc/doxygen/pages/armarpose.dox index 983134d4fcbd15d731f208208a6905139f1e408c..f4cb6eb1eb1303cb0cdea4111e39c1f53acafce4 100644 --- a/etc/doxygen/pages/armarpose.dox +++ b/etc/doxygen/pages/armarpose.dox @@ -36,7 +36,7 @@ So an example code for creating a new FramedPosition looks like this: armarx::FramedPositionPtr position = new armarx::FramedPosition(pos, frame, agentName); \endcode -\section FramedPose-ChangeFrame Change the frame of an FramedPosition +\section FramedPose-ChangeFrame Change the frame of a FramedPosition In ArmarX the most common coordinate type is the FramedX, e.g. FramedPosition. To change the frame in this coordinate type, you can call \ref armarx::FramedPosition::changeFrame "changeFrame()" on the FramedPosition. You need to know the new frame, in which you want to have the