UBC-Thunderbots / Software

Robot Soccer Playing AI
http://www.ubcthunderbots.ca
GNU Lesser General Public License v3.0
47 stars 98 forks source link

Minor fixes from field testing #3226

Closed nimazareian closed 22 hours ago

nimazareian commented 3 weeks ago

Description

Some minor fixes after field testing a few days ago. One includes ball placement causing a segfault when num_tactics == 0 due to an underflow issue with num_tactic - 1. The other is related to logs being spammed from the robot when we disable-enable the estop.

Testing Done

Changes should not affect any logic.

Resolved Issues

Length Justification and Key Files to Review

Review Checklist

It is the reviewers responsibility to also make sure every item here has been covered