nuplan-devkit icon indicating copy to clipboard operation
nuplan-devkit copied to clipboard

tire_steering_angle is constantly 0 / how could one get correct ego steering angle?

Open Lu233 opened this issue 1 year ago • 2 comments

Describe the bug

The tire_steering_angle contained in ego_state from get_ego_state_at_iteration() is constantly 0.

Setup

normal tutorial setup

  • ...
  • ...

Steps To Reproduce

Steps to reproduce the behavior: Any of your tutorials that calls get_ego_state_at_iteration could be used to reproduce the issue.

Stack Trace

Traceback (most recent call last):
  ...

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Lu233 avatar Jan 02 '25 17:01 Lu233

I found the root cause: https://github.com/motional/nuplan-devkit/blob/d60b4cd2071de9bb041509c43f5226dd22f248c0/nuplan/database/nuplan_db/nuplan_scenario_queries.py#L594, is this intended?

Lu233 avatar Jan 02 '25 19:01 Lu233

I found the root cause:

https://github.com/motional/nuplan-devkit/blob/d60b4cd2071de9bb041509c43f5226dd22f248c0/nuplan/database/nuplan_db/nuplan_scenario_queries.py#L594

, is this intended?

Have you solved this problem?

942411526 avatar Jan 06 '25 14:01 942411526