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

Ros2cli diagnostics #301

Draft
wants to merge 25 commits into
base: ros2
Choose a base branch
from
Draft

Ros2cli diagnostics #301

wants to merge 25 commits into from

Commits on Apr 22, 2023

  1. ros2diagnostics cli init

    robo committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    0262e0b View commit details
    Browse the repository at this point in the history
  2. rename hello to diagnostics

    robo committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    f177bed View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. add option with string

    csv --output
    robo committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    c2a4669 View commit details
    Browse the repository at this point in the history
  2. arg parse examples

    robo committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    6c7269a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. add csv verb

    robo committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    871095d View commit details
    Browse the repository at this point in the history
  2. version 0.0.1

    robo committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    e9f6803 View commit details
    Browse the repository at this point in the history
  3. Update ros2diagnostics_cli/package.xml

    Co-authored-by: Christian Henkel <6976069+ct2034@users.noreply.github.com>
    robobe and ct2034 authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c4fd102 View commit details
    Browse the repository at this point in the history
  4. clean test and scripts file

    robo committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c4175a7 View commit details
    Browse the repository at this point in the history
  5. add copyright

    robo committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    2b13ff7 View commit details
    Browse the repository at this point in the history
  6. fix: support python 3.8 remove match

    robo committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8124d08 View commit details
    Browse the repository at this point in the history
  7. format and run linters

    robo committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    064d3f3 View commit details
    Browse the repository at this point in the history
  8. fix: suport python 3.8

    remove math case
    remove some of pylint warnings
    robo committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c4c08f0 View commit details
    Browse the repository at this point in the history
  9. fix flake8 errors

    robo committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d57f8c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. init tutorials

    robo committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    deba6b3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

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

Commits on May 3, 2023

  1. fix: extract node name

    todo: add regex for extract node name from diagnostic name
    robo committed May 3, 2023
    Configuration menu
    Copy the full SHA
    98b78aa View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    feacb0d View commit details
    Browse the repository at this point in the history
  2. fix: extract node name

    todo: add regex for extract node name from diagnostic name
    robo committed May 4, 2023
    Configuration menu
    Copy the full SHA
    c77d4e4 View commit details
    Browse the repository at this point in the history
  3. set version and license

    robo committed May 4, 2023
    Configuration menu
    Copy the full SHA
    ddfba3b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'ros2cli_diagnostics' of dia:robobe/diagnostics into ros…

    …2cli_diagnostics
    robo committed May 4, 2023
    Configuration menu
    Copy the full SHA
    e44dbbf View commit details
    Browse the repository at this point in the history
  5. remove diagnostic_tutorial from PR

    robo committed May 4, 2023
    Configuration menu
    Copy the full SHA
    82cc52b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    64de761 View commit details
    Browse the repository at this point in the history
  2. gh tests for the new package

    Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
    ct2034 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b8ce45d View commit details
    Browse the repository at this point in the history
  3. fixing flake8 errors

    Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
    ct2034 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    e6a8956 View commit details
    Browse the repository at this point in the history
  4. fixing pep257 errors

    Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
    ct2034 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    c5bf964 View commit details
    Browse the repository at this point in the history