hydronautics-team/simulator

bottom_obj.py crashes on launch

Closed this issue · 1 comments

pinger_flare = random.sample([flare_1, flare_2], 1)

returns 2D array.

82 f" <arg name="x" value="{pinger_flare[0] + 0.2}" />\n"
83 f" <arg name="y" value="{pinger_flare[1] + 0.2}" />\n"
pinger_flare[0] change to pinger_flare[0][0]

Fixed in latest merge