@maelito wrote:
Hi all,
This is my first attempt to programming Ardupilot and i just wanted to do the basics first.
On the tutorial "http://ardupilot.org/dev/docs/building-px4-with-make.html#building-px4-with-make"
I download the enire repository from the internet, installed GitHub.I did on the directory ardupilot-master :
git init
git add *
git committhen
git config --global core.autocrlf falseand when i do
git submodule update --init --recursivei have the :
fatal: No url found for submodule path 'test-t' in .gitmodulesAnd impossible to build the px4 files with the PX4 console and make because this step isn't completed.
Any help ? =)
Posts: 2
Participants: 1