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

[J-Turtle] Fix uninitialized values in NavSatFix and add missing NavSatStatus UNKNOWN #220

Merged
merged 4 commits into from
Apr 2, 2024

Commits on Apr 4, 2023

  1. Fix unitialized values in NavSatFix and add missing UNKNOWN

    * Fixes ros2#196
    
    Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
    Ryanf55 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    cf35230 View commit details
    Browse the repository at this point in the history
  2. Fix default initialization instead of constants

    * Don't over declare ones that are already unknown-initialized
    
    Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
    Ryanf55 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e8b50ab View commit details
    Browse the repository at this point in the history
  3. Define SERVICE_UNKNOWN

    Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
    Ryanf55 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    af94745 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Update sensor_msgs/msg/NavSatStatus.msg

    Co-authored-by: Martin Pecka <peci1@seznam.cz>
    Signed-off-by: Tully Foote <tully.foote@gmail.com>
    tfoote and peci1 authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    48b0080 View commit details
    Browse the repository at this point in the history