-
Notifications
You must be signed in to change notification settings - Fork 193
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
Is the steering angle in an ActuatorDynamic action space degrees or radians? #1833
Comments
@ajlangley The units should always be in SI aside from the action. The following should roughly be the case:
ActuatorDynamic modifies the action in the following way: For our typical vehicle, the steering wheel we model has 2 radians (max_steering) of turn and a steering gear ratio of 17.4 (steering_gear_ratio). Both wheels use the following equation: This is the ideal case but the physics engine may have other ideas in some situations. |
Thanks for your reply. In that case, if I added ActuatorDynamics to the FormatAction environment wrapper and set the action space to Box([-1, 1], [-1, 1], [-2*pi, 2.pi]), would that be of interest? |
Hello, @ajlangley. My understanding is that ActuatorDynamic uses the same I am surprised reading the documentation that we did not make this properly noted. I am updating the current documentation to make this clear. Otherwise, this is still of interest. |
Great, thanks for the quick response. |
High Level Description
As title. I just couldn't find the steering angle units.
Desired SMARTS version
1.0.1
The text was updated successfully, but these errors were encountered: