Skip to content
Snippets Groups Projects
Commit a24d93fb authored by armar-user's avatar armar-user
Browse files

navigator: property for robot name

parent bb9d03fa
No related branches found
No related tags found
No related merge requests found
......@@ -458,6 +458,8 @@ namespace armarx::navigation::components
// Add a required property.
// def->required(properties.boxLayerName, "p.box.LayerName", "Name of the box layer in ArViz.");
def->optional(params.robotName, "p.robotName");
// Add an optionalproperty.
def->optional(params.occupiedGridThreshold,
"p.occupancy_grid.occopied_threshold",
......
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