Skip to content

This is our final project of Robotics course. We develop an sushi manufacturing consists of a seven-axis robot arm and a auxiliary platform.

Notifications You must be signed in to change notification settings

Daniel891116/Sushiro-bot

Repository files navigation

Sushiro-bot

Development

  1. Make your local main up-to-date

    git fetch --all
  2. Commit your Changes

    git add --all
    git commit -m "{your commit message}"
  3. Sync your local branch with upstream/main

    git rebase origin/main
  4. If conflict aroused, goto VScode and apply changes first

    git add --all
    git rebase --continue
    • continue step 4 unitl no conflicts exist
  5. Push to remote

    git push origin main

Project Report

HackMD

About

This is our final project of Robotics course. We develop an sushi manufacturing consists of a seven-axis robot arm and a auxiliary platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published