This repository includes submodules for the following repositories:
It may be easier to individually clone each of the above repositories, rather than using this repository with submodules. To use this repository, see below:
git clone https://github.com/jhu-cisst/mechatronics-boards.git --recursive
If you forgot to add the --recursive
option, use the following commands to initialize the submodules:
git submodule init
git submodule update --recursive
git pull origin master
git submodule update --recursive