-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Correct Frodobots Earth Rover SDK link and add setup instructions #2671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Updated the Frodobots SDK link and added credential setup instructions. Signed-off-by: ./c² <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR corrects the Frodobots SDK repository URL from the incorrect github.com/Frodobots to the correct github.com/frodobots-org organization path. It also enhances the setup documentation by adding a new step for configuring environment variables required to run the SDK, including API credentials and optional configuration parameters.
Key changes:
- Fixed SDK repository URL to use correct GitHub organization path
- Added comprehensive environment variable configuration step with examples
- Updated step numbering from 2-3 to 2-4 to accommodate the new credential setup section
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Co-authored-by: Copilot <[email protected]> Signed-off-by: ./c² <[email protected]>
Co-authored-by: Copilot <[email protected]> Signed-off-by: Steven Palma <[email protected]>
imstevenpmwork
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Updated the Frodobots SDK link and added credential setup instructions.
This PR corrects the frodobot-org URL and adds missing environment variable settings for running
hypercorn main:app --reload.Unless the SDK key provided, web UI returns:
{ "detail": "Authorization header not configured" }