Skip to content

Releases: utra-robosoccer/soccerbot

Old IK

23 Aug 14:48
11f8d9d
Compare
Choose a tag to compare
Js refactor perception (#874)

* wip refactor

* made a ros split for fieldline detection, objectdetection, camera. first refactor of detector_fieldline, object+detect_node. deleated goal post detection and will use yolov5 as that is much more accurate. split the tests and got most of them working. got ros unit tests to work.

* moved some functions and removed ready from camera. put all testing data into data folder. fixed all the pathways for downloading datasets and models. getting rid of detectir objects since some of it should be in strategy and others in object detection node. Made a utils file for common functions. finished all documentation other then functionaly analysis since these modules are too small. Good enough for now until we rework certain things

* fixed the ros versions so they can be used in sim