forked from Archive/PX4-Autopilot
gitmodules add branch to genmsg, gencpp, libuavcan
This commit is contained in:
parent
0f6552b156
commit
f96338d6e4
|
@ -5,12 +5,15 @@
|
||||||
[submodule "src/modules/uavcan/libuavcan"]
|
[submodule "src/modules/uavcan/libuavcan"]
|
||||||
path = src/modules/uavcan/libuavcan
|
path = src/modules/uavcan/libuavcan
|
||||||
url = https://github.com/UAVCAN/libuavcan.git
|
url = https://github.com/UAVCAN/libuavcan.git
|
||||||
|
branch = master
|
||||||
[submodule "Tools/genmsg"]
|
[submodule "Tools/genmsg"]
|
||||||
path = msg/tools/genmsg
|
path = msg/tools/genmsg
|
||||||
url = https://github.com/ros/genmsg.git
|
url = https://github.com/ros/genmsg.git
|
||||||
|
branch = indigo-devel
|
||||||
[submodule "Tools/gencpp"]
|
[submodule "Tools/gencpp"]
|
||||||
path = msg/tools/gencpp
|
path = msg/tools/gencpp
|
||||||
url = https://github.com/ros/gencpp.git
|
url = https://github.com/ros/gencpp.git
|
||||||
|
branch = indigo-devel
|
||||||
[submodule "Tools/jMAVSim"]
|
[submodule "Tools/jMAVSim"]
|
||||||
path = Tools/jMAVSim
|
path = Tools/jMAVSim
|
||||||
url = https://github.com/PX4/jMAVSim.git
|
url = https://github.com/PX4/jMAVSim.git
|
||||||
|
|
Loading…
Reference in New Issue