Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ardronev2 support #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Ardronev2 support #1

wants to merge 3 commits into from

Conversation

clero
Copy link

@clero clero commented Jul 13, 2015

This PR add the AR Drone v2 support to AR.Pwn project.
It has been updated with values tested on another project.

I have no access to drones for now so those patchs have not been tested.

The vision project has also been updated, please check IDE compilation as I have built through command line.

@JeremyRand
Copy link
Owner

Thanks for the PR. I'm travelling at the moment, but will test this as soon as I can.

clero added 3 commits July 15, 2015 00:41
Buffers for vertical and horizontal camera are not the same
for AR-Drone v1 and v2.
This patch renames buffers' name to CAM1 and CAM2 to avoid
hardware device association.

Signed-off-by: Jules Clero <[email protected]>
The file device and the image size differs between ArDrone v1
and v2.
This patch introduces different camera definition. ArDrone v1
definition is used by default. The ArDrone v2 one can be used
by compiling with -DDRONEV2 flag.

Signed-off-by: Jules Clero <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants