Reverse movement
elevir opened this issue · 3 comments
elevir commented
Hello!
It seems that only forward movement is available, but it makes troubles such as stucking in a wall. So, is there any way to move backward on a vehicle by sending tuple (throttle, brake, steering)?
Thanks.
Deleted user commented
Isnt the car moving backwards when you have throttle at 0 and brake higher than 0.3 ?
elevir commented
@KemalAcar07 it isnt. I tried to use tuple (throttle = 0, break = 1.0 (or 0.5), steering = 0.0). Nothing is happen. Maybe problem in version of dll which I use. I use version of @angelapper with rewarder fix. But i'm not sure that the problem in this.
elevir commented
the broblem was in wrong field name in Json :)