Removing ocp image to enable tests

This commit is contained in:
gumyr 2025-04-05 11:45:12 -04:00
parent e658a786d2
commit bde03f40e7

View file

@ -167,5 +167,5 @@ with BuildPart() as cab:
body.joints["body_top"].connect_to(cab.joints["cab_base"])
# Show the result
show(image, body.part, cab.part)
show(body.part, cab.part)
# [End]