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

Tested latest merge from upstream/ros2 in the simulator #1

Merged
merged 29 commits into from
Mar 26, 2024

Commits on May 5, 2022

  1. Changelogs

    ayrton04 committed May 5, 2022
    Configuration menu
    Copy the full SHA
    0debf4d View commit details
    Browse the repository at this point in the history
  2. 3.4.0

    ayrton04 committed May 5, 2022
    Configuration menu
    Copy the full SHA
    19d43f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Adding issue templates

    ayrton04 committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    bae0003 View commit details
    Browse the repository at this point in the history
  2. Update issue templates

    ayrton04 committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    a9cb023 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

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

Commits on Apr 14, 2023

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

Commits on Apr 17, 2023

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

Commits on May 24, 2023

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

Commits on Nov 5, 2023

  1. Utm using geographiclib humble branch (cra-ros-pkg#834)

    * Add single test for navsat_conversions
    
    * Add a southern point to the navsat_transform test
    
    * LLtoUTM using GeographicLib
    
    * Use GeographicLib for UTMtoLL conversions
    
    * Linting
    
    * Forgot include
    
    * Fix compilation
    
    * Calculate gamma because it's a function output and was supplied before
    
    * Also test for gamma conversion
    
    * Align naming and install
    Timple committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    37f8e62 View commit details
    Browse the repository at this point in the history
  2. Utm using geographiclib ros2 branch (cra-ros-pkg#833)

    * Add single test for navsat_conversions
    
    * Add a southern point to the navsat_transform test
    
    * LLtoUTM using GeographicLib
    
    * Use GeographicLib for UTMtoLL conversions
    
    * Linting
    
    * Forgot include
    
    * Fix compilation
    
    * Calculate gamma because it's a function output and was supplied before
    
    * Also test for gamma conversion
    
    * Align naming and install
    Timple committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    d0ad5c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    804729e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Wait for odometry message before setting manual datum so that the bas…

    …e and world frame names can be set. (cra-ros-pkg#835)
    
    * wait for odom msg before setting manual datum
    tgreier committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    39a8dd8 View commit details
    Browse the repository at this point in the history
  2. Wait for odometry message before setting manual datum so that the bas…

    …e and world frame names can be set. (cra-ros-pkg#836)
    
    * wait for odom msg before setting manual datum
    tgreier committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    97328a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. fix header timestamp (cra-ros-pkg#852)

    Co-authored-by: Luke Chang <luke@boxfish.nz>
    changx03 and lukec-boxfish committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ac9c5f1 View commit details
    Browse the repository at this point in the history
  2. fix header timestamp (cra-ros-pkg#852)

    Co-authored-by: Luke Chang <luke@boxfish.nz>
    2 people authored and ayrton04 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    faeac2b View commit details
    Browse the repository at this point in the history
  3. Changelogs

    ayrton04 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    85f1708 View commit details
    Browse the repository at this point in the history
  4. 3.5.2

    ayrton04 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d1d8781 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72f9e93 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    1909ef1 View commit details
    Browse the repository at this point in the history
  2. Feature/set utm service (cra-ros-pkg#856)

    * Forward port Fix/set utm map frame change
    
    ---------
    
    Signed-off-by: Tim Clephas <tim.clephas@nobleo.nl>
    Timple committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    75a26bf View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. simplified calculation

    HaoguangYang committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e599552 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    643c25c View commit details
    Browse the repository at this point in the history
  3. simplified calculation

    HaoguangYang committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f46f106 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Update issue templates

    ayrton04 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5140f97 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

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

Commits on Mar 12, 2024

  1. Fix throttle duration (cra-ros-pkg#866)

    * Fix throttle duration
    Timple committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    73e902b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Update ukf.yaml to match ekf.yaml (cra-ros-pkg#867)

    Add missing *_pose_use_child_frame parameter.
    thandal committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    1cb9533 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    734eeb7 View commit details
    Browse the repository at this point in the history
  2. updated file formatting

    HaoguangYang committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    538106b View commit details
    Browse the repository at this point in the history