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

Improve bridge command parser #1

Merged
merged 23 commits into from
Apr 12, 2023
Merged

Commits on Feb 3, 2023

  1. Refactor command parser to use vector of char*

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    041a53b View commit details
    Browse the repository at this point in the history
  2. Add argc argv splitter to dynamic bridge

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    82bdd30 View commit details
    Browse the repository at this point in the history
  3. Add argc argv splitter to paramter bridge

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5359817 View commit details
    Browse the repository at this point in the history
  4. Update github action

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    fd96bcf View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Fix parameter bridge argv split

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    40dd1b2 View commit details
    Browse the repository at this point in the history
  2. Remove static argv reading

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    883d777 View commit details
    Browse the repository at this point in the history
  3. Add command parser to parameter bridge

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    ce8b178 View commit details
    Browse the repository at this point in the history
  4. Fix compilation errors

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    2911f8f View commit details
    Browse the repository at this point in the history
  5. Fix compilation errors

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8650d49 View commit details
    Browse the repository at this point in the history
  6. Fix parameter bidge command parser

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    f5f39a1 View commit details
    Browse the repository at this point in the history
  7. Refactor to add command parser utils file

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b99c2a3 View commit details
    Browse the repository at this point in the history
  8. Add github action issue workaround

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    2e47d5e View commit details
    Browse the repository at this point in the history
  9. Ty to run github action inside container

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    7bcbb2d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Fix ROS2 args when no ROS1 args

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7d32936 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. ⏪ Revert changes on GitHub Action config

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    9a341f2 View commit details
    Browse the repository at this point in the history
  2. Change parameter bridge ROS init order

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    3b00615 View commit details
    Browse the repository at this point in the history
  3. Rename parser functions

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    38460e6 View commit details
    Browse the repository at this point in the history
  4. Add get_option_values function

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    1097b4f View commit details
    Browse the repository at this point in the history
  5. Fix wrong help for the parameter bridge

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    02e1d27 View commit details
    Browse the repository at this point in the history
  6. Fix get_option_values parser function

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    5804cdc View commit details
    Browse the repository at this point in the history
  7. Refactor bridges to use the get_option_values

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    d76cb81 View commit details
    Browse the repository at this point in the history
  8. Add running scetion to README

    Signed-off-by: LucasHaug <[email protected]>
    LucasHaug committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    daf83db View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

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