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

DroneCAN: support sending/receiving DroneCAN messages in lua #29310

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tridge
Copy link
Contributor

@tridge tridge commented Feb 17, 2025

This adds support for sending and receiving DroneCAN messages from lua scripts.

It includes an example script that subscribes to messages, sends requests and sends broadcast messages

Note that I have not done a lua compiler for DSDL, so manual message parsing is needed

Note that this relies on this libcanard PR: dronecan/libcanard#74

allow for sending broadcast messages, subscribing to broadcast
messages and sending requests
@tridge tridge force-pushed the pr-dronecan-param-lua branch from d4e5afe to ebfa1e5 Compare February 17, 2025 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant