ArduPilot / node-mavlink

This project is providing native TypeScript bindings and tools for sending and receiving MavLink messages over a verity of medium

Repository from Github https://github.comArduPilot/node-mavlinkRepository from Github https://github.comArduPilot/node-mavlink

Does this package support custom dialects?

SKYnSPACE opened this issue · comments

Does this package support custom_dialect.xml other than the common?
I guess node-mavlink-mappings library handles the work but not sure how to tweak the things with the documentation in node-mavlink, which node-mavlink-mappings refers to.

Not at the moment, no. But, if there is demand to support custom_dialect.xml (assuming it is actually available in the mavlink repository) then there is no problem supporting it.

Anything custom can also be manually mapped. Just look at the sources produced by the generator, follow the same patterns and you'll be all good.