Skip to content
Snippets Groups Projects
Commit c23a6698 authored by pjil27's avatar pjil27
Browse files

Deleting FourWheelCar.py to remove error "Keyword:fright" plus only printing...

Deleting FourWheelCar.py to remove error "Keyword:fright" plus only printing the tank top on Tank.yaml
parent dcdef113
Branches
No related merge requests found
......@@ -5,7 +5,8 @@ c = Component()
c.addSubcomponent("front", "BrainsTwoWheels")
c.addSubcomponent("back", "TwoWheels", inherit=True, prefix=None)
c.addConnection(("back", "sheath1.botedge2"), ("front", "sheath0.botedge2"))
c.addConnection(("front", "sheath0.botedge2"), ("back", "sheath1.botedge2"))
c.addConnection( ("front", "sheath0.botedge0"), ("back", "sheath1.botedge0"), tabWidth=10)
c.inheritAllInterfaces("back", prefix=None)
......
connections:
connection0:
- - back
- sheath1.botedge2
- - front
- sheath0.botedge2
- - back
- sheath1.botedge2
- {}
connection1:
- - front
- sheath0.botedge0
- - back
- sheath1.botedge0
- tabWidth: 10
interfaces:
sheath1.botedge0:
interface: sheath1.botedge0
......
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