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

--[TEMP DO NOT MERGE] Hssd ao utilities jt #2379

Draft
wants to merge 329 commits into
base: main
Choose a base branch
from
Draft
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 20, 2024

  1. 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
  2. --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
  3. --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
  4. Configuration menu
    Copy the full SHA
    9935ec5 View commit details
    Browse the repository at this point in the history
  5. --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
  6. --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
  7. Configuration menu
    Copy the full SHA
    0f52d1c View commit details
    Browse the repository at this point in the history
  8. 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
  9. 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
  10. 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
  11. 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
  12. Configuration menu
    Copy the full SHA
    5cb05b9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9610cef View commit details
    Browse the repository at this point in the history
  14. 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
  15. 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
  16. Configuration menu
    Copy the full SHA
    a488673 View commit details
    Browse the repository at this point in the history
  17. 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
  18. Configuration menu
    Copy the full SHA
    12ead8d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c20a4e4 View commit details
    Browse the repository at this point in the history
  20. 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
  21. Configuration menu
    Copy the full SHA
    3593ad6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2f64fa5 View commit details
    Browse the repository at this point in the history
  23. 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
  24. 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
  25. Configuration menu
    Copy the full SHA
    baa0a09 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d6a300e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    49f916e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    676a201 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a70b18c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1f91c87 View commit details
    Browse the repository at this point in the history
  31. 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
  32. 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
  33. Configuration menu
    Copy the full SHA
    ab0ff01 View commit details
    Browse the repository at this point in the history
  34. --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
  35. Configuration menu
    Copy the full SHA
    8987eca View commit details
    Browse the repository at this point in the history
  36. --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
  37. --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
  38. Configuration menu
    Copy the full SHA
    74c6522 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a9d62da View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    5329840 View commit details
    Browse the repository at this point in the history
  41. 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. --add markersets alias class

    Intended to provide convenience access to markersets hierarchy
    jturner65 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d573c48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09789b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3480838 View commit details
    Browse the repository at this point in the history
  4. --clang-tidy

    jturner65 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ee811b1 View commit details
    Browse the repository at this point in the history
  5. --add function to rekey Configuration values.

    This function will replace the original keys for all the values in a configuration (regardless of type) with sequential numeric strings preserving the natural ordering of the original set of keys
    jturner65 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    188885b View commit details
    Browse the repository at this point in the history
  6. --increase array key limit to 1000 elements from 100

    The constructed key for array values is formatted  with a fixed-width leading-zero numeric string so that it will always sort properly.
    jturner65 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4eb9e41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    edd872e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6f60d9 View commit details
    Browse the repository at this point in the history
  9. --cleanup

    jturner65 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b1d0cc6 View commit details
    Browse the repository at this point in the history
  10. -- clang-tidy

    jturner65 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    cf99b77 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    702ec10 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    92fe289 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    74c5c8c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. --clarify rekeying

    jturner65 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    761da98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75df840 View commit details
    Browse the repository at this point in the history
  3. --need to hide ArticulatedLink getScale (inherited from RigidBase)

    This is not currently available for an ArticulatedLink and as it is it would break if ever attempted.
    jturner65 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c376d90 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    9089ebb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e48e2bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a23736 View commit details
    Browse the repository at this point in the history
  4. --missing ref

    jturner65 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6e9eeb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85d2009 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e0dc85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10db06c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c96b063 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a3700b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fabc61c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    705f420 View commit details
    Browse the repository at this point in the history
  12. --change bindings name

    jturner65 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2e25c76 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8483837 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    ed188b6 View commit details
    Browse the repository at this point in the history
  2. --add more existence checks

    jturner65 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    59b410d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ac0a9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a991ec View commit details
    Browse the repository at this point in the history
  5. --marker adding, removal, display works!

    Now just have to enable saving
    jturner65 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8241b27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9103241 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68d0ce1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62a8281 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    62c8370 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca947a1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b25a3dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    699bb78 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9b76720 View commit details
    Browse the repository at this point in the history
  14. --handle colors better

    jturner65 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c065fe0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    10f6526 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3a84d9a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    08edc82 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    472aaca View commit details
    Browse the repository at this point in the history
  2. --save obj init attributes unmodified by object creation process

    As an object is created, attributes values are changed in the original object template by values in the scene<Object/AO>Instance attributes. These should not be written to the underlying attributes' source file.
    jturner65 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5697d93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1bcfc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed6c705 View commit details
    Browse the repository at this point in the history
  5. --Reviewer suggestions

    jturner65 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    da4d795 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c1f224 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f679ff4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4f0701 View commit details
    Browse the repository at this point in the history
  9. --reviewer suggestion

    jturner65 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    534cf2d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    49123f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9439b3e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    6a7e00d View commit details
    Browse the repository at this point in the history
  2. --cleanup functions; add task_set name selector;

    Enable eventually being able to move the functions to a utility
    jturner65 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    26d1254 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. --provide mechanism for correcting improper marker load locations due…

    … to inappropriate COM correction.
    
    Due to a quirk with how object attributes are read and saved, and how a specified COM vector vs an unspecified COM vector in the configuration json is treated by the engine when determining the object origin location, points that were saved with the original configs (which had no COM specified and so therefore relied on rigid object COMs being determined based on bbox center) would be saved in configs that would get a 0,0,0 COM saved as well, inappropriately. Upon subsequent load, this 0,0,0 would be used to determine the object's origin, instead of the bbox COM that was used initially, and the marker points would be displaced from where they belonged. This PR enables the reversal of this displacement.
    
    PR#2382 will correct the inappropriate save of COM location, and a subsequent PR will include the internal bindings to the uncorrected COM location that are added to this commit as well.
    jturner65 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b26e0ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c612c31 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. refactor check_siro_scenes.py

    aclegg3 authored and jturner65 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    67bbd0b View commit details
    Browse the repository at this point in the history
  2. --remove early exit

    jturner65 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    be322dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a743440 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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

Commits on May 9, 2024

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

Commits on May 13, 2024

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

Commits on May 21, 2024

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

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    20f6a4d View commit details
    Browse the repository at this point in the history
  2. --python header

    jturner65 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    da82548 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    10d4297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ccd142 View commit details
    Browse the repository at this point in the history
  3. --add object editor to utils; remove specific editing code from spot_…

    …viewer
    
    spot_viewer can still edit, using the editor object
    jturner65 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c9aeb4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05eb3a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8195fbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71a10a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d7ba23 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. --SpotAgent convenience class

    Facilitate adding a spot agent to a viewer
    jturner65 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a49f2e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    730bfc3 View commit details
    Browse the repository at this point in the history
  2. --uniformity

    jturner65 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    cca7ab3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c148380 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. --enable spot to disengage and re-engage the navmesh (i.e. like no_clip)

    Turning no_clip on disengages the navmesh. Turning noclip off looks for the closest point on the largest island, than the closest point on any part of the navmesh first, and if one is found, then it snaps to it, otherwise it stays in noclip mode, gives a message to get closer to the navmesh.
    jturner65 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    44fb4ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbdaed0 View commit details
    Browse the repository at this point in the history
  3. --fix snapping to height.

    Hacky
    jturner65 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f30882e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. --cleanup

    jturner65 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a352dac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1e598a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. --fixes

    jturner65 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    cacf75d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce9eca0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac741a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d1eea6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    18a2ba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    503a2a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    bed1ba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    303b441 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6139210 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c91e5d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae1c612 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3feee9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    581b645 View commit details
    Browse the repository at this point in the history
  8. --undoing a merged-in error

    jturner65 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6121e22 View commit details
    Browse the repository at this point in the history
  9. --minor

    jturner65 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6218f17 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cb9d573 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. --add contact and region display to spot viewer

    Also move region/semantic display utility to sim_utils for eventual expansion to other semantic debug displays
    jturner65 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    be7a8d1 View commit details
    Browse the repository at this point in the history
  2. --minor

    jturner65 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    885c829 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 20, 2024

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

Commits on Jun 25, 2024

  1. --fix adding new objects

    places them either in front of spot if new or above selected object if duplicate.
    jturner65 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8db031c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0f0a5d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    33a18be View commit details
    Browse the repository at this point in the history
  2. --support multi-select/multi-edit; migrate more lab funcs to sim_util…

    …s.py
    
    --make "removal" only move objects off scene and set them in a deletion queue
    --enable step-by-step undo of edits for selected objects, including "removals" (before scene is saved)
    --delete removed objects from scene before saving.
    jturner65 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    734d004 View commit details
    Browse the repository at this point in the history
  3. --get rid of sutils in viewer.py and spot_viewer.py (migrate all the …

    …funcs)
    
    Viewer also modified to work with new obj_editor.sel_objs construct. The receptacle stuff probably should only be used for single selected object, so multi-select is not enabled in viewer.py currently
    jturner65 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c1526fb View commit details
    Browse the repository at this point in the history
  4. --moving the wrong object

    jturner65 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    955e81b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db00942 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    f05c707 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9844956 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7edb24 View commit details
    Browse the repository at this point in the history
  4. --remove unnecessary bbox computation function

    This was compensating for a sim bug that PR #2420 addresses.
    jturner65 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2e5761c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

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

Commits on Jul 3, 2024

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

Commits on Jul 8, 2024

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

Commits on Jul 15, 2024

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

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    fb96783 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cb4bf1 View commit details
    Browse the repository at this point in the history
  3. --add marker_viewer

    jturner65 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    b856314 View commit details
    Browse the repository at this point in the history
  4. --improve casting process

    jturner65 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    2d3b6d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e518ea View commit details
    Browse the repository at this point in the history
  6. --minor reorg

    This branch's viewer.py still needs work regarding receptacle handling to be compatible with the new object selection process.
    jturner65 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    860b181 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50369fd View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. --update marker_viewer.py

    jturner65 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7b06608 View commit details
    Browse the repository at this point in the history
  2. --add listing file of all urdfs

    has urdf name and whether annotated or not
    jturner65 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e4011ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfff836 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cadc01 View commit details
    Browse the repository at this point in the history
  5. --update marker_viewer

    jturner65 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3015be3 View commit details
    Browse the repository at this point in the history
  6. --handle articulated objects and rigid objects with the same name

    apparently this is a thing.  ffs.
    jturner65 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4407a4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ccec0b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    6163b6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    033d59b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    6337031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4e9f0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    048fdc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb2667d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8d9548 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8abea60 View commit details
    Browse the repository at this point in the history
  7. --force save object toggle.

    jturner65 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7e90488 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9780f1e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. --revert markerset subconfig removals; Don't write empty configs to file

    Removing the markerset subconfigs when they were empty caused memory corruption in certain rare cases, so this is change is being reverted; Instead, a subconfig with no values in its entire subconfig tree (instead of just in its own primary map) will not be written to JSON.
    jturner65 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a51da46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7e79cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd7c880 View commit details
    Browse the repository at this point in the history
  4. --make sure object exists before accessing

    Should never happen
    jturner65 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    4ca6855 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59f3d68 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    9c40da4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58e83e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d279723 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    a70d641 View commit details
    Browse the repository at this point in the history
  2. --enable redo/undelete

    jturner65 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    871a1fe View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. --clang-tidy complaints

    jturner65 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7766349 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. --better undo/redo capabilities (add 'dirty' flag)

    Only save scene if actually different than last save.
    jturner65 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1ad03de View commit details
    Browse the repository at this point in the history
  2. --match rotation

    jturner65 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5114caf View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    7c05de6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03c55f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dc2050 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec903e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

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

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    eabaa6d View commit details
    Browse the repository at this point in the history
  2. --verify objects are selected before attempting to match their dims

    Also repair matching rotation
    jturner65 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    886fa51 View commit details
    Browse the repository at this point in the history
  3. --properly set matching orientation

    Need to go through the _move_one_object function to appropriately handle undo
    jturner65 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    27c9e2a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

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

Commits on Aug 29, 2024

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

Commits on Aug 30, 2024

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