Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TelemetryDashboard: add Chat assistant example #211

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

IamPete1
Copy link
Member

@IamPete1 IamPete1 commented Nov 6, 2024

This adds a chat assistant widget based on the MAVProxy module. Currently this is a bit of a WIP. It uses the same assistant setup as MAVProxy per: https://ardupilot.org/mavproxy/docs/modules/chat.html#assistant-setup

Example:
image

When you load you need to set your API key.
image

Once you have done that you can download it again and use the version with the API key included (just don't send it to anyone).

The function calls do work, but I have only done two and there hard coded to copter.

image

To get this working the same as the MAVProxy module we would need to implement the remainder of the functions and allow telemetry dashboard to send commands to the vehicle. It should also be possible to get voice input working, but I have not looked into this.

Currently it is a bit temperamental but does mostly work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant