Mission Upload Example
dawit1989 opened this issue · 8 comments
Please give me some examples.
I see the Mission.UploadMission()
method does not take any parameters - but it should. I will adjust the Jinja templates so that requests with parameters are formulated correctly.
it will be helpful if you add some examples too for both upload and download.
Thanks
can we use java template https://github.com/mavlink/MAVSDK-Java/tree/master/sdk/templates since mission upload and download works well?
That was the plan, actually - but I can't really get the parameters to appear everywhere they should, see #9.
still mission doesn't work
@dawit1989, mission uploads now work as expected, there was a problem with how we generated code for interfacing with the MAVSDK server. I addressed that in #9.
thanks