Skip to content
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

Pitch and Roll Estimate #302

Open
Daniel-Martin576 opened this issue Dec 9, 2019 · 0 comments
Open

Pitch and Roll Estimate #302

Daniel-Martin576 opened this issue Dec 9, 2019 · 0 comments
Assignees
Labels

Comments

@Daniel-Martin576
Copy link
Contributor

Daniel-Martin576 commented Dec 9, 2019

Pitch, roll estimate for point projector for Sedanii -- test accuracy of the current projector

Our point projector takes in a camera image (usually a binary image of the lines detected) and maps every pixel in the image to a point in a point cloud (so that pixels higher in the image are farther away and vice versa). This works okay when the car is steady since we assume the camera is at a fixed angle; however, when our car jerks forward and backward during sudden accelerations the projected points will quickly appear really close then super far away. We need a pitch and roll estimator so that we know the current position of the camera to correct this.

Due: Jan 19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants