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

Add log-agent #1083

Merged
merged 91 commits into from
Jun 3, 2024
Merged

Add log-agent #1083

merged 91 commits into from
Jun 3, 2024

Commits on Feb 16, 2022

  1. New parsing (carla-simulator#858)

    * Improved junction scenarios to work on routes
    
    * Added basic agent to the SyncArrival behavior
    
    * Improved all routes
    
    * Updated to use new route planner
    
    * Improved synchornization for S7 adn S9
    
    * WIP: Added new background activity
    
    * Minor fixes
    
    * Planner changes
    
    * Added compatibility with CARLA 0.9.12
    
    * Pretty code
    
    * Changed S9 to an actor flow
    
    * Improved synchronization of crossing scenarios
    
    * WIP: Improve synchronization
    
    * First working behavior
    
    * Fixed other leading vehicle scenario speed bug
    
    * Created new S2 for routes and added it to routes
    
    * Better ControlLoss + fix missplaced route scenarios
    
    * Improved actor flows with new  python agent
    
    * Minor fixes
    
    * Cleanup and some example changes
    
    * Added CHANGELOG
    
    * Removed unused atomic behaviors
    
    * Pretty code
    
    * Added missing BA code
    
    * Removed constant velocity agent
    
    * Added other parameters
    
    * Pretty code
    
    * Fixed CHANGELOG
    
    * Pretty code
    
    * Fixed sceario parsing bug
    
    * Minor fixes
    
    * CHANGELOG
    
    * Minor fixes
    
    * Fixed bug with agent's route
    glopezdiest committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    c64b186 View commit details
    Browse the repository at this point in the history
  2. Improve actor flow scenarios (carla-simulator#859)

    * Improved actor flow behavior
    
    * CHANGELOG
    
    Co-authored-by: Guillermo <[email protected]>
    glopezdiest and Guillermo committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    cf48714 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Changes in Actor Flow, implementation of Accident and Construction, c…

    …hanges to BA (carla-simulator#863)
    
    * Initial testing
    
    * Changed ActorFlow to Town04
    
    * WIP: ActorFLow at routes
    
    * WIP2: Actor Flow
    
    * Changes to Accident and Construction blocking scenarios
    Implementation of chages in BA to allow TM lane changes through set_path
    
    * Improve road behavior, actor flow and accident scenarios
    
    * Construction scenario implementation
    
    Co-authored-by: Guillermo <[email protected]>
    jackbart94 and Guillermo committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    a51e9c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

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

Commits on Mar 11, 2022

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

Commits on Mar 14, 2022

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

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    723878f View commit details
    Browse the repository at this point in the history
  2. Added CHANGELOG (carla-simulator#870)

    Co-authored-by: Guillermo <[email protected]>
    glopezdiest and Guillermo committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    1fb6b99 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

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

Commits on Mar 23, 2022

  1. Minor changes

    Guillermo committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    e86b492 View commit details
    Browse the repository at this point in the history
  2. Fixed bug with new JucntionScenarioManager (carla-simulator#873)

    Co-authored-by: Guillermo <[email protected]>
    glopezdiest and Guillermo committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    38cec5a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

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

Commits on Apr 7, 2022

  1. Improved traffic event handling (carla-simulator#877)

    Co-authored-by: Guillermo <[email protected]>
    glopezdiest and Guillermo committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    92ec277 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Added HighwayExit scenario

    TayYim committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    b784326 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    b424bea View commit details
    Browse the repository at this point in the history
  2. Pretty code

    Guillermo committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    e42c950 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. New Parking Exit scenario

    TayYim committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    1d6138b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. General improvements (carla-simulator#884)

    Co-authored-by: Guillermo <[email protected]>
    glopezdiest and Guillermo committed May 2, 2022
    Configuration menu
    Copy the full SHA
    5835f09 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

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

Commits on May 6, 2022

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

Commits on May 9, 2022

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

Commits on May 10, 2022

  1. Refined BA's target speed

    Co-authored-by: Guillermo <[email protected]>
    glopezdiest and Guillermo committed May 10, 2022
    Configuration menu
    Copy the full SHA
    7a4f9a8 View commit details
    Browse the repository at this point in the history
  2. Added HighwayCutIn scenario

    * Improved HighwayCutIn
    
    * CHANGELOG
    
    Co-authored-by: Guillermo <[email protected]>
    glopezdiest and Guillermo committed May 10, 2022
    Configuration menu
    Copy the full SHA
    dc6367a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Added Idle (carla-simulator#898)

    Co-authored-by: Guillermo <[email protected]>
    glopezdiest and Guillermo committed May 20, 2022
    Configuration menu
    Copy the full SHA
    f8c79fa View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

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

Commits on May 25, 2022

  1. New MergerIntoSlowTraffic scenario

    * Updated  _remove_junction_entry
    
    * Update highway_cut_in.py
    
    * Added MergerIntoSlowTraffic scenario
    
    * Update background_manager.py
    
    * Added MergerIntoSlowTraffic route
    
    * Added MergerIntoSlowTraffic scenario
    13370724230 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    a40f593 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Improve night mode (carla-simulator#902)

    * Added lights beahvior to rotues
    
    * Improved lights and automatic TM lights
    
    Co-authored-by: Guillermo <[email protected]>
    glopezdiest and Guillermo committed May 27, 2022
    Configuration menu
    Copy the full SHA
    26f6f7c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

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

Commits on Jun 15, 2022

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

Commits on Jun 17, 2022

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

Commits on Jun 30, 2022

  1. Added InvadingTurn scenario

    TayYim committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    14ae69e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    441033a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a7b909 View commit details
    Browse the repository at this point in the history
  3. Improved route's timeout

    glopezdiest committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    84a8c52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    716195e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

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

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    098a00c View commit details
    Browse the repository at this point in the history
  2. Removed debug messages

    Guillermo committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    f2cfed2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Added scenario timeouts

    glopezdiest committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    850eed8 View commit details
    Browse the repository at this point in the history
  2. Added frame to traffic events

    joel-mb committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    93ec2dc View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

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

Commits on Jul 26, 2022

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

Commits on Aug 1, 2022

  1. Route obstacles + parked vehicle destruction

    Guillermo authored and glopezdiest committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    05ef0d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Scenarios no longer spawn old vehicles

    Guillermo authored and glopezdiest committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    7ccbe74 View commit details
    Browse the repository at this point in the history
  2. Added variable flow to route obstacles

    Guillermo authored and glopezdiest committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    d63f73d View commit details
    Browse the repository at this point in the history
  3. Added VehicleTurningRotue variations

    Guillermo authored and glopezdiest committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    ce3ae65 View commit details
    Browse the repository at this point in the history
  4. Added noise to control loss

    Guillermo authored and glopezdiest committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    da0da43 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Route improvements

    Guillermo authored and glopezdiest committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    d8a251d View commit details
    Browse the repository at this point in the history
  2. MinSpeed criteria checkpoints + Pedestrian patch

    Guillermo authored and glopezdiest committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    4e93320 View commit details
    Browse the repository at this point in the history
  3. Fix bug PedestrianCrossing

    Guillermo committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    ee68a08 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Fixed bug pedestrians and parked vehicles (carla-simulator#933)

    * Added parking removal to crossing actors
    
    * Fixed bug pedestrians and parked vehicles
    
    * Improved pedestrian code
    
    Co-authored-by: Guillermo <[email protected]>
    joel-mb and Guillermo committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    b90c3d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Removed old test routes

    Guillermo committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    dbf92a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Fixed bug with YieldtoEV criteria

    Guillermo committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    13cf802 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Minor parameter changes

    Guillermo committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    e1f82c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Improved scenarios

    Guillermo authored and glopezdiest committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d706535 View commit details
    Browse the repository at this point in the history
  2. Added hand brake to BlockedIntersection

    Guillermo authored and glopezdiest committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5b3c267 View commit details
    Browse the repository at this point in the history
  3. Revereted some of the constructions changes

    Guillermo authored and glopezdiest committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    155c416 View commit details
    Browse the repository at this point in the history
  4. Some parameter changes

    Guillermo authored and glopezdiest committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    30d2e2c View commit details
    Browse the repository at this point in the history
  5. Removed unused code

    Guillermo authored and glopezdiest committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5cbc9b6 View commit details
    Browse the repository at this point in the history
  6. Prettyfied some criteria

    Guillermo authored and glopezdiest committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    27070a4 View commit details
    Browse the repository at this point in the history
  7. Fixed units bug

    Guillermo authored and glopezdiest committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    cf8590e View commit details
    Browse the repository at this point in the history
  8. Parameter change

    Guillermo authored and glopezdiest committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    97c7908 View commit details
    Browse the repository at this point in the history
  9. Changed opposite flow parameters

    Guillermo authored and glopezdiest committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    65384e8 View commit details
    Browse the repository at this point in the history
  10. Minor robustness changes

    Guillermo authored and glopezdiest committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    e719626 View commit details
    Browse the repository at this point in the history
  11. Removed police car from several scenarios

    Guillermo authored and glopezdiest committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2f5dd36 View commit details
    Browse the repository at this point in the history
  12. Updated highway cut in parameters

    Guillermo authored and glopezdiest committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    292b717 View commit details
    Browse the repository at this point in the history
  13. Final parameter changes + some minor BA changes

    Guillermo authored and glopezdiest committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7b5894c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Added vehicle opens door stop

    Guillermo committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f10a5b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Fixed VehicleOpensDoor

    Guillermo committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    3ea5c91 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Added ActroFlow patch

    Guillermo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    38a6868 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Minor sensor destruction change

    Guillermo committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    1e8de38 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Changes numpy version to match CARLA's

    Guillermo committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    32c6a4c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Minor fix

    Guillermo committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8b5477b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Added tm ports to BA

    Guillermo committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    d6385cb View commit details
    Browse the repository at this point in the history
  2. Added the port to all set autopilots

    Guillermo committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f155a0a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Minor improvement to result writer and debug

    Guillermo committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    2775d2c View commit details
    Browse the repository at this point in the history
  2. Added missing sensor destruction

    Guillermo committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    d35e350 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

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

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    d770997 View commit details
    Browse the repository at this point in the history
  2. Added spawn transforms to CDP actors

    Guillermo committed May 18, 2023
    Configuration menu
    Copy the full SHA
    ffffa66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41ed9af View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. use log agent CDP

    TayYim committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    076a7d4 View commit details
    Browse the repository at this point in the history
  2. Added ratio to min speed

    Guillermo committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    3285e08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b00aab2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a487905 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8eaf6d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Add scenario name transfer

    TayYim committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c38b50d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb00309 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    447bb3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d826a72 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Fix duplicate var

    TayYim committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0fc813e View commit details
    Browse the repository at this point in the history