Skip to content
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

Update atomic_trigger_conditions.py #946

Merged
merged 2 commits into from
Apr 26, 2024

Commits on Nov 1, 2022

  1. Update atomic_trigger_conditions.py

    In the StandStill() class, change the EPSILON, 0.001, to the float value 0.1.
    
    When a vehicle stops after cruising, even though it actually not moves at all, but the velocity could have a value larger than 0.001. 
    
    The change makes StandStill() class work properly not only before vehicle's start but also after the vehicle's stop.
    In the StandStill() class, change the EPSILON, 0.001, to the float value 0.1.
    
    When a vehicle stops after cruising, even though it actually not moves at all, but the velocity could have a value larger than 0.001. 
    
    The change makes StandStill() class work properly not only before vehicle's start but also after the vehicle's stop.
    TigerStone93 authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    b162902 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    a0d7acd View commit details
    Browse the repository at this point in the history