Skip to content
Snippets Groups Projects
Commit 932bb57c authored by Mirko Wächter's avatar Mirko Wächter
Browse files

removed obsolete topic

parent 5c191c42
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,6 @@ namespace armarx
usingProxy(getProperty<std::string>("KinematicUnitName").getValue());
usingProxy(getProperty<std::string>("RobotStateComponentName").getValue());
usingTopic(getProperty<std::string>("RobotStateTopicName").getValue());
......
......@@ -47,7 +47,6 @@ namespace armarx
ComponentPropertyDefinitions(prefix)
{
defineRequiredProperty<std::string>("KinematicUnitName", "Name of the KinematicUnit Proxy");
defineOptionalProperty<std::string>("RobotStateTopicName", "RobotState", "Name of the RobotComponent State topic.");
defineOptionalProperty<std::string>("HeadIKUnitTopicName", "HeadIKUnitTopic", "Name of the HeadIKUnit Topic");
defineOptionalProperty<std::string>("RobotStateComponentName", "RobotStateComponent", "Name of the RobotStateComponent that should be used");
defineOptionalProperty<bool>("VisualizeIKTarget", true, "Visualize the current IK target using the debug drawer");
......
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