frc6995 / Robot-2020

This is the repository for FRC team 6995's 2020 robot game code.
2 stars 0 forks source link

SUBSYSTEM - Drivebase #3

Closed sammcdo closed 4 years ago

sammcdo commented 4 years ago

DrivebaseS

Dependencies

Description

Inputs

Outputs

Actions

Constraints

Design (Algorithm)

Variables

Methods

For Research

ghost commented 4 years ago

Trajectory Tutorial

ghost commented 4 years ago

I have a local change with the Trajectory Tuturial and brings the current drivebase code from base here, I have a few issues, and am having trouble git pushing

sammcdo commented 4 years ago

Sounds great! I can't wait to see it Thursday. I've been playing with their demo as well. However since we haven't finalized our design, we are not ready to start coding anything quite yet. Sometime on Friday or Saturday we will transfer the base code over and start development and auto stuff. I have no idea why your having trouble pushing though. I don't think its a permission issue but we can check that this weekend as well.

ghost commented 4 years ago

I push My code, and it throws error:

fatal: The current branch ari/3/drivebase has no upstream branch.
To push the current branch and set the remote as upstream, use

git push --set-upstream origin ari/3/drivebase

so I use whats recommended;

remote: Repository not found.
fatal: repository 'https://github.com/frc6995/Robot-2020.git/' not found

must be a permission issue.

EliSauder commented 4 years ago

@AriShashivkopanazak Currently no one has write access in the actual repo. I want to see the designs completed or at least mostly completed before the code is written.

ghost commented 4 years ago

ok, cool then, glad I know what this error is lol