vatsalcode / roborev_

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roborev : YOUR CENTER HUB FOR ROBOTIC CONROL AND MONITORING

Team

  • Stuti Pandey
  • Vatsal Verma

Objective

Designing an advanced Robot Reservation System aka Robo Rev, our project empowers users to effortlessly schedule and manage robot tasks by reserving time slots. This comprehensive software solution includes a robust analytics dashboard, enabling users to closely monitor and analyze reservation data alongside real-time robot performance metrics, all driven by sophisticated simulated data. By incorporating real-time robot performance metrics, users can make informed decisions, optimize resource allocation, and enhance overall operational efficiency.

Final Project Repository

Team: Stuti Pandey, Vatsal Verma

You need to provide us access to your code repository.

If you did not use a github repository during your development, you can simply copy your files into this repository and commit those files as you would normally do.

If you already used a git repository, you can add this repository as an extra "remote" repository. For example, lets say that your final-project repository that you checked out through Github Classroom is final-project-xyzzy. You would execute the following steps:

$ git remote add final-project git@github.com:cu-csci-4253-datacenter-fall-2021/final-project-xyzzy.git

$ git push -u final-project main
Enter passphrase for key '/Users/grunwald/.ssh/id_rsa':
Enumerating objects: 155, done.
Counting objects: 100% (155/155), done.
Delta compression using up to 16 threads
Compressing objects: 100% (76/76), done.
Writing objects: 100% (155/155), 1.49 MiB | 5.44 MiB/s, done.
Total 155 (delta 78), reused 155 (delta 78), pack-reused 0
remote: Resolving deltas: 100% (78/78), done.
To github.com:cu-csci-4253-datacenter-fall-2021/final-project-xyzzy.git
 * [new branch]      main -> main
Branch 'main' set up to track remote branch 'main' from 'final-project'.

Note that this example uses branch main as the main branch; older git repos would use the branch master. This example also assumes you're using SSH-based authentication.

You can add this remote repository link right away and then continue to push updated to it using the the git push final-project main command. For more details on using multiple remote repoositories see the documenation.

About


Languages

Language:CSS 80.2%Language:JavaScript 10.9%Language:HTML 5.6%Language:Python 3.2%