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 firmware parameter bridge #4

Merged
merged 39 commits into from
Nov 15, 2023
Merged

Add firmware parameter bridge #4

merged 39 commits into from
Nov 15, 2023

Commits on Aug 28, 2023

  1. added script for loading parameters to firmware node

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    81cef24 View commit details
    Browse the repository at this point in the history
  2. add the cript to CMakeLists.txt file

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e2aa772 View commit details
    Browse the repository at this point in the history
  3. remove redundant imports from calibrate_imu script

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f0727cd View commit details
    Browse the repository at this point in the history
  4. add config file with parameters for firmware node

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    876269f View commit details
    Browse the repository at this point in the history
  5. add firmware_parameter_bridge to bringup launch file

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9620905 View commit details
    Browse the repository at this point in the history
  6. add more message logs

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e5814af View commit details
    Browse the repository at this point in the history
  7. change service type to SetParameters

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7ebad31 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. working bridge prototype

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    709ea98 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. removed redundant loging

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    feabf3e View commit details
    Browse the repository at this point in the history
  2. sending params at startup

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    bd46fb9 View commit details
    Browse the repository at this point in the history
  3. add launch file argument for override params file

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    079ca19 View commit details
    Browse the repository at this point in the history
  4. removed redundant params from yaml config

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    96221c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. formated code

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    bd122f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. adding additional service to parm_bridge

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ec89978 View commit details
    Browse the repository at this point in the history
  2. fix wrong method call

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e0a1baa View commit details
    Browse the repository at this point in the history
  3. add typehints

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0e5a2e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. fix parameter server calling bug

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    561c04b View commit details
    Browse the repository at this point in the history
  2. change callback group init method

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    28dbc43 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. code reviev guidelines

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    343389b View commit details
    Browse the repository at this point in the history
  2. code format

    Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
    Bitterisland6 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    24f1122 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    a1f29c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c564616 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6e1728 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d56dd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee2bcf3 View commit details
    Browse the repository at this point in the history
  6. Remove redundant import

    bjsowa committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5ca71a4 View commit details
    Browse the repository at this point in the history
  7. Mark unused arguments

    bjsowa committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5a81bb1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f91fd41 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0990483 View commit details
    Browse the repository at this point in the history
  10. Another refactor

    bjsowa committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    2f31ace View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Update formatting

    bjsowa committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d2cdc6d View commit details
    Browse the repository at this point in the history
  2. Update firmware parameters

    bjsowa committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    446ceac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8edb43 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    714cc8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e10e815 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    230b288 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5981eb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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

Commits on Nov 15, 2023

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