We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello enginBozkurt
Thank you for this project. It helps me a lot to understand main principles of Car Control. Everything in your code is clear, except one thing in this file https://github.com/enginBozkurt/SelfDrivingCarsControlDesign/blob/master/PythonClient/Course1FinalProject/controller2d.py
self._conv_rad_to_steer = 180.0 / 70.0 / np.pi
What 70.0 means? Why we need to scale input_steer = self._conv_rad_to_steer * input_steer_in_rad
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello enginBozkurt
Thank you for this project. It helps me a lot to understand main principles of Car Control. Everything in your code is clear, except one thing
in this file https://github.com/enginBozkurt/SelfDrivingCarsControlDesign/blob/master/PythonClient/Course1FinalProject/controller2d.py
self._conv_rad_to_steer = 180.0 / 70.0 / np.pi
What 70.0 means? Why we need to scale
input_steer = self._conv_rad_to_steer * input_steer_in_rad
Thank you
The text was updated successfully, but these errors were encountered: