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

how to build ardupilot-solo #300

Open
Tenacity-soar opened this issue Sep 30, 2018 · 3 comments
Open

how to build ardupilot-solo #300

Tenacity-soar opened this issue Sep 30, 2018 · 3 comments

Comments

@Tenacity-soar
Copy link

I have changed ardupilot-solo's code , I don't know how to build it.

@j07rdi
Copy link

j07rdi commented Oct 2, 2018

Hello @Tenacity-soar

I was able to do some compilation before. Maybe you want to reach Open Solo chat room, they might be able to help.

We have developed a spin-off the SOLO board and I was able to compile some stuff, but I'm still having some issues here and there.

Warmly,

@proficnc
Copy link
Contributor

proficnc commented Oct 2, 2018

As Jordi suggested, maybe have a look at the Open Solo project, if you are on Facebook, there are many in the solo community that may be able to assist you, or maybe you can ask on the Ardupilot forums.

@Tenacity-soar
Copy link
Author

Tenacity-soar commented Oct 8, 2018

thank you very much. I don't have a facebook account. I have made some attempts. But i met some problems. My goal is to generate the ArduCopter-v2.px4 file.
1.git clone https://github.com/ArduPilot/ardupilot
2.cd ardupilot
3.git submodule update --init --recursive
4.Tools/scripts/install-prereqs-ubuntu.sh -y
5.. ~/.profile
6../waf configure --board px4-v3
7../waf copter
then i get the arducopter.px4 file
I use the scp command to upload the arducopter.px4 to [email protected]:/firmware/
then i reboot the 3DR solo UAV. But some problem happened.
I guess the reason is that ardupilot codes is not suit for the 3DR solo UAV.
So i want to know how to build the ardupilot-solo and generate the ArduCopter-v2.px4(https://github.com/OpenSolo/ardupilot-solo/releases)
then i try to build the ardupilot-solo use waf/make. But

make: *** No targets specified and no makefile found. Stop.
bash: ./waf: No such file or directory

Can you help me ? thanks

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

3 participants