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

Failed to install ARDrone library #118

Closed
1am opened this issue Oct 13, 2014 · 2 comments
Closed

Failed to install ARDrone library #118

1am opened this issue Oct 13, 2014 · 2 comments

Comments

@1am
Copy link

1am commented Oct 13, 2014

Hi

I've successfully installed and tested the intel-iot library and wanted to exercise my luck with ARDrone library but I'm getting an error which seems to be caused by some missing reference:

# go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/ardrone
/Users/username/Documents/dev/go/src/github.com/hybridgroup/gobot/platforms/ardrone/ardrone_adaptor.go:4:2: cannot find package "github.com/hybridgroup/go-ardrone/client" in any of:
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/github.com/hybridgroup/go-ardrone/client (from $GOROOT)
    /Users/username/Documents/dev/go/src/github.com/hybridgroup/go-ardrone/client (from $GOPATH)

Is there something I'm doing wrong or maybe my setup is messed up?

@zankich
Copy link
Contributor

zankich commented Oct 17, 2014

@1am you're missing the underlying go-ardrone library, you can fix that by running

go get github.com/hybridgroup/go-ardrone && go install github.com/hybridgroup/go-ardrone/client

@1am
Copy link
Author

1am commented Oct 18, 2014

Thank you.

@1am 1am closed this as completed Oct 18, 2014
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

No branches or pull requests

2 participants