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

Extracting acceleration from nuscenes data #69

Open
samueleruffino99 opened this issue Feb 27, 2024 · 1 comment
Open

Extracting acceleration from nuscenes data #69

samueleruffino99 opened this issue Feb 27, 2024 · 1 comment

Comments

@samueleruffino99
Copy link

Hello, sorry for bothering you again.
Do you have any clue whether is possible to extract acceleration (as done for velocity) from nuscenes data?
Moreover, would it be possible to extract it and inteprolate in the same way to have consistency ?
Thank you!!

@QuanyiLi
Copy link
Member

I think nuScenes data doesn't provide acceleration information for surrounding vehicles. For the ego car, if you have the Canbus package installed, you can perhaps get something related to acceleration such as throttle/steering values or even acceleration itself. But I suggest you calculate it with velocities if you really need it... The velocity is already interpolated, so just use numpy.diff to calculate acceleration.

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