Skip to content

I have added the "method void onScannedRobot (ScannedRobotEvent e), within...

Sergio Egana requested to merge sergio-master-patch-78536 into master

I have added the "method void onScannedRobot (ScannedRobotEvent e), within this method we will control what our robot will do when it detects an enemy with the radar and this method will be called automatically every time this happens. The next method onHitRobot(HitRobotEvent event) is called when our robot collides with another robot.

Merge request reports