Changes between Version 1 and Version 2 of Tutorial5AdvancedRemoteControlUsage
- Timestamp:
- Nov 22, 2017, 10:42:59 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial5AdvancedRemoteControlUsage
v1 v2 2 2 3 3 As we've seen in [[Tutorial1FirstRobot|tutorial 1]], we created a '''{{{Gamepad}}}''' class in order to control our robot. This class inherits from '''{{{RemoteControl}}}''', and implements a few virtual methods. 4 5 The first method, '''{{{_createFrontend}}}''' must return a valid frontend. We just saw in [[Tutorial4AddInputFrontendSupport|previous tutorial]] how to create such frontends.
