def _on_joy(self, msg): """ callback for messages from joystick input Args: msg(Joy): a joystick input message """ raise NotImplementedError()