nutonomy / nuscenes-devkit

The devkit of the nuScenes dataset.
https://www.nuScenes.org
Other
2.2k stars 617 forks source link

How to predefine baseline route and get map coordinate (can_bus/*_route.json) in data collection? #988

Closed Songustc closed 9 months ago

whyekit-motional commented 9 months ago

@Songustc the baseline routes are simply the idealized path an AV should take (assuming there are no obstacles), while the coordinates given in pose of the CAN bus data are identical to the nuScenes ego pose but sampled at a higher frequency

Songustc commented 9 months ago

@Songustc the baseline routes are simply the idealized path an AV should take (assuming there are no obstacles), while the coordinates given in pose of the CAN bus data are identical to the nuScenes ego pose but sampled at a higher frequency

Thank you for your very detailed answer Is the ideal path generated in advance from the HD map? Can you explain the relevant routing algorithm?

whyekit-motional commented 9 months ago

The baseline paths are typically the center line of the lanes (no fancy algorithm there :smile:)

Songustc commented 9 months ago

Thanks for clarification 😄