Changes between Version 1 and Version 2 of Tutorial5AdvancedRemoteControlUsage


Ignore:
Timestamp:
Nov 22, 2017, 10:42:59 AM (8 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial5AdvancedRemoteControlUsage

    v1 v2  
    22
    33As 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
     5The first method, '''{{{_createFrontend}}}''' must return a valid frontend. We just saw in [[Tutorial4AddInputFrontendSupport|previous tutorial]] how to create such frontends.