CatUnderTheLeaf / roboVision

A personalized voice-controlled robot-assistant with computer vision skills
Apache License 2.0
0 stars 0 forks source link

connect Alexa skill with ROS2 #18

Closed CatUnderTheLeaf closed 1 month ago

CatUnderTheLeaf commented 1 month ago

1. get a local web server with public URL

ngrok instantly creates an authenticated, public HTTPS URL for your app running locally. To launch the interface with Alexa download ngrok and create an account then setup ngrok with your key

./ngrok authtoken <YOUR-KEY>

Then start the ngrok web server with

./ngrok http 5000

Copy the link that provides ngrok and paste it in the section Endpoint of your Alexa Developer account

2. make a Flask api as a node

CatUnderTheLeaf commented 1 month ago
  1. video