Skip to content

everett564/RBE3001Matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RBE3001 Matlab Template

This is template code for talking to the Default firmware

Configure git

git config --global user.name "John Doe"
git config --global user.email [email protected]

Cloning

git clone YOUR_TEAMS_REPOSITORY
# Add the example RBE firmware as an upstream pull
git remote add RBE-UPSTREAM https://github.com/WPIRoboticsEngineering/RBE3001_Matlab.git
#this pushes the master baranch to your private repo
git push -u origin master
git remote -v

Upstream updates

If the course staff needs to update or repair any system code or the dependant libraries, then you will need to run:

git pull RBE-UPSTREAM master

Launch Matlab

Start in the directory with your checked out code.

cd src
matlab

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages