Make an ARC Skill

Description

Have a fantastic idea for a new skill in ARC to publish in the Technology Store? This is the tutorial which explains how to create a skill for ARC. This tutorial will help you create an example skill with two buttons which move a servo to get you started.

Overview

User-inserted image

Summary In this tutorial, we will cover the following steps...

  1. Download and install the latest ARC
  2. Download and install Visual Studio
  3. Create a new skill plugin Visual Studio project in ARC
  4. Make your skill do amazing stuff
  5. Upload the skill package to Technology Store and share with the community!

Skill Design Tip Skills can communicate with each other. This allows your skill to receive commands from other skills, programmatically. The way skills interact with each other is with scripting ControlCommand() script functions. To respond to ControlCommand() requests, your skill will most likely contain SendCommand() and GetControlCommands() override listeners. These will allow other skills to send instructions to your skill. Keep this in mind when designing your skill, as it's discussed in this tutorial.


ARC Pro

Upgrade to ARC Pro

ARC Pro will give you immediate updates and new features needed to unleash your robot's potential!

United Kingdom
#1  

Is this out of date? There doesn't seem to be a GetConfiguration function within EZ_Builder.Config.Sub.PluginV1

PRO
Synthiam
#2  

Look at the tutorial step titled Code: Saving/Loading Configuration

The get and set configuration methods are overrides of the form. There’s a great video on the first step of this tutorial that demonstrates the step by step of building a plugin. I recommend watching that because it helps fill in any steps that were missed.

When you’ve done it once, it makes sense and voila, you can rinse and repeat:)

United Kingdom
#3  

Excellent, thanks - I will do. I really must learn not to just jump ahead in the process:)

PRO
Synthiam
#4  

Hey no problem - I do it all the time, and end up frustrated because I dont know what it was that I missed. Excitement gets the best of me

United Kingdom
#5  

Trying to follow the tutorials but can't find where the plugin page has gone. How do I add a new plugin to the ez-robot / Synthiam site to get the XML?

United Kingdom
#6  

Never mind. Just found the "Create skill control" link:)

#7  

I am trying to follow the instructions for adding my own plugin but I cannot seem to find the place to register the plugin based on the instructions.

Any help is appreciated.

Thanks

PRO
Synthiam
#8   — Edited

The new button to create a plugin skill control is less than an inch below the button you pressed to create this question. :)

User-inserted image