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

Module generation cli #4434

Closed
wants to merge 155 commits into from
Closed

Module generation cli #4434

wants to merge 155 commits into from

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    ead8767 View commit details
    Browse the repository at this point in the history
  2. add viam gen info

    gloriacai01 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a5dd68d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Organize and templatize

    njooma committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ef9c815 View commit details
    Browse the repository at this point in the history
  2. Start on stub generation

    njooma committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    71a2e4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07431ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9feeee8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from njooma/module-generation-cli

    Module generation cli
    gloriacai01 authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    439202b View commit details
    Browse the repository at this point in the history
  6. Python stubs generator

    njooma committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0bcbe48 View commit details
    Browse the repository at this point in the history
  7. Add cloud build and git

    njooma committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6ac8f18 View commit details
    Browse the repository at this point in the history
  8. Fix manifest gen

    njooma committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    70bcb73 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Enable local only build

    njooma committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6d53d28 View commit details
    Browse the repository at this point in the history
  2. Python 3.10 support

    njooma committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6b56082 View commit details
    Browse the repository at this point in the history
  3. Delete module on fatal errors

    njooma committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    85da9cb View commit details
    Browse the repository at this point in the history
  4. add module generate tests

    gloriacai01 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    bccd9d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. merge in naveed changes

    gloriacai01 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ab1dcba View commit details
    Browse the repository at this point in the history
  2. add module generate to cli

    gloriacai01 authored and njooma committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    07c59ec View commit details
    Browse the repository at this point in the history
  3. Organize and templatize

    njooma committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    bad6e8d View commit details
    Browse the repository at this point in the history
  4. Start on stub generation

    njooma committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c2ca5ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4b9e51 View commit details
    Browse the repository at this point in the history
  6. Python stubs generator

    njooma committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6a8d679 View commit details
    Browse the repository at this point in the history
  7. Add cloud build and git

    njooma committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2d4be8c View commit details
    Browse the repository at this point in the history
  8. Fix manifest gen

    njooma committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a602749 View commit details
    Browse the repository at this point in the history
  9. Enable local only build

    njooma committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3d264fb View commit details
    Browse the repository at this point in the history
  10. Python 3.10 support

    njooma committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    018f5b7 View commit details
    Browse the repository at this point in the history
  11. Delete module on fatal errors

    njooma committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6a0e4eb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d78db11 View commit details
    Browse the repository at this point in the history
  13. Fix namespace not registering

    njooma committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a6a2756 View commit details
    Browse the repository at this point in the history
  14. More detailed details

    njooma committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ec52756 View commit details
    Browse the repository at this point in the history
  15. Improved error handling

    njooma committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9bf5ea1 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. tests

    gloriacai01 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8a3a939 View commit details
    Browse the repository at this point in the history
  2. Conflict resolution

    gloriacai01 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d334ea1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb6b381 View commit details
    Browse the repository at this point in the history
  4. tests with init git

    gloriacai01 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6c65239 View commit details
    Browse the repository at this point in the history
  5. Fix docstring in python stub

    njooma committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    bf6f55c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from njooma/module-generation-cli

    Fix docstring in python stub
    gloriacai01 authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7f0e7ff View commit details
    Browse the repository at this point in the history
  7. remove git init tests

    gloriacai01 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f2bc71c View commit details
    Browse the repository at this point in the history
  8. remove board option

    gloriacai01 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e79bee1 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'module-generation-cli' of github.com:gloriacai01/rdk in…

    …to module-generation-cli
    gloriacai01 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    bba9d23 View commit details
    Browse the repository at this point in the history
  10. remove darwin/arm64

    gloriacai01 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9bdf46f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    59fe6c8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c0c506e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    20f6dfb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b54201f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a315bb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. test on pr

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    87b8ec8 View commit details
    Browse the repository at this point in the history
  2. fix whitespace

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    aec0d3b View commit details
    Browse the repository at this point in the history
  3. fix whitespace again

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    57ebc93 View commit details
    Browse the repository at this point in the history
  4. erase python

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    82670ad View commit details
    Browse the repository at this point in the history
  5. check resource

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c91c451 View commit details
    Browse the repository at this point in the history
  6. print i say

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8f6e43a View commit details
    Browse the repository at this point in the history
  7. print please

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    428bb69 View commit details
    Browse the repository at this point in the history
  8. pretty please

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1a42557 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32f4eed View commit details
    Browse the repository at this point in the history
  10. look at directory

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ecb7dc5 View commit details
    Browse the repository at this point in the history
  11. fix

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d0fcc07 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ccd2b84 View commit details
    Browse the repository at this point in the history
  13. print workspace

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d62f1be View commit details
    Browse the repository at this point in the history
  14. print directories

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9b7559d View commit details
    Browse the repository at this point in the history
  15. find my module

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    15e8bb6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8142118 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    30c3a1c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    63947fb View commit details
    Browse the repository at this point in the history
  19. debug mode

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6358298 View commit details
    Browse the repository at this point in the history
  20. disable cloudbuild

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a92702e View commit details
    Browse the repository at this point in the history
  21. remove debug

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    40c2b54 View commit details
    Browse the repository at this point in the history
  22. Merge with upstream

    njooma committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2cc3711 View commit details
    Browse the repository at this point in the history
  23. put back debug

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    99dd3cf View commit details
    Browse the repository at this point in the history
  24. Remove git

    njooma committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fb3e0fa View commit details
    Browse the repository at this point in the history
  25. use go version file

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    980804d View commit details
    Browse the repository at this point in the history
  26. Merge pull request #6 from njooma/module-generation-cli

    Module generation cli
    gloriacai01 authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    023d624 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    35b92e5 View commit details
    Browse the repository at this point in the history
  28. try quotes

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bc8ae48 View commit details
    Browse the repository at this point in the history
  29. use version

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    454e45b View commit details
    Browse the repository at this point in the history
  30. update moduleImports

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    88ae990 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6e572f5 View commit details
    Browse the repository at this point in the history
  32. need debug

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2384cec View commit details
    Browse the repository at this point in the history
  33. use go mod file

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c8aac2d View commit details
    Browse the repository at this point in the history
  34. try sleeping

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8ec795e View commit details
    Browse the repository at this point in the history
  35. nope

    purplenicole730 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f70c686 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    e53a75c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf980b3 View commit details
    Browse the repository at this point in the history
  3. fix

    purplenicole730 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8d4dfb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b28397a View commit details
    Browse the repository at this point in the history
  5. fix typo

    purplenicole730 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    93fd897 View commit details
    Browse the repository at this point in the history
  6. import viam

    purplenicole730 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1a5ad63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2026292 View commit details
    Browse the repository at this point in the history
  8. fix

    purplenicole730 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b3e68b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    d7d53d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    999daf1 View commit details
    Browse the repository at this point in the history
  3. comment out print

    purplenicole730 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6ecd41b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b3bd9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b6e698 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b46a835 View commit details
    Browse the repository at this point in the history
  7. add annassigns

    purplenicole730 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ea09b67 View commit details
    Browse the repository at this point in the history
  8. do not test mlmodel

    purplenicole730 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8ccad10 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8880e52 View commit details
    Browse the repository at this point in the history
  10. do not test encoder

    purplenicole730 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    05cf80d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7e0d4bb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    992b39a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    f3aca22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20d0b64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ef0f14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8facb94 View commit details
    Browse the repository at this point in the history
  5. test slam

    purplenicole730 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e7f390e View commit details
    Browse the repository at this point in the history
  6. fix input

    purplenicole730 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    05c171d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f93cdb6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db0ed36 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44dada8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    66402a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    48ae8ad View commit details
    Browse the repository at this point in the history
  2. pr fixes

    purplenicole730 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    abcded3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eda5a2 View commit details
    Browse the repository at this point in the history
  4. test

    purplenicole730 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d54a6da View commit details
    Browse the repository at this point in the history
  5. spelling

    purplenicole730 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9fff00b View commit details
    Browse the repository at this point in the history
  6. please

    purplenicole730 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7c04e29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ffca73 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4bc4d1c View commit details
    Browse the repository at this point in the history
  9. remove board option

    purplenicole730 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    61ac17f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4 from purplenicole730/RSDK-8557-test-module-gene…

    …rator-output
    
    RSDK-8557: test module generator output
    purplenicole730 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6ff8ea8 View commit details
    Browse the repository at this point in the history
  11. lint

    gloriacai01 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d3fe9ad View commit details
    Browse the repository at this point in the history
  12. Merge branch 'module-generation-cli' of github.com:gloriacai01/rdk in…

    …to module-generation-cli
    gloriacai01 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    009ec1e View commit details
    Browse the repository at this point in the history
  13. more lint

    gloriacai01 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    003feb3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c161317 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    999ed3a View commit details
    Browse the repository at this point in the history
  16. Merge branch 'module-generation-cli' of github.com:gloriacai01/rdk in…

    …to module-generation-cli
    gloriacai01 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    43eec01 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fix http.get

    gloriacai01 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    75877c2 View commit details
    Browse the repository at this point in the history
  2. workflow on my branch:

    gloriacai01 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e9cfbde View commit details
    Browse the repository at this point in the history
  3. created branch

    gloriacai01 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    88c40d0 View commit details
    Browse the repository at this point in the history
  4. Get orgid or namespace

    njooma committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ecde93e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7 from njooma/module-generation-cli

    Get orgid or namespace
    gloriacai01 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fd8583c View commit details
    Browse the repository at this point in the history
  6. lowercase errors

    gloriacai01 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    821718a View commit details
    Browse the repository at this point in the history
  7. Merge branch 'module-generation-cli' of github.com:gloriacai01/rdk in…

    …to module-generation-cli
    gloriacai01 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    95bbd93 View commit details
    Browse the repository at this point in the history
  8. install venv

    gloriacai01 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8707f02 View commit details
    Browse the repository at this point in the history
  9. lint agian

    gloriacai01 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a9cd790 View commit details
    Browse the repository at this point in the history
  10. yes

    gloriacai01 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2ee7824 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. whats the error

    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8e92825 View commit details
    Browse the repository at this point in the history
  2. lint

    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b524d18 View commit details
    Browse the repository at this point in the history
  3. debug

    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    98627d5 View commit details
    Browse the repository at this point in the history
  4. ??

    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8aa3a62 View commit details
    Browse the repository at this point in the history
  5. ?

    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    64466e4 View commit details
    Browse the repository at this point in the history
  6. python3.11-venv

    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    daaccc3 View commit details
    Browse the repository at this point in the history
  7. what url

    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ee833af View commit details
    Browse the repository at this point in the history
  8. go32bit tests

    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2195562 View commit details
    Browse the repository at this point in the history
  9. apt install

    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    41d31f6 View commit details
    Browse the repository at this point in the history
  10. add sudo

    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    eee3b68 View commit details
    Browse the repository at this point in the history
  11. python3-venv

    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    54956fc View commit details
    Browse the repository at this point in the history
  12. add other tests back

    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bb6d894 View commit details
    Browse the repository at this point in the history
  13. remove print statements

    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    eec6bbd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    16bbdc3 View commit details
    Browse the repository at this point in the history
  15. my workflow

    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0e4e21a View commit details
    Browse the repository at this point in the history
  16. wait

    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c23d76e View commit details
    Browse the repository at this point in the history
  17. updates to setup.sh

    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    15972e7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7e100de View commit details
    Browse the repository at this point in the history
  19. add back stuff i removed

    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    84a4b49 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'module-generation-cli' of github.com:viamrobotics/rdk i…

    …nto module-generation-cli
    gloriacai01 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    952c09d View commit details
    Browse the repository at this point in the history