Matlab stepper fix
Compare changes
+ 18
− 3
@@ -67,7 +67,12 @@ void stepper_control() {
@@ -142,11 +147,21 @@ void stepper_control() {
Fixed a bug in parsing STEPPER STATUS, and added code so that robot status is correctly reflected in MATLAB when doing STEPPER ZEROSEEK and STEPPER POS, making it un-neccessary to run STEPPER STATUS all the time.
@pkorysko, can you review the code and merge to master when you are ready? If something looks suspect, you can comment here, or I believe also straight in the code diff.
Once this is merged, you can update your GUI branch from master. To update your GUI branch, just do:
git status
/git commit
etc. on your GUI branch to save your current work there.git checkout master
to switch to master on your laptop.git pull
to update the master on your laptop with the new stuff from GitLab.git checkout GUI
to go back to your GUI branch.git merge master
to merge from your master branch (which you just updated) to your GUI branch.git push
to push that change to gitlab.