MTP
Vietnam
Asked
— Edited
hello, i am not familiar with plugin creation and am having trouble with errors in visual studio, i hope someone can help me? Sincerely thank you! M-TP !
M-TP
Related Hardware (view all EZB hardware)
EZ-B V4
by EZ-Robot
EZ-B v4/2 robot controller: dual Cortex ARM, Wi-Fi, audio/video, 24 servo/digital ports, I2C/UART, camera and Synthiam ARC control for custom robots
Wi-Fi / USB
Servos
24
Camera
Audio
UART
3
I2C
ADC
8
Digital
24
Related Robot Skill (view all robot skills)
Synbot Plugin
by Jlucben
Synbot plugin for ARC: local Bot Server chatbot integration with SIML dialogs, ControlCommand API, multi-language, learning and emotion support.
Requires ARC
v14




@MTP, Visual studio errors codes are clear: Missing constants or namespaces.
Please follow the plugin tutorial instructions:Make an ARC skill control https://synthiam.com/Community/Tutorials/Make-an-EZ-Builder-Behavior-Control-16328
Are you familiar with C# and .NET ?Sorry, but I am not familiar with .net, the error is quite obvious but I only fix each statement if it is fixed and will need a long command and it switches to another error:"Severity Code Description Project File Line Suppression StateError CS1061 'Form1.SpeechErrorEventArgs' does not contain a definition for 'SpeechErrorCode' and no accessible extension method 'SpeechErrorCode' accepting a first argument of type 'Form1.SpeechErrorEventArgs' could be found (are you missing a using directive or an assembly reference?) EZFormApplication C:\Users\HP\source\repos\ClassLibrary7\EZFormApplication\Form2.cs 1041 Active" I think there will be something to do, sorry you can help me. Best regards! M-TP
This is my code: private async void OnIntentHandler(object sender, string SpeechIntentEventArgs ) {
error: (1)Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'ComputerVisionCommunicator' could not be found (are you missing a using directive or an assembly reference?) EZFormApplication C:\Users\HP\source\repos\ClassLibrary7\EZFormApplication\Form2.cs 796 Active (2)Severity Code Description Project File Line Suppression State Error CS0103 The name 'HeadServoHorizontalPort' does not exist in the current context EZFormApplication C:\Users\HP\source\repos\ClassLibrary7\EZFormApplication\Form2.cs 194 Active (3)Severity Code Description Project File Line Suppression State Error CS0103 The name 'mapPortToServoLimits' does not exist in the current context EZFormApplication C:\Users\HP\source\repos\ClassLibrary7\EZFormApplication\Form2.cs 806 Active
yes i found the answer thank you