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
@deepcs233 你好,请问throttle和steer的输出是写反了吗?
The text was updated successfully, but these errors were encountered:
有相关的log或者奇怪的现象吗
Sorry, something went wrong.
在路上直行的时候,throttle为零,但是steer为0.75。
display_data['meta_control'] = 'Throttle: %.2f. Steer: %.2f. Brake: %.2f' %( control.steer, control.throttle, control.brake ) 应该是这里反了
No branches or pull requests
@deepcs233
你好,请问throttle和steer的输出是写反了吗?
The text was updated successfully, but these errors were encountered: