-
Notifications
You must be signed in to change notification settings - Fork 60
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
RJD-1057 (1/5): Remove non-API member functions: EntityManager’s TrafficLight related member functions #1406
RJD-1057 (1/5): Remove non-API member functions: EntityManager’s TrafficLight related member functions #1406
Commits on Jun 11, 2024
-
Add TrafficLightSupervisor and move traffic lights to API
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c7685e - Browse repository at this point
Copy the full SHA 1c7685eView commit details
Commits on Jun 19, 2024
-
Merge branch 'RJD-1057-base' into RJD-1057-remove-traffic-lights-from…
…-entity-manager Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 060744a - Browse repository at this point
Copy the full SHA 060744aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b2b7fb - Browse repository at this point
Copy the full SHA 6b2b7fbView commit details -
feat(traffic_light_manager): use TrafficLightsBase and TrafficLights …
…instead of TrafficLightsManager/Supervisor
Configuration menu - View commit details
-
Copy full SHA for f69d7ca - Browse repository at this point
Copy the full SHA f69d7caView commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4af5eec - Browse repository at this point
Copy the full SHA 4af5eecView commit details -
feat(scenario_sensor_simulator/traffic_lights_detector): remove depen…
…dencies on hdmap_utils, improve creation
Configuration menu - View commit details
-
Copy full SHA for 2a260ee - Browse repository at this point
Copy the full SHA 2a260eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef3818f - Browse repository at this point
Copy the full SHA ef3818fView commit details -
feat(traffic_lights): develop individual traffic_lights_publisher for…
… simple_sensor_simulator
Configuration menu - View commit details
-
Copy full SHA for 2ac527f - Browse repository at this point
Copy the full SHA 2ac527fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 980781b - Browse repository at this point
Copy the full SHA 980781bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e74b364 - Browse repository at this point
Copy the full SHA e74b364View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87bcb80 - Browse repository at this point
Copy the full SHA 87bcb80View commit details
Commits on Jun 21, 2024
-
Remove compile error - reorder
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ed3d2a - Browse repository at this point
Copy the full SHA 2ed3d2aView commit details -
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95a1b7a - Browse repository at this point
Copy the full SHA 95a1b7aView commit details -
feat(traffic_lights): use conversions instead operator() overlaod, re…
…move overloads, improve publisher
Configuration menu - View commit details
-
Copy full SHA for b0aca76 - Browse repository at this point
Copy the full SHA b0aca76View commit details -
Merge branch 'RJD-1057-remove-traffic-lights-from-entity-manager' of h…
…ttps://github.com/tier4/scenario_simulator_v2 into RJD-1057-remove-traffic-lights-from-entity-manager
Configuration menu - View commit details
-
Copy full SHA for 46e3427 - Browse repository at this point
Copy the full SHA 46e3427View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe5cd70 - Browse repository at this point
Copy the full SHA fe5cd70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 149d0a8 - Browse repository at this point
Copy the full SHA 149d0a8View commit details -
Add conventional traffic lights tests
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fe2648 - Browse repository at this point
Copy the full SHA 1fe2648View commit details
Commits on Jun 24, 2024
-
Add message timing verification in tests
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30b5bd2 - Browse repository at this point
Copy the full SHA 30b5bd2View commit details -
Add ROS message generation tests for TrafficLights
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 852a5eb - Browse repository at this point
Copy the full SHA 852a5ebView commit details
Commits on Jun 25, 2024
-
Add publishing tests for V2I traffic lights
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36dd3f0 - Browse repository at this point
Copy the full SHA 36dd3f0View commit details -
Use typed tests in traffic lights
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4408e7c - Browse repository at this point
Copy the full SHA 4408e7cView commit details
Commits on Jun 26, 2024
-
Use pointer for traffic lights Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e0ef5f - Browse repository at this point
Copy the full SHA 5e0ef5fView commit details -
Resolve problems with resources not released
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca83e19 - Browse repository at this point
Copy the full SHA ca83e19View commit details -
Rename traffic lights test file
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3591b86 - Browse repository at this point
Copy the full SHA 3591b86View commit details -
Add explicit destructors for traffic lights
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c47410 - Browse repository at this point
Copy the full SHA 6c47410View commit details -
Rename internal traffic lights tests
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b28b6c - Browse repository at this point
Copy the full SHA 5b28b6cView commit details -
Rename internal traffic lights tests file
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44b458d - Browse repository at this point
Copy the full SHA 44b458dView commit details -
Add TrafficLights tests + clean up other tests and verify frequency
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8ef0c0 - Browse repository at this point
Copy the full SHA e8ef0c0View commit details
Commits on Jun 27, 2024
-
Remove exception throwing when starting a timer again in configurable…
… rate updater Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 371534d - Browse repository at this point
Copy the full SHA 371534dView commit details -
Merge branch 'RJD-1057-base' into RJD-1057-remove-traffic-lights-from…
…-entity-manager Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3113e2 - Browse repository at this point
Copy the full SHA d3113e2View commit details
Commits on Jul 2, 2024
-
Merge branch 'RJD-1057-base' into RJD-1057-remove-traffic-lights-from…
…-entity-manager Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5998a5 - Browse repository at this point
Copy the full SHA b5998a5View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for bc2584a - Browse repository at this point
Copy the full SHA bc2584aView commit details
Commits on Jul 24, 2024
-
Merge branch 'RJD-1057-base' into RJD-1057-remove-traffic-lights-from…
…-entity-manager Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c214760 - Browse repository at this point
Copy the full SHA c214760View commit details
Commits on Jul 25, 2024
-
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 433019c - Browse repository at this point
Copy the full SHA 433019cView commit details
Commits on Jul 29, 2024
-
Revert "ref(traffic_lights): rename rest of TrafficLight**->TrafficLi…
…ghts**" This reverts commit 87bcb80. Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b39433a - Browse repository at this point
Copy the full SHA b39433aView commit details -
Rename traffic light classes to match filenames
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a06f4b4 - Browse repository at this point
Copy the full SHA a06f4b4View commit details
Commits on Oct 2, 2024
-
Merge remote-tracking branch 'tier4/master' into RJD-1057-remove-traf…
…fic-lights-from-entity-manager Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84654d3 - Browse repository at this point
Copy the full SHA 84654d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0656f86 - Browse repository at this point
Copy the full SHA 0656f86View commit details
Commits on Oct 9, 2024
-
Add traffic light status unknown & Take advantage of compile time enu…
…m check Use switch without 'default' so that compiler warns when any case is not covered Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8c1fcf - Browse repository at this point
Copy the full SHA d8c1fcfView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 443356a - Browse repository at this point
Copy the full SHA 443356aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e7a1b1 - Browse repository at this point
Copy the full SHA 1e7a1b1View commit details -
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a956863 - Browse repository at this point
Copy the full SHA a956863View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e33cd93 - Browse repository at this point
Copy the full SHA e33cd93View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd500c9 - Browse repository at this point
Copy the full SHA cd500c9View commit details -
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5a2aa6 - Browse repository at this point
Copy the full SHA c5a2aa6View commit details
Commits on Oct 17, 2024
-
Use explicit in traffic lights constructors
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3aca48f - Browse repository at this point
Copy the full SHA 3aca48fView commit details -
Change traffic_lights_msg to traffic_lights_message
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62e6fd6 - Browse repository at this point
Copy the full SHA 62e6fd6View commit details -
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ba7701 - Browse repository at this point
Copy the full SHA 9ba7701View commit details -
Change variable names to be different from lambda names
- color => color_message - status => status_message - shape => shape_message Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c31313d - Browse repository at this point
Copy the full SHA c31313dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86027f4 - Browse repository at this point
Copy the full SHA 86027f4View commit details
Commits on Oct 30, 2024
-
ref(traffic_simulator): remove autoware::msgs dependency, go back to …
…a proto-centric conversion architecture
Configuration menu - View commit details
-
Copy full SHA for de0e44a - Browse repository at this point
Copy the full SHA de0e44aView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 009e082 - Browse repository at this point
Copy the full SHA 009e082View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 44a600d - Browse repository at this point
Copy the full SHA 44a600dView commit details
Commits on Nov 7, 2024
-
Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9bdd82 - Browse repository at this point
Copy the full SHA b9bdd82View commit details -
Utilize compile time check for TrafficLight
Do not use 'default' in switch over enum to get compilation error when not all cases are considered Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91c6b12 - Browse repository at this point
Copy the full SHA 91c6b12View commit details -
Merge remote-tracking branch 'tier4/master' into RJD-1057-remove-traf…
…fic-lights-from-entity-manager Signed-off-by: Mateusz Palczuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 409f25f - Browse repository at this point
Copy the full SHA 409f25fView commit details