
larschrjensen
Denmark
Asked
— Edited
I was going through the tutorial on creating a plugin. In the SendCommand section I was struck a little by this:Code:
public override object[] GetSupportedControlCommands() {
List cmds = new List();
.
.
.
Isn't there an argument missing here? At least this is what I had to specify to get it working:Code:
List<string> cmds = new List<string>();
The video is a good tutorial to follow as well. Have fun!
All the best!
maybe this can help:
This is a bare metal (working template) for an ARC skill plugin:
Solution:
https://github.com/ppedro74/ezrobot-playground/tree/master/plugins/TestPlugin/TestPlugin.BaseTemplate
Oh and completely off-topic but nice work on the DepthSensor plugin. I'm currently using it in a project with one of my students.
Suggestions are welcome.
It's a shame Microsoft killed the Kinect V2.
Microsoft Kinect is the only device providing skeleton tracking.
It's a sad vision!
I'm about to run a user study with the plugin, so I'll probably soon have some suggestions