User Tools

Site Tools


double_custom_app

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
double_custom_app [2017/01/04 11:19] – created tbrodeurdouble_custom_app [2017/01/04 12:38] (current) tbrodeur
Line 1: Line 1:
-<fc #008000><fs x-large>Create a Lambda Function to Interface with the Alexa Skills Kit</fs></fc>+<fc #008000><fs x-large>Adding the Double Control Framework to your </fs></fc>
 <color #22b14c>----------------------------------------------------------------------------------------------------------------------------- <color #22b14c>-----------------------------------------------------------------------------------------------------------------------------
 </color> </color>
Line 17: Line 17:
 <fs medium>**Overview**</fs> <fs medium>**Overview**</fs>
  
-In this tutorial we'll use the Double Control SDK and the Double Camera SDK to create a custom app to control the Double Robotics telepresence robot.+Add the Double Control SDK to your app.
  
 +This SDK provides access to basic driving controls from a custom iOS application.
  
 <color #22b14c>----------------------------------------------------------------------------------------------------------------------------- <color #22b14c>-----------------------------------------------------------------------------------------------------------------------------
 </color> </color>
  
-<fs medium>**Code**</fs>+<fs medium>**Configuring the framework to your custom app**</fs>
  
-<code Objective-C>+-Copy the DoubleControlSDK.framework into your app's folder
  
-</code>+-Add DoubleControlSDK.framework to your app 
 + 
 +-Add the ExternalAccessory.framework to your app 
 + 
 +-Add an entry in Info.plist for "Supported external accessory protocols" > Item 0=com.doublerobotics.pancho 
 + 
 +-#import <DoubleControlSDK/DoubleControlSDK.h> 
 + 
 +-Add <DRDoubleDelegate> 
 + 
 +-[DRDouble sharedDouble].delegate = self;
double_custom_app.1483557553.txt.gz · Last modified: 2017/01/04 11:19 by tbrodeur