- [x] View the [ultralytics tracking example](https://docs.ultralytics.com/modes/track/#tracking) - [x] Implement the tracker class python_wip/tracker.py to track bounding boxes - [x] Verify the tracker has accurate object count for sample .mp4 video - [x] Include tracker functionality into the extermination module to count the total number of plants sprayed per row - [ ] Communicate w/ navigation for detecting new row signal (ROS node subscriber w/ signal to save count + set to 0)