You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple suggestion to avoid repetitive code. Make an abstract robot class which you can then extend for all robot's this will store things like your isWheelsStoped and other things that are common between all robots, when you extend it you can then add the unique components for that robot.
The text was updated successfully, but these errors were encountered:
A simple suggestion to avoid repetitive code. Make an abstract robot class which you can then extend for all robot's this will store things like your
isWheelsStoped
and other things that are common between all robots, when you extend it you can then add the unique components for that robot.The text was updated successfully, but these errors were encountered: