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

Rjd 1278/fix line segment #35

Merged
merged 31 commits into from
Sep 3, 2024
Merged

Commits on Jun 25, 2024

  1. Test: [RJD-937] to Implement Unit tests on simple_sensor_simulator

     - Added unit tests to LidarSensor
     - Addede unit tests to Primitive
     - Refactored Raycaster unit tests
    SzymonParapura committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2ef0ef3 View commit details
    Browse the repository at this point in the history
  2. Test: [RJD-937] to Implement Unit tests on simple_sensor_simulator

      - Added missed header file
    SzymonParapura committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b99f93e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 9, 2024

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

Commits on Aug 12, 2024

  1. Test: [RJD-937] to Implement Unit tests on simple_sensor_simulator

     - Removed dummy class
     - Updated unit tests
    SzymonParapura committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e8143fe View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. 1344 fix initial solution

    robomic committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9e8415f View commit details
    Browse the repository at this point in the history
  2. isIntesect2D initial solution

    robomic committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    dd33ae3 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    8a4f66f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52aa5da View commit details
    Browse the repository at this point in the history
  3. Merge branch 'RJD-1278/fix-1344-getIntersection2DSValue' of github.co…

    …m:tier4/scenario_simulator_v2 into RJD-1278/fix-line-segment
    robomic committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8ff3b0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe29d6b View commit details
    Browse the repository at this point in the history
  5. use isInBounds function

    robomic committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    05376cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b508a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2d84a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    ccb7c09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2fc237 View commit details
    Browse the repository at this point in the history
  3. use has_value

    robomic committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2491871 View commit details
    Browse the repository at this point in the history
  4. simplify denormalize logic

    robomic committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    bfd72c3 View commit details
    Browse the repository at this point in the history
  5. remove unnecessary lambda

    robomic committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8d08efd View commit details
    Browse the repository at this point in the history
  6. rename getSlope, add consts

    robomic committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4d02d38 View commit details
    Browse the repository at this point in the history
  7. add else to if statements

    robomic committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9a834f0 View commit details
    Browse the repository at this point in the history
  8. note

    robomic committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6346033 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    04a7af4 View commit details
    Browse the repository at this point in the history
  2. remove{}

    robomic committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    cdc07dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce6147a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    ed62b29 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1301 from tier4/feature/simple_sensor_simulator_u…

    …nit_tests_lidar
    
    Test: [RJD-937] to Implement Unit tests on simple_sensor_simulator
    hakuturu583 authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4b4eabb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e474c06 View commit details
    Browse the repository at this point in the history
  4. make const members public

    robomic committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9f1eeed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a100ead View commit details
    Browse the repository at this point in the history