Should clone link use AFRL?
Closed this issue · 2 comments
cod3monk3y commented
Trying to clone as in the README requires a login. Should the clone line use the public repo link to AutonomousFieldRobotics?
git clone https://github.com/joshi-bharat/gopro_ros.git
Cloning into 'gopro_ros'...
Username for 'https://github.com':
Should this instead be this?
~/gopro_ws$ git clone https://github.com/AutonomousFieldRoboticsLab/gopro_ros
Cloning into 'gopro_ros'...
remote: Enumerating objects: 86, done.
remote: Counting objects: 100% (86/86), done.
remote: Compressing objects: 100% (66/66), done.
remote: Total 86 (delta 29), reused 55 (delta 13), pack-reused 0
Unpacking objects: 100% (86/86), done.
joshi-bharat commented
It's because of github security. No problem with repo. The repo is public.
cod3monk3y commented
Yes, my point is that the documentation is incorrect.