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

Urdf import, export and workcell editor fixes #177

Merged
merged 142 commits into from
Jan 23, 2024
Merged

Urdf import, export and workcell editor fixes #177

merged 142 commits into from
Jan 23, 2024

Commits on Jul 27, 2023

  1. First try at workcell to URDF

    Signed-off-by: Audrow Nash <audrow@intrinsic.ai>
    audrow committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    116c451 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Add visual to urdf export

    Signed-off-by: Audrow Nash <audrow@intrinsic.ai>
    audrow committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    bb09860 View commit details
    Browse the repository at this point in the history
  2. Add collision

    Signed-off-by: Audrow Nash <audrow@intrinsic.ai>
    audrow committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ccb7915 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57e9592 View commit details
    Browse the repository at this point in the history
  4. Move convert Workcell to URDF int to_urdf

    Signed-off-by: Audrow Nash <audrow@intrinsic.ai>
    audrow committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    dfbf3d3 View commit details
    Browse the repository at this point in the history
  5. Don't panic on unknown pose type

    Signed-off-by: Audrow Nash <audrow@intrinsic.ai>
    audrow committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5e376ea View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Apply easy suggestions

    Signed-off-by: Audrow Nash <audrow@intrinsic.ai>
    audrow committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c8ef823 View commit details
    Browse the repository at this point in the history
  2. Make pose simpler

    Signed-off-by: Audrow Nash <audrow@intrinsic.ai>
    audrow committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    77883bd View commit details
    Browse the repository at this point in the history
  3. Use hashmap + remove unnecessary clones

    Signed-off-by: Audrow Nash <audrow@intrinsic.ai>
    audrow committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    41e04ff View commit details
    Browse the repository at this point in the history
  4. Make saving approach consistent

    Signed-off-by: Audrow Nash <audrow@intrinsic.ai>
    audrow committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    cba2ebc View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Make visual child of world frame

    Signed-off-by: Audrow Nash <audrow@intrinsic.ai>
    audrow committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6c5999c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abce8ec View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Remove workaround for upstream issue, minor cleanup

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9b7391c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    328e12d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. First draft of urdf import

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e021bbf View commit details
    Browse the repository at this point in the history
  2. Fix scale

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    021d8ec View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Remove last spurious clone

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8ab7273 View commit details
    Browse the repository at this point in the history
  2. Change urdf import to return a Result

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    bac76fd View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into luca/urdf_import

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6cf8fe0 View commit details
    Browse the repository at this point in the history
  4. Add builder for joint entities

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    dd975c1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into luca/urdf_import

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    20dfccc View commit details
    Browse the repository at this point in the history
  6. Merge branch 'audrow/urdf-export' into luca/urdf_import

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8ff3c40 View commit details
    Browse the repository at this point in the history
  7. Add skeleton of joint export and unit test

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4c94cdc View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. WIP add omre unit tests

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    efe851a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. WIP Widget to create joint between frames

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    483051a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into luca/urdf_import

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    391b17d View commit details
    Browse the repository at this point in the history
  3. WIP Adding inspect joint type

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ba17a1a View commit details
    Browse the repository at this point in the history
  4. Add saving of joint and inertial data

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2c31863 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Finish unit test for urdf round trip

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5e2f1f2 View commit details
    Browse the repository at this point in the history
  2. Fix regression in model selectability

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4e5b0a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Remove rapier, since it's currently unused

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ae03855 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into luca/urdf_import

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    67990a3 View commit details
    Browse the repository at this point in the history
  3. Usability improvements and corner cases

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f419f33 View commit details
    Browse the repository at this point in the history
  4. Add cleanup for orphaned joints

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d33b375 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Change keybinding for urdf export

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4dc3e54 View commit details
    Browse the repository at this point in the history
  2. Use overwrite_set for state transition

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    dce2235 View commit details
    Browse the repository at this point in the history
  3. Fix selectability for mesh primitives

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8b1c34d View commit details
    Browse the repository at this point in the history
  4. Remove automatic joint creation when exporting urdf

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    33e62c4 View commit details
    Browse the repository at this point in the history
  5. Improve mesh primitive inspector, fixed missing exported primitives

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e1d9cdd View commit details
    Browse the repository at this point in the history
  6. Make mesh primitive inspector read only

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    25c74fe View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Migrate all add_children except site loading ones

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3f563a0 View commit details
    Browse the repository at this point in the history
  2. Refactor site load to remove add_children

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b662c41 View commit details
    Browse the repository at this point in the history
  3. Style

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    9c93a33 View commit details
    Browse the repository at this point in the history
  4. Style

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1fec468 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into luca/urdf_import

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a57b19f View commit details
    Browse the repository at this point in the history
  6. Change to set_parent when simpler

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    dea6af9 View commit details
    Browse the repository at this point in the history
  7. Bump bevy dependencies

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1fa4a60 View commit details
    Browse the repository at this point in the history
  8. Add event derive

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    9b12049 View commit details
    Browse the repository at this point in the history
  9. State derive and default implementation

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    807b1da View commit details
    Browse the repository at this point in the history
  10. Remove now unnecessary 's lifetimes

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    2b0a115 View commit details
    Browse the repository at this point in the history
  11. Migrate visibility component to enum

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    fe66b4a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. First stab at schedule migration

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    02291dd View commit details
    Browse the repository at this point in the history
  2. Migrate EguiContext

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3b33e62 View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7496a38 View commit details
    Browse the repository at this point in the history
  4. ChangeTrackers -> Ref

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    35561ef View commit details
    Browse the repository at this point in the history
  5. Remaining SiteUpdateLabel migration

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    94dc154 View commit details
    Browse the repository at this point in the history
  6. First windows as entity migration

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    cc624cf View commit details
    Browse the repository at this point in the history
  7. Derive TypePath for new asset types

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5284b48 View commit details
    Browse the repository at this point in the history
  8. Fix visibility hidden variant

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b6b6548 View commit details
    Browse the repository at this point in the history
  9. Iron out more errors in visibility

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    67777bf View commit details
    Browse the repository at this point in the history
  10. Migrate State -> NextState

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4fdc267 View commit details
    Browse the repository at this point in the history
  11. Keycode migration

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    998b644 View commit details
    Browse the repository at this point in the history
  12. Minor additional fixes

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a06a82e View commit details
    Browse the repository at this point in the history
  13. Fix remaining "trivial" issues, remove Label and Constraint

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    354f83e View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'origin/main' into luca/bevy_0.11

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f39a5fd View commit details
    Browse the repository at this point in the history
  15. Merge remote-tracking branch 'origin/main' into luca/urdf_import

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3203473 View commit details
    Browse the repository at this point in the history
  16. Fix demo workcell

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9ce87a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Rename MeshPrimitive -> PrimitiveShape

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b57b53f View commit details
    Browse the repository at this point in the history
  2. Change mesh filename to an AssetSource

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    bff8258 View commit details
    Browse the repository at this point in the history
  3. origin -> center for inertials

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    aa70ca6 View commit details
    Browse the repository at this point in the history
  4. Inertia -> Moment

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9405bdc View commit details
    Browse the repository at this point in the history
  5. Inertial -> Inertia

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    422a610 View commit details
    Browse the repository at this point in the history
  6. Unify joint axis / type / limit into JointProperties

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    53357a6 View commit details
    Browse the repository at this point in the history
  7. Fix broken reference when spawning models

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    769d485 View commit details
    Browse the repository at this point in the history
  8. Last renames for shape primitive

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7ae3ad6 View commit details
    Browse the repository at this point in the history
  9. Use trashcan for previews to fix panics

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8109080 View commit details
    Browse the repository at this point in the history
  10. VERY TENTATIVE Picking migration, tuple size splitting

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5106453 View commit details
    Browse the repository at this point in the history
  11. Fix last compile errors

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    4668b9e View commit details
    Browse the repository at this point in the history
  12. Style

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b858e0e View commit details
    Browse the repository at this point in the history
  13. First version up and running

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    2433e18 View commit details
    Browse the repository at this point in the history
  14. Restore mesh materials

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    672203a View commit details
    Browse the repository at this point in the history
  15. Screen space coordinate inversion

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a4cc047 View commit details
    Browse the repository at this point in the history
  16. Fix web build

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0d9c594 View commit details
    Browse the repository at this point in the history
  17. Clear more deprecation warnings

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6260eb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Fix remaining web issues

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    429ba1a View commit details
    Browse the repository at this point in the history
  2. WIP Use manual raycast for picking

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f5d277c View commit details
    Browse the repository at this point in the history
  3. Remove bevy_mod_picking

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c3a4595 View commit details
    Browse the repository at this point in the history
  4. Iron out picking issues

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ca2eb28 View commit details
    Browse the repository at this point in the history
  5. Fix stage for AssignOrphans systems

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    216c1a7 View commit details
    Browse the repository at this point in the history
  6. Fix issue in measurement serde / display

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    34e0300 View commit details
    Browse the repository at this point in the history
  7. Add support for pnm files

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e517652 View commit details
    Browse the repository at this point in the history
  8. Fix CI

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    987f356 View commit details
    Browse the repository at this point in the history
  9. Fix interaction systems stage

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9ee896f View commit details
    Browse the repository at this point in the history
  10. Fix assign_drawing_parent_to_new_measurements

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9b7816c View commit details
    Browse the repository at this point in the history
  11. Fix panic when deleting entities

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2e215ba View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Fix web panics and window size

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    35a26d3 View commit details
    Browse the repository at this point in the history
  2. Add note about georeference module

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    da71957 View commit details
    Browse the repository at this point in the history
  3. Move keyboard to Last stage to avoid double delete panic

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    74ffc6d View commit details
    Browse the repository at this point in the history
  4. Fix anchor visibility

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    aff96bf View commit details
    Browse the repository at this point in the history
  5. Cleanup, remove SiteState

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    26c4a36 View commit details
    Browse the repository at this point in the history
  6. Address TODO for systemparam limit workaround

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4c1bf8e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Hotfix for wrong model parenthood in site editor mode

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    41a552a View commit details
    Browse the repository at this point in the history
  2. Fix fmt

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    449cfbf View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Change workcell name to NameOfWorkcell component

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c5af2df View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Fix mesh constraint behavior when moving models

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1acd268 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Fix missing rotation update in anchor transforms

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    fe9851e View commit details
    Browse the repository at this point in the history
  2. Add model parent reassignment capability

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    62bf2d9 View commit details
    Browse the repository at this point in the history
  3. WIP remove constraint dependent

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e9e6a8d View commit details
    Browse the repository at this point in the history
  4. Cleanup select_anchor

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a0c2f11 View commit details
    Browse the repository at this point in the history
  5. WIP Keep global transform in parent reassignment

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8e61d9a View commit details
    Browse the repository at this point in the history
  6. Restore name in workcell for frames

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    dc0b201 View commit details
    Browse the repository at this point in the history
  7. Create a base link for new workcell models

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c51bebb View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    f3572d2 View commit details
    Browse the repository at this point in the history
  2. Switch to Reinhard tonemapping

    Signed-off-by: Michael X. Grey <grey@openrobotics.org>
    mxgrey committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    fed859c View commit details
    Browse the repository at this point in the history
  3. Update lockfile

    Signed-off-by: Michael X. Grey <grey@openrobotics.org>
    mxgrey committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    7121724 View commit details
    Browse the repository at this point in the history
  4. Use previous default material roughness

    Signed-off-by: Michael X. Grey <grey@openrobotics.org>
    mxgrey committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    84536ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6612422 View commit details
    Browse the repository at this point in the history
  6. Fix colors

    Signed-off-by: Michael X. Grey <grey@openrobotics.org>
    mxgrey committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    d0f0320 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge branch 'main' into luca/urdf_import

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    36cc3f6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into luca/bevy_0.11

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d018dca View commit details
    Browse the repository at this point in the history
  3. Add wireframe to primitive shapes

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    805288a View commit details
    Browse the repository at this point in the history
  4. Allow snapping frames to primitive shapes

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    50757d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Fix cylinder top and bottom locations

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    663370c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Merge branch 'luca/bevy_0.11' into luca/urdf_import

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    ef0b692 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into luca/urdf_import

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    63e3c95 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Remove unused code

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    51ca6ee View commit details
    Browse the repository at this point in the history
  2. Update bevy_mod_raycast and fix picking hierarchy

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    090d750 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Undo irrelevant change

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4667803 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Add package:// sdf files support

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2680725 View commit details
    Browse the repository at this point in the history
  2. Remove duplicated dependencies

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a7dc02d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Export package instead of URDF (#187)

    Signed-off-by: Audrow Nash <audrow@intrinsic.ai>
    audrow authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    4b0b3b6 View commit details
    Browse the repository at this point in the history
  2. Fix directory issue and package parsing, minor cleanup

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    02b6548 View commit details
    Browse the repository at this point in the history
  3. General cleanup

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    deab473 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Fix saving of primitive shapes

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4c3bf08 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Merge branch 'main' into luca/urdf_import

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    4af2c4d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into luca/urdf_import

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    811232e View commit details
    Browse the repository at this point in the history
  3. Add menu item for urdf export

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    564839a View commit details
    Browse the repository at this point in the history
  4. Fix render layer propagation for primitive shapes

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    411042d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Create a default for joint names

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    9da7259 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Scale down workcell anchors

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    84d7bf1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into luca/urdf_import

    Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
    luca-della-vedova committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    ffe7fbf View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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