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

feat: add send_named_int function and Lua binding #28944

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

Conversation

ben-xD
Copy link
Contributor

@ben-xD ben-xD commented Dec 24, 2024

This is useful to send NAMED_VALUE_INT mavlink messages in the same way as NAMED_VALUE_FLOAT, including in lua scripts:

local an_integer = 1
gcs:send_named_int("EXAMPLE", an_integer)

I've confirmed this works by building Arduplane in Docker and then running it my lua script.

@Lalbabu2001
Copy link

Hi please add support for this board
https://www.6sfull.cz/en/neutronrc-mini-f405-2-6s-20--20-30--30/

Don't forget to add Bmp 280 baro because new versions come with bmp280.
Also add support for PPM .
Thanks.

@rmackay9
Copy link
Contributor

Hi @Lalbabu2001, please do not spam the pull requests. That's definitely not a good way to achieve what you'd like.

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.

3 participants