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

Add simple bag player examples #1580

Closed
wants to merge 19 commits into from

Commits on Mar 6, 2024

  1. Add simple bag reader example

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b6b62a9 View commit details
    Browse the repository at this point in the history
  2. revert topic interface

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2ba6546 View commit details
    Browse the repository at this point in the history
  3. change topic name

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b2c9893 View commit details
    Browse the repository at this point in the history
  4. delete unnecessary dependency

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ed349be View commit details
    Browse the repository at this point in the history
  5. update simple_bag_player

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2a2b97b View commit details
    Browse the repository at this point in the history
  6. Revert "update simple_bag_player"

    This reverts commit 24f9565.
    
    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7f36044 View commit details
    Browse the repository at this point in the history
  7. rename reader

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    21876b5 View commit details
    Browse the repository at this point in the history
  8. add pytho simple bag player

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    67fe8fb View commit details
    Browse the repository at this point in the history
  9. get filename from arguments

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    cbac862 View commit details
    Browse the repository at this point in the history
  10. change msg type to std_msgs

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    76f6b4b View commit details
    Browse the repository at this point in the history
  11. update style after running tests

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6b276b1 View commit details
    Browse the repository at this point in the history
  12. reformatting

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c2e0716 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. add comment, rename node

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    6cfd645 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. divide examples into two cases: with and without deserialisation

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    1f53c6a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. fix test failure

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    77eb62a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. divide recoder example into two cases: with and without serialisation

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2ea7282 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Fix compile warning

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    0690d6a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Add a parameter

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e172f35 View commit details
    Browse the repository at this point in the history
  2. add a parameter in python examples

    Signed-off-by: Sangtaek Lee <sangteak601@gmail.com>
    sangteak601 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8282371 View commit details
    Browse the repository at this point in the history