Hi,I'm trying to get an overview on how Neptus interact with DUNE when I right click and tells the vehicle to either Loiter or Goto here.
Are these commands set by the vehicle-defs file?In the case of 82-x8-00.nvcl there are defined some manuevers. If I take the GotoDestination manuever implemented by the pt.lsts.neptus.mp.maneuvers.Goto class, how is this interacting with DUNE? (And further with APM?)Is this a general Goto command, will it work for all type of vehicles? Also for multicopters?Is there an easy way of editing the values in the vehicle-defs file dynamically from Neptus? For example loiter and goto altitude (depth). Are negative depths defined as positive altitudes for aerial vehicles?Cheers,Thor
--
You received this message because you are subscribed to the Google Groups "LSTS Toolchain" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lsts-toolchai...@googlegroups.com.
Visit this group at http://groups.google.com/group/lsts-toolchain.
To view this discussion on the web visit https://groups.google.com/d/msgid/lsts-toolchain/4c2c10d0-ed6d-4b25-9bbe-efdfb44bd0f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/lsts-toolchain/CAN3pjx2dE2aec5guVyjZ4TDugiEXNroNHsfUyLzGaCj8OTB4gg%40mail.gmail.com.
Hi Pedro,I'm trying to figure out how a command, either a loiter, goto or plan, given in Neptus is moving from Neptus -> DUNE -> UAV (APM). For example, I can see the Maneuver.Goto task dispatch a DesiredPath message, which Control.UAV.Ardupilot consume, and send the ardupilot packet using mavlink. I just having trouble verifying that this is the actual process that happens.I'm currently trying to understand how I can use your imc-Neptus-DUNE toolchain to fit our multicopter project here at NTNU. Are the commands (goto, loiter, or plans) in either way translated to DesiredPath messages which is consumed by the DesirePath function i Control.UAV.Ardupilot sending them to APM? I can not find other functions that are using the mavlink protocol, and are therefore assuming that the commands must be handled as DesiredPath messages. I believe I need to customize how these commands are handled since they are made for planes, and not copters.I realized now that I may have been wrong. If I can use your Control.UAV.Ardupilot commands out of the box for multicopters, that would be wonderfull. Should this be possible?Regards,Thor
Hi Thor,Your question mostly concerns UAVs, I'm posting this back in the toolchain mailing list so that João Fortuna can answer.Regards,Pedro CaladoOn Mon, Mar 17, 2014 at 2:36 PM, Thor Audun Steen <taus...@gmail.com> wrote:
Hi Pedro,I'm trying to figure out how a command, either a loiter, goto or plan, given in Neptus is moving from Neptus -> DUNE -> UAV (APM). For example, I can see the Maneuver.Goto task dispatch a DesiredPath message, which Control.UAV.Ardupilot consume, and send the ardupilot packet using mavlink. I just having trouble verifying that this is the actual process that happens.
I'm currently trying to understand how I can use your imc-Neptus-DUNE toolchain to fit our multicopter project here at NTNU. Are the commands (goto, loiter, or plans) in either way translated to DesiredPath messages which is consumed by the DesirePath function i Control.UAV.Ardupilot sending them to APM? I can not find other functions that are using the mavlink protocol, and are therefore assuming that the commands must be handled as DesiredPath messages. I believe I need to customize how these commands are handled since they are made for planes, and not copters.I realized now that I may have been wrong. If I can use your Control.UAV.Ardupilot commands out of the box for multicopters, that would be wonderfull. Should this be possible?
To view this discussion on the web visit https://groups.google.com/d/msgid/lsts-toolchain/CAPihFkmt4ki8%2BRUxELYoJf1RtRd1EcE7s5NkSh9_4ETX7Shk4g%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lsts-toolchain/CAOX3BAr4ue4Cy5sfBkh3zx9sVq8cY3zapagf1F05CY0T%3DMS8qw%40mail.gmail.com.