Skip to content

jhu-cisst/mechatronics-boards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mechatronics-boards

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:

To clone this repository:

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

To update your working copy (from remote repository):

git pull origin master
git submodule update --recursive

About

Meta-project for mechatronics boards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published