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

question about formula(1) in the paper #6

Open
Amazingmum opened this issue May 28, 2023 · 2 comments
Open

question about formula(1) in the paper #6

Amazingmum opened this issue May 28, 2023 · 2 comments

Comments

@Amazingmum
Copy link

Hi author,
In formula (1), alpha is the heading Angle. Could you please tell me how this Angle is defined and which coordinate system is used as the reference? The sensor coordinate system, or the coordinate system at the rear of the vehicle.
Tks for your attention~

@ramdrop
Copy link
Owner

ramdrop commented Jul 2, 2023

Hi, sorry for the late reply. All variables in Eq.(1) are defined in the radar frame, i.e., the sensor coordinate system. Please refer to the figure in [27] for further guidance.
image

[27] D. Kellner, M. Barjenbruch, J. Klappstein, J. Dickmann, and K. Dietmayer, “Instantaneous ego-motion estimation using Doppler radar,” in 16th International IEEE Conference on Intelligent Transportation Systems (ITSC 2013), Oct. 2013, pp. 869–874.

@Amazingmum
Copy link
Author

Amazingmum commented Apr 28, 2024

thanks.
One more thing:
the v in the ransac_range_v.py :
v = (pcl[:, 6]**2 + pcl[:, 7]**2)**0.5 # target's absolute velocity in radar frame

v_comp = (pcl[:, 8]**2 + pcl[:, 9]**2)**0.5 # target's absolute velocity in global frampcli

i know the pcl is radar data read from pcd file,but not clear about the v and v_comp.

target's absolute velocity in radar frame:it means that the v is relative to ground and expressed in radar frame.
(actually,radar can measure the target's speed relative to the radar.
if the target is not moving,it is right to say absolute velocity.
if the target is moving ,it is not absolute velocity.
So,the v is not very clear)

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

No branches or pull requests

2 participants