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

RobotStateComponent: Renamed base directory

parent 632927a9
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <Core/core/application/Application.h> #include <Core/core/application/Application.h>
#include <RobotAPI/components/robotstate/RobotStateComponent.h> #include <RobotAPI/components/RobotState/RobotStateComponent.h>
namespace armarx namespace armarx
{ {
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
add_subdirectory(units) add_subdirectory(units)
add_subdirectory(DebugDrawer) add_subdirectory(DebugDrawer)
add_subdirectory(MMMPlayer) add_subdirectory(MMMPlayer)
add_subdirectory(robotstate) add_subdirectory(RobotState)
add_subdirectory(RobotIK) add_subdirectory(RobotIK)
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
*/ */
#include <RobotAPI/components/RobotIK/RobotIK.h> #include <RobotAPI/components/RobotIK/RobotIK.h>
#include <RobotAPI/components/robotstate/RobotStateComponent.h> #include <RobotAPI/components/RobotState/RobotStateComponent.h>
#include <Core/core/test/IceTestHelper.h> #include <Core/core/test/IceTestHelper.h>
#include <Core/core/application/Application.h> #include <Core/core/application/Application.h>
......
...@@ -39,7 +39,8 @@ ...@@ -39,7 +39,8 @@
namespace armarx namespace armarx
{ {
/** /**
* RobotStatePropertyDefinition Property Definitions * \class RobotStatePropertyDefinition
* \brief
*/ */
class RobotStatePropertyDefinitions: class RobotStatePropertyDefinitions:
public ComponentPropertyDefinitions public ComponentPropertyDefinitions
...@@ -56,10 +57,11 @@ namespace armarx ...@@ -56,10 +57,11 @@ namespace armarx
/** /**
* @class RobotStateComponent * \class RobotStateComponent
* @ingroup RobotAPI-Components * \ingroup RobotAPI-Components
* The RobotStateComponent creates an internal robot representation from * \brief Maintains a robot representation based on VirtualRobot (see [Simox](http://simox.sourceforge.net/)).
* a VirtualRobot (see [Simox](http://simox.sourceforge.net/)) XML file. *
* The robot can be loaded from a Simox robot XML file.
* Upon request, an Ice proxy to a shared instance of this internal robot * Upon request, an Ice proxy to a shared instance of this internal robot
* can be acquired through a call to RobotStateComponent::getSynchronizedRobot(). * can be acquired through a call to RobotStateComponent::getSynchronizedRobot().
* Additionally it is possible to retrieve a proxy for robot snapshot with * Additionally it is possible to retrieve a proxy for robot snapshot with
......
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