Just curious if anyone has tried to use javascript to send mavlink commands to a drone... I am trying to make an HTML5/JS application that will send new waypoints to a drone. the plan is for it to be mobile and platform independant. does anyone know if this has been done? I have seen the C++ implementation and a python implementation.
I also saw what the MAVlink packet looks like, If it came down to it, I guess I could just write some code to create my own packet. However, I am not trying to reinvent the wheel if I don't need to.
Ideas and suggestions would be gladly accepted :)
Thanks,
Jason
Replies
Otherwise you need either an intermediary like a web server or plugin for you browser.