-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add AprilTagVision example #100
Conversation
- Added !/usr/bin/env python3 to the beginning of the file - Added License to beginning of file
This is a Draft pull request for a couple of reasons:
|
A test of the vision.py file has been conducted and bugs were found. The bugs were subsequently fixed and code reformatted into black. The |
The following workflow does not allow the first line of vision.py to be |
Could someone please help me fix what is causing the failure in checks? |
The new robot is missing from |
import wpilib.cameraserver | ||
|
||
|
||
""" |
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.
This isn't a docstring – it's not the first statement of a module/class/function.
Please rebase and remove wpilib.run (see #106) |
Closing for Rebase |
When you rebase, you can force push your branch that way you don't have to recreate the PR. |
This is the rebased and updated 2024 version of #100 The following image is the test I ran of the vision.py file: ![image](https://github.com/robotpy/examples/assets/57422635/52de891b-efba-4cd6-88d7-d5a6c137336e) --------- Co-authored-by: Dustin Spicuzza <dustin@virtualroadside.com>
A task within issue #49. This is a port of the Java AprilTagsVision example to Python