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

--[DO NOT MERGE] : HSSD SIRo AO Scene Work scripts #2338

Draft
wants to merge 159 commits into
base: main
Choose a base branch
from

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    1e77874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32fc619 View commit details
    Browse the repository at this point in the history
  3. add jittered sampling

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1b62fa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    820072e View commit details
    Browse the repository at this point in the history
  5. add check and solution for invalid raycasts (hits outside bounding sh…

    …ape) and some QoL features for viewer
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2e62aa6 View commit details
    Browse the repository at this point in the history
  6. don't use navmesh in object viewer

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    93ef8e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a59dfa View commit details
    Browse the repository at this point in the history
  8. add debug peek images for ground truth and proxy shapes. Add specifie…

    …d output directory. Import Habitat-lab features.
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    df61c68 View commit details
    Browse the repository at this point in the history
  9. refactor to better modularize debug image capture suring proxy phase.…

    … Validate proxy bounding box is similar to ground truth. Prepare for Recetpacle sampling TODO.
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e1b0be2 View commit details
    Browse the repository at this point in the history
  10. receptacle sampling and caching

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2fbcb93 View commit details
    Browse the repository at this point in the history
  11. magenta/alpha clear color for better object contrast. Add Receptacle …

    …debug image draw.
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ea4e165 View commit details
    Browse the repository at this point in the history
  12. Added: receptacle access metrics v1, receptacle density sampling, hem…

    …isphere raycasting, debug draw improvements.
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2a82a24 View commit details
    Browse the repository at this point in the history
  13. debug visualization of receptacle access metrics and receptacle verti…

    …cal offset option
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1c25396 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f1e009f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1fb3cbe View commit details
    Browse the repository at this point in the history
  16. bugfix shape id tracking. VHACD collision shape optimization for sele…

    …ct subset of objects
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5dabf57 View commit details
    Browse the repository at this point in the history
  17. receptacle stability analysis

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c456710 View commit details
    Browse the repository at this point in the history
  18. initial physics metric tests

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c4ae110 View commit details
    Browse the repository at this point in the history
  19. add receptacle debug_draw in viewer. Limit processed objects to those…

    … found in a single scene. Re-organize receptacle metrics caching.
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    585269a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d86da23 View commit details
    Browse the repository at this point in the history
  21. minor settle test fix

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1ab696a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    18d0750 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    899b2bc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    77dd58b View commit details
    Browse the repository at this point in the history
  25. re-align API with habitat-lab mesh_data changes. Add object re-orient…

    …ation feature (note: does not correctly re-orient receptacles yet)
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f82137b View commit details
    Browse the repository at this point in the history
  26. enable running per-scene evaluations

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4f1a5ef View commit details
    Browse the repository at this point in the history
  27. use CollisionProxyOptimizer in viewer tool and remove outdated evalua…

    …te_collision_shape func. output_dir is now optional
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d1124e2 View commit details
    Browse the repository at this point in the history
  28. separate obj_viewer and (scene)viewer. Add scene viewer features to v…

    …isualize receptacles and collision objects.
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4942997 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    16d4edf View commit details
    Browse the repository at this point in the history
  30. add CPO use in viewer to discplay rec metrics and filter. Add termina…

    …l attr setting.
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5289880 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d1c2ae7 View commit details
    Browse the repository at this point in the history
  32. minor fixes and cleanup for obj_viewer

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    55b737f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    bdfddf2 View commit details
    Browse the repository at this point in the history
  34. viewer.py changes supporting receptacle filtering and loading/saving …

    …filter metadata json.
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    dcd44aa View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e7e867c View commit details
    Browse the repository at this point in the history
  36. polish UI and add CLI

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4458b53 View commit details
    Browse the repository at this point in the history
  37. save coacd output for each shape_id for later copy instead of additio…

    …nal recomputation
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5a1c1fd View commit details
    Browse the repository at this point in the history
  38. fix coverge of debug image flag

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2fb86d0 View commit details
    Browse the repository at this point in the history
  39. exclude objects with CLI

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    bfc7d46 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    3bf6cd5 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    33c4714 View commit details
    Browse the repository at this point in the history
  42. add a file annotating object ids which cause caocd trouble to use as …

    …a general exclusion set
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    917a335 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    ec6584c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    3b1fa06 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    4fe9a11 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    4238e48 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d15897d View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    def3dc4 View commit details
    Browse the repository at this point in the history
  49. refactor viewer for faster rec drawing and collision optimization for…

    … optional coacd import
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    97fabc1 View commit details
    Browse the repository at this point in the history
  50. remove VHACD integration

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    499c507 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    fc43799 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    b542211 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    daa6f72 View commit details
    Browse the repository at this point in the history
  54. minor useability fixes for spot_viewer

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cca2596 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    f0e8a79 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    a73edab View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    6fbec1a View commit details
    Browse the repository at this point in the history
  58. obj_viewer compares can with cylinder

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    11fe157 View commit details
    Browse the repository at this point in the history
  59. UI improvements for viewer app

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a49eec3 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    da9a72e View commit details
    Browse the repository at this point in the history
  61. add ssd removal script for post-processing scene_instance.json files …

    …after exporting them from spot_viewer
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c285e26 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    b07e6ab View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    b379083 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    664c545 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    3e9f76f View commit details
    Browse the repository at this point in the history
  66. minor utility updates for GUI

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e1a74bf View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    9597e72 View commit details
    Browse the repository at this point in the history
  68. update message

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ad1b423 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    53794b9 View commit details
    Browse the repository at this point in the history
  70. add automated outdoor object removal

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f8ebc1e View commit details
    Browse the repository at this point in the history
  71. minor updates

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    571c983 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    1d927ba View commit details
    Browse the repository at this point in the history
  73. snap to largest island in viewer app

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    18c8c12 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    7570a2c View commit details
    Browse the repository at this point in the history
  75. object getter util

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    008707b View commit details
    Browse the repository at this point in the history
  76. fixes for aos

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    62bbc97 View commit details
    Browse the repository at this point in the history
  77. enable AO receptacle selection

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    545d73e View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    6fe2570 View commit details
    Browse the repository at this point in the history
  79. rebase apps on habitat-lab main

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d94da56 View commit details
    Browse the repository at this point in the history
  80. missed in merge

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f7f21ea View commit details
    Browse the repository at this point in the history
  81. --missed stuff in rebase

    jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a6edc00 View commit details
    Browse the repository at this point in the history
  82. --rebase issue

    jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    35f3173 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    9935ec5 View commit details
    Browse the repository at this point in the history
  84. --fix for embedded paths

    jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7bb6400 View commit details
    Browse the repository at this point in the history
  85. --add command line to not build navmesh

    For free-look-like behavior
    jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    983a4c2 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    0f52d1c View commit details
    Browse the repository at this point in the history
  87. turn off debug vis flags

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    702e5f5 View commit details
    Browse the repository at this point in the history
  88. fix bugs introduced by flaker :(

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f9c6744 View commit details
    Browse the repository at this point in the history
  89. refactor to correct for rest pose and corrdinate change in prismatic …

    …joint axis also
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    fbd1998 View commit details
    Browse the repository at this point in the history
  90. export urdf with armature name

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cb93e12 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    5cb05b9 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    9610cef View commit details
    Browse the repository at this point in the history
  93. exporting receptacle meshes

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    42e7dca View commit details
    Browse the repository at this point in the history
  94. add batched converter script

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    63ead64 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    a488673 View commit details
    Browse the repository at this point in the history
  96. add support for collision spheres

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ca90919 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    12ead8d View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    c20a4e4 View commit details
    Browse the repository at this point in the history
  99. first draft of scene-level script to replace rigid objects with artic…

    …ulated objects
    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    592fbe2 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    3593ad6 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    2f64fa5 View commit details
    Browse the repository at this point in the history
  102. bugfixes

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d0eccde View commit details
    Browse the repository at this point in the history
  103. bugfix

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f864708 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    baa0a09 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    d6a300e View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    49f916e View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    676a201 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    a70b18c View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    1f91c87 View commit details
    Browse the repository at this point in the history
  110. better error message

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5c8e09e View commit details
    Browse the repository at this point in the history
  111. try z up

    aclegg3 authored and jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4e34b16 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    ab0ff01 View commit details
    Browse the repository at this point in the history
  113. --remove erroneous ArticulatedObject's local initializationAttributes_

    Should use the PhysicsObjectBase variable - this one was masking the desired variable.
    jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0d6b972 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    8987eca View commit details
    Browse the repository at this point in the history
  115. --add ability to just see kitchen regions

    Also fix remaking region colors when tabbing to new scene. NOTE : Receptacle setup still does not support scene tabbing.
    jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0459569 View commit details
    Browse the repository at this point in the history
  116. --reorganize ctor code to collect per-scene init code

    This is to eventually support scene tabbing. Still need to modfiy the CSA/CPO shape generation to be per scene (and to not rebuild sim multiple times).
    jturner65 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5dc4cc6 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    74c6522 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    a9d62da View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    5329840 View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    f39b059 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. --update spot viewer

    have new fix for shadowy text; use appropriate flags
    jturner65 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    63f3661 View commit details
    Browse the repository at this point in the history
  2. --allow casting/obj selecttion through scene ceiling/roof

    Sets first non-stage object as selected unless there is none; treats as stage hit otherwise
    jturner65 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    131fc46 View commit details
    Browse the repository at this point in the history
  3. --clean up viewer some

    jturner65 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8917f49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    359091c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bef1160 View commit details
    Browse the repository at this point in the history
  6. bugfix

    aclegg3 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    737c060 View commit details
    Browse the repository at this point in the history
  7. -- Only exit if shift is pressed when pressing i

    Helps being able to write the scene instance without leaving the scene, to iteratively  address issues in a scene.
    jturner65 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    446edd3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c038e33 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    58b006e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b5148c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. --expand edit capabilities to provide 3 axis rotation

    --Toggle edit mode (displayed in viewer) using G : [move, rotate]
    --Cycle through edit amount (displayed in viewer) using B :
            translation : [0.01, 0.02, 0.05, 0.1, 0.5] m
            rotation : [1.0, 15.0, 45.0, 60.0, 90.0] degrees
    -- still use arrow keys (+alt) to edit selected object, but they have slightly different effects (listed in help)
    jturner65 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    a7152f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    559aac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8cd0bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    068982b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    678a932 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5cee01 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    d6bb457 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86274ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d24fa0d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    aeaf155 View commit details
    Browse the repository at this point in the history
  2. --temp mechanism to save scene instance and exit.

    just uncomment
    jturner65 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b9c0504 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    0bce732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96fe216 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. --add undo function : Return current selected obj to orig state

    From when first selected
    jturner65 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e48ec67 View commit details
    Browse the repository at this point in the history
  2. add AO import to spot_viewer with 'v'. Add ao category sorting and vi…

    …sualization to check_siro_aos.py
    aclegg3 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    583b14d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2df7771 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

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

Commits on Apr 3, 2024

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

Commits on Apr 5, 2024

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

Commits on Apr 8, 2024

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

Commits on Apr 12, 2024

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

Commits on Apr 19, 2024

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

Commits on Apr 22, 2024

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

Commits on Apr 23, 2024

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

Commits on Apr 26, 2024

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

Commits on May 6, 2024

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

Commits on May 7, 2024

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