Skip to content
Snippets Groups Projects
Commit c65cc79e authored by mehtank's avatar mehtank
Browse files

better parameter names

parent 4b07780a
No related merge requests found
connections: {}
interfaces: {}
parameters: {battery: null, height: null, length: null, width: null}
parameters: {battery_thickness: 4.9, wheel_radius: 25, robot_length: 83, battery_width: 60}
subcomponents:
paperbot:
classname: ESPSeg
kwargs: {}
parameters:
battery: {parameter: battery}
height: {parameter: height}
length: {parameter: length}
width: {parameter: width}
battery: {parameter: battery_thickness}
height: {parameter: wheel_radius}
length: {parameter: robot_length}
width: {parameter: battery_width}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment