Script Collection icon Script Collection Manage and execute multiple scripts in a single Script Manager using ControlCommand(), with Control Details showing available commands. Try it →
Unknown Country
Asked

Of Course! Here's A Sample Email That You Can Use To Reach Out To The Synthiam

Hello Synthiam ARC Support Team,

I hope this email finds you well. I am currently working on a project where I am trying to integrate an external chatbot with the ARC platform. My goal is to have my robot utilize the chatbot's responses for user interactions.

Here's a brief overview of my setup:

I have a chatbot that is accessible via an HTTP POST request. I would like to send queries to this chatbot from ARC and receive responses. Based on these responses, I aim to make the robot perform certain actions or communicate the response back to the user. I've tried using a Python script to handle the HTTP requests, and I wanted to invoke this script from within ARC. However, I encountered some challenges in executing external commands directly from the ARC scripting environment.

I'm reaching out to ask if there's a recommended method or best practice for integrating external APIs or chatbots with ARC. Any plugins, tools, or scripting techniques that you could suggest would be greatly appreciated?



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)
Script by Synthiam
Multi-language ARC Script: build, run and debug Blockly, JavaScript, EZ-Script or Python with Intellisense, run/save/load and Roboscratch support

ARC Pro

Upgrade to ARC Pro

Join the ARC Pro community and gain access to a wealth of resources and support, ensuring your robot's success.

Author Avatar
Unknown Country
#10  

Yeah that was going to be our next approach, creating a skill and then deploying it. Thank you!