vehicle control not work correctly in manual_control.py #4421
Unanswered
inflameRuRu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i have tried to add a simple logic in the _Radar_callback method, that if the velocity larger than 54km/h, then the vehicle apply the brake.
here is my code added:
and for the output, I only get the correct value '1' in some cycle when the velocity >15m/s.
output:
1.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
1.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
could someone tell me where is the problem?
thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions