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

Bugfix/parsing wrong vector yields segfault #1

Merged

Commits on May 31, 2022

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

Commits on Jul 12, 2022

  1. Diagnostic meesage requires a string instead of bytes (ros#233)

    Co-authored-by: sunfish <[email protected]>
    chrisflesher and sunfish authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    dbc73ff View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Fix diagnostics Updater constructor NodeHandle documentation (ros#234)

    Previously the documentation mistakenly stated the argument `h` was used for getting the `diagnostic_period` parameter. I fixed the documentation.
    Roboterbastler authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    d27f3ff View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Fix Python3 port of hd_monitor.py (ros#231)

    The data returned from a socket is `bytes`. So to properly deal with
    this data we'd have to concatenate as bytes and decode to string at the
    end.
    
    The old (wrong) way of concatenating results in some stray `'b'`
    characters showing up in the drive names.
    Rayman authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    4be469a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

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

Commits on Jan 5, 2023

  1. Merge remote-tracking branch 'tracked_repo/noetic-devel' into nobleo-…

    …noetic-devel
    Ferry Schoenmakers committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    cb25f04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d02da08 View commit details
    Browse the repository at this point in the history