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

[tmp] Remove non-API member functions: EntityManager’s TrafficLight related member functions #1329

Commits on Jun 11, 2024

  1. Add TrafficLightSupervisor and move traffic lights to API

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1c7685e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Merge branch 'RJD-1057-base' into RJD-1057-remove-traffic-lights-from…

    …-entity-manager
    
    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    060744a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b2b7fb View commit details
    Browse the repository at this point in the history
  3. feat(traffic_light_manager): use TrafficLightsBase and TrafficLights …

    …instead of TrafficLightsManager/Supervisor
    dmoszynski committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f69d7ca View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    4af5eec View commit details
    Browse the repository at this point in the history
  2. feat(scenario_sensor_simulator/traffic_lights_detector): remove depen…

    …dencies on hdmap_utils, improve creation
    dmoszynski committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2a260ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef3818f View commit details
    Browse the repository at this point in the history
  4. feat(traffic_lights): develop individual traffic_lights_publisher for…

    … simple_sensor_simulator
    dmoszynski committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2ac527f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    980781b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e74b364 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87bcb80 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Remove compile error - reorder

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2ed3d2a View commit details
    Browse the repository at this point in the history
  2. Remove unused variables

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    95a1b7a View commit details
    Browse the repository at this point in the history
  3. feat(traffic_lights): use conversions instead operator() overlaod, re…

    …move overloads, improve publisher
    dmoszynski committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b0aca76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46e3427 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe5cd70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    149d0a8 View commit details
    Browse the repository at this point in the history
  7. Add conventional traffic lights tests

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1fe2648 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Add message timing verification in tests

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    30b5bd2 View commit details
    Browse the repository at this point in the history
  2. Add ROS message generation tests for TrafficLights

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    852a5eb View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Add publishing tests for V2I traffic lights

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    36dd3f0 View commit details
    Browse the repository at this point in the history
  2. Use typed tests in traffic lights

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4408e7c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Simplify traffic lights tests

    Use pointer for traffic lights
    
    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5e0ef5f View commit details
    Browse the repository at this point in the history
  2. Resolve problems with resources not released

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ca83e19 View commit details
    Browse the repository at this point in the history
  3. Rename traffic lights test file

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3591b86 View commit details
    Browse the repository at this point in the history
  4. Add explicit destructors for traffic lights

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6c47410 View commit details
    Browse the repository at this point in the history
  5. Rename internal traffic lights tests

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5b28b6c View commit details
    Browse the repository at this point in the history
  6. Rename internal traffic lights tests file

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    44b458d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8ef0c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Remove exception throwing when starting a timer again in configurable…

    … rate updater
    
    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    371534d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'RJD-1057-base' into RJD-1057-remove-traffic-lights-from…

    …-entity-manager
    
    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d3113e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge branch 'RJD-1057-base' into RJD-1057-remove-traffic-lights-from…

    …-entity-manager
    
    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b5998a5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'tier4/RJD-1057-remove-traffic-lights-fr…

    …om-entity-manager' into RJD-1057-remove-traffic-lights-from-entity-manager
    
    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bc2584a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Merge branch 'RJD-1057-base' into RJD-1057-remove-traffic-lights-from…

    …-entity-manager
    
    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c214760 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Remove traffic lights tests

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    433019c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Revert "ref(traffic_lights): rename rest of TrafficLight**->TrafficLi…

    …ghts**"
    
    This reverts commit 87bcb80.
    
    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b39433a View commit details
    Browse the repository at this point in the history
  2. Rename traffic light classes to match filenames

    Signed-off-by: Mateusz Palczuk <[email protected]>
    TauTheLepton committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a06f4b4 View commit details
    Browse the repository at this point in the history