robotika / katarina

Parrot drone Bebop
MIT License
75 stars 33 forks source link

Is it possible to move the drone to a point relative to its current postion ? #10

Open kozovandlof opened 8 years ago

kozovandlof commented 8 years ago

something like this https://github.com/hybridgroup/node-bebop/blob/master/docs/commands.md#pilotingmovebyobj

al3Co commented 8 years ago

Hi kozovandlof, I heve made modifications to the code and with them is possible to move to a relative position. (File attached)

If you compare the original code you will find the modifications.

Sorry for not having done a branch of main program.

Regards

Aldo Contreras

On Sun, May 8, 2016 at 11:40 AM, kozovandlof notifications@github.com wrote:

something like this

https://github.com/hybridgroup/node-bebop/blob/master/docs/commands.md#pilotingmovebyobj

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/robotika/katarina/issues/10

Saludos/Regards/Grüße Aldo Contreras

kozovandlof commented 8 years ago

Hi thanks for your fast replay I couldn't find the attached file

al3Co commented 8 years ago

You can find it here too.

https://drive.google.com/file/d/0B6xtNWuLHIRMMmhxM0dMOTdmTkU/view?usp=sharing

al3Co commented 8 years ago

Hi kozovandlof, Have you tested the code?

cyleong84 commented 7 years ago

Hi Aldo Contreras,

I am interested to use the code that could move the drone to a point relative to its current position. I couldn't find the file in the google drive as it may removed. Could you share it to me again? Thank you.

Best Regards, Cyleong

CE93Geek commented 7 years ago

@cyleong84 he put the code here: https://github.com/al3Co/BebopDrone

cyleong84 commented 7 years ago

Hi CE93Geek,

Thank a lot! Will explore in it.