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(pose_initilizer): support gnss/imu pose estimator #2904

Merged
merged 24 commits into from
Mar 2, 2023
Merged

feat(pose_initilizer): support gnss/imu pose estimator #2904

merged 24 commits into from
Mar 2, 2023

Commits on Feb 21, 2023

  1. Support GNSS/IMU pose estimator

    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    74401ed View commit details
    Browse the repository at this point in the history
  2. style(pre-commit): autofix

    Signed-off-by: Ryohei Sasaki <[email protected]>
    pre-commit-ci[bot] authored and rsasaki0109 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    fb7f2cf View commit details
    Browse the repository at this point in the history
  3. Revert gnss/imu support

    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    8203d50 View commit details
    Browse the repository at this point in the history
  4. Support GNSS/IMU pose estimator

    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    1a4b2e0 View commit details
    Browse the repository at this point in the history
  5. style(pre-commit): autofix

    Signed-off-by: Ryohei Sasaki <[email protected]>
    pre-commit-ci[bot] authored and rsasaki0109 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    ea4f95e View commit details
    Browse the repository at this point in the history
  6. Separate EKF and NDT trigger modules

    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    06fbc30 View commit details
    Browse the repository at this point in the history
  7. Integrate activate and deactivate into sendRequest

    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    b87dce9 View commit details
    Browse the repository at this point in the history
  8. style(pre-commit): autofix

    Signed-off-by: Ryohei Sasaki <[email protected]>
    pre-commit-ci[bot] authored and rsasaki0109 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    06db5c8 View commit details
    Browse the repository at this point in the history
  9. Change sendRequest function arguments

    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    87c140f View commit details
    Browse the repository at this point in the history
  10. style(pre-commit): autofix

    Signed-off-by: Ryohei Sasaki <[email protected]>
    pre-commit-ci[bot] authored and rsasaki0109 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    212786a View commit details
    Browse the repository at this point in the history
  11. Remove unused conditional branches

    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    621bf79 View commit details
    Browse the repository at this point in the history
  12. Fix command name

    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    b56f6fd View commit details
    Browse the repository at this point in the history
  13. Change to snake_case

    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    d41037b View commit details
    Browse the repository at this point in the history
  14. Fix typos

    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    aa6f1a2 View commit details
    Browse the repository at this point in the history
  15. Update localization/pose_initializer/src/pose_initializer/ekf_localiz…

    …ation_trigger_module.cpp
    
    Co-authored-by: Takagi, Isamu <[email protected]>
    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 and isamu-takagi committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    acafda5 View commit details
    Browse the repository at this point in the history
  16. Update localization/pose_initializer/src/pose_initializer/ndt_localiz…

    …ation_trigger_module.cpp
    
    Co-authored-by: Takagi, Isamu <[email protected]>
    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 and isamu-takagi committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    79b59eb View commit details
    Browse the repository at this point in the history
  17. Update copyright year

    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    7aaade6 View commit details
    Browse the repository at this point in the history
  18. Set the copyright year of ekf_localization_module to 2022

    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    e7b32fd View commit details
    Browse the repository at this point in the history
  19. Delete unnecessary conditional branches

    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    6a98d46 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Add ekf_enabled parameter

    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    580d150 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Resolving Conflicts

    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    cff3351 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aebf2b View commit details
    Browse the repository at this point in the history
  3. Add #include <string>

    Signed-off-by: Ryohei Sasaki <[email protected]>
    rsasaki0109 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    3d4e2e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e8dd16 View commit details
    Browse the repository at this point in the history