Skip to content
Snippets Groups Projects
Commit c8ae048d authored by Markus Grotz's avatar Markus Grotz
Browse files

added missing property

parent 3377f84c
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ namespace armarx
{
defineRequiredProperty<std::string>("KinematicUnitName", "Name of the KinematicUnit Proxy");
defineOptionalProperty<std::string>("RobotStateTopicName", "RobotState", "Name of the RobotComponent State topic.");
defineOptionalProperty<std::string>("HeadIKUnitTopic", "HeadIKUnitTopicName", "Name of the HeadIKUnit Topic");
defineOptionalProperty<int>("CycleTime", 30, "Cycle time of the tcp control in ms");
}
};
......
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