Skip to content
Snippets Groups Projects
Commit c9b153fd authored by Christian Dreher's avatar Christian Dreher
Browse files

fix: Use PlatformUnit.

parent edeeacb5
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ armarx::PropertyDefinitionsPtr armarx::nav::components::Navigator::createPropert
// def->topic<PlatformUnitListener>("MyTopic");
// Use (and depend on) another component (passing the ComponentInterfacePrx).
// def->component(platformUnit);
def->component(platformUnit);
// Add a required property.
// def->required(properties.boxLayerName, "p.box.LayerName", "Name of the box layer in ArViz.");
......
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