Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.55 KB | None | 0 0
  1. git submodule update --init --recursive
  2. Submodule 'modules/PX4Firmware' (git://github.com/MY_GITHUB_ACCOUNT/PX4Firmware.git) registered for path 'modules/PX4Firmware'
  3. Submodule 'modules/PX4NuttX' (git://github.com/MY_GITHUB_ACCOUNT/PX4NuttX.git) registered for path 'modules/PX4NuttX'
  4. Submodule 'modules/gbenchmark' (git://github.com/MY_GITHUB_ACCOUNT/benchmark.git) registered for path 'modules/gbenchmark'
  5. Submodule 'gtest' (git://github.com/MY_GITHUB_ACCOUNT/gtest) registered for path 'modules/gtest'
  6. Submodule 'modules/mavlink' (git://github.com/MY_GITHUB_ACCOUNT/mavlink) registered for path 'modules/mavlink'
  7. Submodule 'modules/uavcan' (git://github.com/MY_GITHUB_ACCOUNT/uavcan.git) registered for path 'modules/uavcan'
  8. Submodule 'modules/waf' (git://github.com/MY_GITHUB_ACCOUNT/waf.git) registered for path 'modules/waf'
  9. Cloning into 'D:/repo/gd_ardupilot/modules/PX4Firmware'...
  10. Cloning into 'D:/repo/gd_ardupilot/modules/PX4NuttX'...
  11. Cloning into 'D:/repo/gd_ardupilot/modules/gbenchmark'...
  12. Cloning into 'D:/repo/gd_ardupilot/modules/gtest'...
  13. Cloning into 'D:/repo/gd_ardupilot/modules/mavlink'...
  14. Cloning into 'D:/repo/gd_ardupilot/modules/uavcan'...
  15. Cloning into 'D:/repo/gd_ardupilot/modules/waf'...
  16. Submodule path 'modules/PX4Firmware': checked out '0384802e81330751f39550a0804357d8b04f278a'
  17. Submodule 'Tools/gencpp' (https://github.com/ros/gencpp.git) registered for path 'modules/PX4Firmware/Tools/gencpp'
  18. Submodule 'Tools/genmsg' (https://github.com/ros/genmsg.git) registered for path 'modules/PX4Firmware/Tools/genmsg'
  19.  
  20. *****************************************************************************************************
  21. The following is the line when the problem arises: I'm trying to point the submodule mavlink/include/mavlink/v1.0
  22. to my fork instead of the original repo
  23.  
  24. Submodule 'mavlink/include/mavlink/v1.0' (git://github.com/mavlink/c_library.git) registered for path
  25. 'modules/PX4Firmware/mavlink/include/mavlink/v1.0'
  26. *****************************************************************************************************
  27.  
  28. Submodule 'src/lib/DriverFramework' (https://github.com/PX4/DriverFramework.git) registered for path 'modules/PX4Firmware/src/lib/DriverFramework'
  29. Submodule 'src/lib/ecl' (https://github.com/PX4/ecl.git) registered for path 'modules/PX4Firmware/src/lib/ecl'
  30. Submodule 'src/lib/matrix' (https://github.com/PX4/Matrix.git) registered for path 'modules/PX4Firmware/src/lib/matrix'
  31. Submodule 'src/modules/uavcan/libuavcan' (git://github.com/UAVCAN/libuavcan.git) registered for path 'modules/PX4Firmware/src/modules/uavcan/libuavcan'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement