-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Steering angle values #48
Comments
I guess the steering angle is multiplied by 10. |
In view_steering_model.py, you see that the angle_steers is divided by 10, which indicates what I have said above (In line 122). |
This error (ValueError: bad marshal data (unknown type code)) result when trying to execute the view steering model.py Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
What i foud was that the max steering angle in 5008, so the steering aangle has a range in between -5000 to +5000. So according to me we should divide it by 100 to get angles in between(-50 to +50) |
I've downloaded the dataset and analyzed some of the test drives.
Right now I'm wondering about the steering_angle value ranges.
They are going from about -4500 to 4500.
What is the unit of the recorded angles?
The text was updated successfully, but these errors were encountered: