UbiquityRobotics / move_basic

A minimal navigation node
BSD 3-Clause "New" or "Revised" License
69 stars 21 forks source link

Unable to set up reversing API #109

Closed Connor-woodahl closed 1 year ago

Connor-woodahl commented 1 year ago

When trying to run the following on our AGV,

cd /home/ubuntu/catkin_ws/src/move_basic git pull git checkout reversing cd /home/ubuntu/catkin_ws/src/ezmap git pull git checkout v1.1.4-QCM-reversing

I ran into an error when trying to perform the second pull: remote: Repository not found. fatal: repository 'https://github.com/UbiquityRobotics/ezmap.git/' not found

anfederman commented 1 year ago

Ez map is a private repository, you need to be given permission to see or download.

On Wed, Sep 14, 2022, 10:37 AM Connor-woodahl @.***> wrote:

When trying to run the following on our AGV,

cd /home/ubuntu/catkin_ws/src/move_basic git pull git checkout reversing cd /home/ubuntu/catkin_ws/src/ezmap git pull git checkout v1.1.4-QCM-reversing

I ran into an error when trying to perform the second pull: remote: Repository not found. fatal: repository 'https://github.com/UbiquityRobotics/ezmap.git/' not found

— Reply to this email directly, view it on GitHub https://github.com/UbiquityRobotics/move_basic/issues/109, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHZ374D2NLABCO3BZTJH43V6IEMDANCNFSM6AAAAAAQMULGYI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

anfederman commented 1 year ago

Dave Crawley @.***) Is an owner, and can grant permission to ezmap. You will need to tell us your github account name.

On Wed, Sep 14, 2022 at 12:52 PM Alan Federman @.***> wrote:

Ez map is a private repository, you need to be given permission to see or download.

On Wed, Sep 14, 2022, 10:37 AM Connor-woodahl @.***> wrote:

When trying to run the following on our AGV,

cd /home/ubuntu/catkin_ws/src/move_basic git pull git checkout reversing cd /home/ubuntu/catkin_ws/src/ezmap git pull git checkout v1.1.4-QCM-reversing

I ran into an error when trying to perform the second pull: remote: Repository not found. fatal: repository 'https://github.com/UbiquityRobotics/ezmap.git/' not found

— Reply to this email directly, view it on GitHub https://github.com/UbiquityRobotics/move_basic/issues/109, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHZ374D2NLABCO3BZTJH43V6IEMDANCNFSM6AAAAAAQMULGYI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Connor-woodahl commented 1 year ago

Github account: Connor-woodahl

MoffKalast commented 1 year ago

Seems like your initial email invite has expired, check your inbox for another one.

Connor-woodahl commented 1 year ago

Thank you!