Skip to content

Collection of launch files and specific versions of repositories that work together.

License

Notifications You must be signed in to change notification settings

vortexntnu/freya-sitaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freya SITAW

Collection of launch files and specific versions of repositories that work together on the xavier of Freya.

Dependencies

How to work with submodules

A git submodule is nothing more than a repository inside another repository. The submodules are stored as links to specific commits of their respective repositories.

You need to clone this repository with the --recursive option

Commands

Add a new submodule (repository):

cd packages
git submodule add <repository-url>

Update submodules if they are not cloned:

git submodule update --init --recursive

Update submodules (when you switch branches for example)

git submodule update

If you switch to a branch that has a different set of submodules, you need to clean the git repository:

git clean -f -f -d

Be careful with this command as this will also remove all untracked changes.

About

Collection of launch files and specific versions of repositories that work together.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published