-
Notifications
You must be signed in to change notification settings - Fork 145
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
feat(how-to guides): camera intrinsic calibration tool from Autocore #205
Conversation
Signed-off-by: JianKang <egon.kang@autocore.ai>
Signed-off-by: JianKang <egon.kang@autocore.ai>
@kenji-miyake could you plz check this pr? many thanks |
### Intrinsic Calibration | ||
|
||
- Navigation2 provides a [good tutorial for camera internal calibration](https://navigation.ros.org/tutorials/docs/camera_calibration.html). | ||
- Autocore provides a [light-weight tool](https://github.com/autocore-ai/calibration_tools/tree/main/camera_intrinsic_calib). |
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.
@JianKangEgon Is it okay to use Autocore
, not AutoCore
?
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.
Autocore is OKay
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.
@JianKangEgon Which is correct? I believe it's better to be consistent.
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.
@JianKangEgon @Sharrrrk Could you comment on this? 🙏 I'd like to clarify the rule.
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.
@kenji-miyake sorry for the late reply, last week was our national holiday. I've double checked, to be consistent, AutoCore would be better, I'll close this pr and propose a new one @Sharrrrk, many thanks
@JianKangEgon Sure, could you read the guidelines and check the boxes? |
And I've updated the rule of Conventional Commits recently, can I change the type from |
yeah, of course |
replace Autocore with AutoCore |
@JianKangEgon Oh, you didn't need to create a new pull request, but it's okay. Thank you. |
Description
Add a new tool for camera intrinsic calibration from Autocore.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The Reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.