This is probably a stupid question, but I can't see what exactly I can change in the repo. It looks like everything in rosagent.py is implemented and all the controlling is done via lane_controller, ground_projection, lane_filter and line_detection. But how do I change them and test my solution? I don't see the source code for these in this repo, all I can do is submit/evaluate.
This is probably a stupid question, but I can't see what exactly I can change in the repo. It looks like everything in
rosagent.py
is implemented and all the controlling is done vialane_controller
,ground_projection
,lane_filter
andline_detection
. But how do I change them and test my solution? I don't see the source code for these in this repo, all I can do is submit/evaluate.