Hi,
In the “v1.0-mini” version dataset, I do not see the radar target velocity values.
I have opened the PCD file using MATLAB.
Thanks
Hi,
In the “v1.0-mini” version dataset, I do not see the radar target velocity values.
I have opened the PCD file using MATLAB.
Thanks
Hi. I don’t believe that Matlab can successfully read our pcd format.
You can see the Python code to read it at https://github.com/nutonomy/nuscenes-devkit/blob/master/python-sdk/nuscenes/utils/data_classes.py#L383. I assume you would need to imitate that.
Thanks for your help
In class RadarPointCloud, i can’t find out how to obtain velocity.Could you be more specific?Thank you!
In class RadarPointCloud, i can’t find out how to obtain velocity.Could you be more specific?Thank you!
Velocities are the fields vx vy
(uncompensated for ego motion) and vx_comp vy_comp
(compensated).