-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
about the function of "car_controls" #3437
Comments
I forgot. |
@dana4056 you missed the setting call : |
Thank you for your advice.
|
Thank you so much. I followed the link you attached and read it carefully, and the solution to the content is related to the C++ API. Of course, there was a python API, but it didn't exactly match my problem. Maybe, I can't find it. :'( |
Question
What's your question?
Isn't "car_controls.throttle" speeding up the car so it can move?
I want to drive a car only through the API without using a keyboard.
Therefore, I gave "RemoteControlID" a value of 1 as shown in the json file below (because the document says that if I give more than 0 value, remote control connected to the system is possible), and gave "1" to "car_controls.throttle"
But when I run unity, I can control the keyboard, and when I run the python file, the car doesn't move according to the code.
Is there anything I'm missing?
Include context on what you are trying to achieve
hello_car.py
settings.json
Context details
windows 10
unity 2019.3.12
Include details of what you already did to find answers
The text was updated successfully, but these errors were encountered: