-
Notifications
You must be signed in to change notification settings - Fork 249
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
How do I get the global coordinates of my car? #339
Comments
Hi @lovelyy666, thanks for your interest in Argoverse. Yes, the translation is given in meters, and Please refer to the repo README "A Note Regarding Coordinate Transforms": You can find more information in the Argoverse CVPR '19 paper in the Appendix under "A.1. Coordinate System": Can you provide a specific log_id for the motion you are referring to? Motion in the city coordinate frame along the y-axis would correspond to north-south motion, and has no relation to the left side of the vehicle (ego-vehicle frame). |
Hi,@argoverse-admin,I don't know much about coordinate conversion, thank you for your patience, here's an example. So the global coordinates of the vehicle are:[348.2464144270702, 3680.350671884922, -19.76944131891176] and the global coordinates of the pedestrian are used to transform x, y, and z with the above rotation translation information? In addition, I have another question, city_SE3_egovehicle the rotation information in the file indicates that the vehicle coordinate system is rotated 100 degrees around the x-axis, then the x-axis should still point to the direction of the vehicle, and the y-axis and z-axis roughly exchange positions, how can the y-axis point to the direction of the vehicle? Thank you again for taking the time out of your busy schedule to answer my questions!!! |
Please help, Is the unit of 'translation' in the city_SE3_egovehicle file meters?, whether the global coordinates of the car are the x and y of the 'translation', and if so, why does the vehicle move more along the y axis (left side of the vehicle)?
The text was updated successfully, but these errors were encountered: