-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Remove the top-level names of the YAML files as suggested in #9,
For the config/motor.yaml I removed the top level motor: like it is done in base.yaml and front_wheel.yaml. This makes the code shorter inside common_macros.urdf.xacro. Maybe this could be used for the other yaml files as well because the description is already in the dictionary name, e.g. motor_props, base_prop, wheel_props. I think having base_prop['base']... and wheel_props['wheel']... is a bit redundant.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request