Skip to content
Snippets Groups Projects
Commit 7fd16c0b authored by armar6a-demo's avatar armar6a-demo
Browse files

RobotUnitControllerNames

parent 0d1a31e4
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,16 @@ module armarx
interface NJointControllerInterface;
interface RobotUnitInterface;
module RobotUnitControllerNames
{
const string NJointTrajectoryController = "NJointTrajectoryController";
const string NJointGlobalTCPController = "NJointGlobalTCPController"; /*@@@TODO: move NJointGlobalTCPController to RobotAPI */
const string NJointTCPController = "NJointTCPController";
const string NJointExtendedTCPController = "NJointExtendedTCPController";
};
class NJointControllerConfig{};
struct NJointControllerDescription
......
......@@ -42,10 +42,6 @@ module armarx
bool isPreview = false;
};
module RobotUnitControllerNames
{
const string NJointTrajectoryController = "NJointTrajectoryController";
};
interface NJointTrajectoryControllerInterface extends NJointControllerInterface
{
......
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