ArduPilot / ardupilot

ArduPlane, ArduCopter, ArduRover, ArduSub source
http://ardupilot.org/
GNU General Public License v3.0
10.47k stars 17.12k forks source link

git submodule update --init --recursive failed——submodules have not update with the DroneCAN/dronecan_dsdlc and DroneCAN/libcanard #20518

Open andychen1986 opened 2 years ago

andychen1986 commented 2 years ago

when i git submodule update --init --recursive, it has a mistake.

git status On branch master Your branch is up-to-date with 'origin/master'.

Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) (commit or discard the untracked or modified content in submodules)

modified:   modules/DroneCAN/dronecan_dsdlc (new commits)
modified:   modules/DroneCAN/libcanard (modified content)

no changes added to commit (use "git add" and/or "git commit -a")

xianglunkai commented 2 years ago

maybe you could checkout it,as like git submodule update --recursive then should be OK.