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

feat(calibration_tools): new api and 2.0 release #148

Merged
merged 55 commits into from
Apr 11, 2024

Commits on Jul 6, 2022

  1. Merge pull request tier4#1 from tier4/tier4/universe

    copy calibration tools from private repository
    yabuta committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7622989 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Merge pull request tier4#25 from tier4/tier4/universe

    merge main for galactic release
    yabuta committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    cdfddc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Implementing the new calibration manager

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    c5c3003 View commit details
    Browse the repository at this point in the history
  2. Did some heavy refactoring in the tag-based camera-lidar calibration

    Added an option to use rectified images
    Deleted the raw sqpnp method since it is included in the standard opencv now
    Enabled the use of hardcoded system time (receiving time) for when sensors are now synchronized
    Parameterized rviz profiles to avoid having multiple profiles (for this method one should be enough for all use cases)
    Exposed the number of pnp pairs for calibration and the distance between calibration data and new detections to ease the work of field engineers
    Changed timers since the default work now (for years now though)
    Still have not done the spell checking
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    3b9734e View commit details
    Browse the repository at this point in the history
  3. Fixed spellings in the tag based camera lidar calibrator

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    563ea19 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. feat: adapter the lidar-lidar 2d to the new API

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    6fb5de1 View commit details
    Browse the repository at this point in the history
  2. chore: fixed spellings

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    b9a71da View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. feat: adapted the ground plane calibrator to the new api

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    79b90a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. feat: applied the changes required for the mapping-based lidar-lidar …

    …& base-lidar calibrators
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9059437 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. fix: fixed non-optional parameters in the launcher configuration ui

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a6c6bdf View commit details
    Browse the repository at this point in the history
  2. chore: removed unused dummy calibrator

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    3f0f35c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. feat: partial implementation of the changes for radar-lidar and imple…

    …mentation of a native way to edit the launchers
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    84e364f View commit details
    Browse the repository at this point in the history
  2. feat: partial implementation of the changes for radar-lidar and imple…

    …mentation of a native way to edit the launchers
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f7bab99 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'tier4/universe' into feature/new_api

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9d9c4fa View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/new_api' of github.com:knzo25/CalibrationTools …

    …into feature/new_api
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1706164 View commit details
    Browse the repository at this point in the history
  5. fix: fixed the camera-lidar calibrator that was broken due to some ne…

    …w parameters ant the new launcher configuration schmeme
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    285ec36 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. feat: complete implementation for the radar-lidar, partial implementa…

    …tion for the rdv, and others
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    0b845c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. chore: attempting to fix CI/CD

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    561cb79 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. feat: implemented the new api changes for the sfm calibrator and fixe…

    …d bugs got discovered while doing do. Need to integrate all the options and the products
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8a0c6b3 View commit details
    Browse the repository at this point in the history
  2. feat: base-lidars working on the rdv

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3ab1fbb View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. feat: sfm calibrator integrated completely in rdv and although untest…

    …ed in the xx1. can use the initial calibration as a fixed ground plane
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1d2344b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. feat: integrated all the sfm methods to the x2

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    9a3febd View commit details
    Browse the repository at this point in the history
  2. feat: integrated the camera-lidar into the remaining project/products

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    790b363 View commit details
    Browse the repository at this point in the history
  3. feat: refactored the itneractive ui, integrated it into the new api, …

    …and implemented the fixes for the spell checking
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    352f854 View commit details
    Browse the repository at this point in the history
  4. chore: deleted the old manager/client and renamed the new calibrators

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    452737c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. chore: deleted deprecated mesasges

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4ce9f7d View commit details
    Browse the repository at this point in the history
  2. chore: fixed extra mispells found in ci/cd

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b120273 View commit details
    Browse the repository at this point in the history
  3. chore: more spell fixes

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    79ce646 View commit details
    Browse the repository at this point in the history
  4. fix: fixed compile error (eigen vs. opencv)

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    025c46e View commit details
    Browse the repository at this point in the history
  5. chore: applied the fix to another file

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6d9c30a View commit details
    Browse the repository at this point in the history
  6. chore: fixed dependencies for ci cd

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    5b96f65 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. fix: typo in launcher (thx vivid)

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b3f8e90 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. fix: forgot to set the initial solution after the refactoring in the …

    …ground plane calibrator
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    aca6543 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. chore: added explanations regarding the coordinate systems

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    fc7fb7e View commit details
    Browse the repository at this point in the history
  2. chore: fixed typo in launcher

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    899c593 View commit details
    Browse the repository at this point in the history
  3. chore: updated documentation and added missing marker in rviz profile

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b88971b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. chore: forgot to ass the mapping base-lidar for the default project

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ca14dce View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. chore: deleted the new part of the service

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7109aa3 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. feat: added the radar lidar calibrator to the default project

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3f5684b View commit details
    Browse the repository at this point in the history
  2. chore: replaced all instances of transl -> translation and updated th…

    …e copyrights
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a23cea2 View commit details
    Browse the repository at this point in the history
  3. chore: replaced rot -> rotation and missing transl -> translation

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    56bd2f0 View commit details
    Browse the repository at this point in the history
  4. chore: code explanation

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    424a726 View commit details
    Browse the repository at this point in the history
  5. chore: removed redundant pass

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d747ebe View commit details
    Browse the repository at this point in the history
  6. chore: typo

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0d4bf8b View commit details
    Browse the repository at this point in the history
  7. chore: added explanation of a variable in the header file

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    125d52e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    69188fb View commit details
    Browse the repository at this point in the history
  9. Merge commit 'beb7fb1' into feature/new_api

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    93b2949 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e3e7d98 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. chore: attempt to fix pep257

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f462c28 View commit details
    Browse the repository at this point in the history
  2. chore: fixing ci/cd and standalone installation due to changes in aut…

    …oware
    
    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c0f9ad5 View commit details
    Browse the repository at this point in the history
  3. chore: more pep stuff

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    715fee7 View commit details
    Browse the repository at this point in the history
  4. chore: fized pep

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a445808 View commit details
    Browse the repository at this point in the history
  5. chore: deleted redundant pass statements

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    20a5aa7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. chore: updated old name

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d33e95d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. chore: updated misleading names

    Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
    knzo25 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    45453cf View commit details
    Browse the repository at this point in the history