-
Notifications
You must be signed in to change notification settings - Fork 1
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
Coordinate Transform #6
Comments
this was fixed in #9 but I want to review before closing |
Added 714a793 But leaving open pending integration. |
Since this isn't integrated yet, I'm going to move it to an unspecified (later) release. |
@dangthanhan507 Looks good. Yeah, that is intentional, since we want as much surface area in the python package rather than in the ROS codebase. The merging of attitude data and object coordinate data will have to happen in #54 |
We need to transform the coordinate system from image coordinates to "world" coordinates. We use this by leveraging the information that we know about the system:
We need to compute the transform between the camera coordinates to world coordinates, as shown in this image:
Finding this transformation is related to finding the viewing frustum.
Unfortunately, we will not be able to test your solution until we do an actual flight test with localization.
The text was updated successfully, but these errors were encountered: