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

Adds APIs for spawning deformable meshes #613

Merged
merged 42 commits into from
Jul 13, 2024
Merged

Commits on Jul 1, 2024

  1. initial commit

    Mayankm96 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f3ec164 View commit details
    Browse the repository at this point in the history
  2. adds deformable schema

    Mayankm96 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    31e49cb View commit details
    Browse the repository at this point in the history
  3. adds material binding

    Mayankm96 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1718962 View commit details
    Browse the repository at this point in the history
  4. fixes to run code

    Mayankm96 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6422130 View commit details
    Browse the repository at this point in the history
  5. makes the example nicer

    Mayankm96 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    97bc8e6 View commit details
    Browse the repository at this point in the history
  6. fixes function usage

    Mayankm96 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4fca0a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. adds thorougher docstrings

    Mayankm96 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    490540a View commit details
    Browse the repository at this point in the history
  2. adds collider api

    Mayankm96 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    71e6bf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ab3822 View commit details
    Browse the repository at this point in the history
  4. random poisson

    Mayankm96 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2ac2e3b View commit details
    Browse the repository at this point in the history
  5. runs formatter

    Mayankm96 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3bd3225 View commit details
    Browse the repository at this point in the history
  6. fixes spawn prims docs

    Mayankm96 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3348dbd View commit details
    Browse the repository at this point in the history
  7. adds demo mention

    Mayankm96 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    85edb3b View commit details
    Browse the repository at this point in the history
  8. adds api docs

    Mayankm96 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a59c371 View commit details
    Browse the repository at this point in the history
  9. fix all code links

    Mayankm96 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cfb2ad4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67cc50e View commit details
    Browse the repository at this point in the history
  11. adds link to geom mesh

    Mayankm96 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    39f21c8 View commit details
    Browse the repository at this point in the history
  12. fixes docs

    Mayankm96 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9b2ebfa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9081117 View commit details
    Browse the repository at this point in the history
  14. fixes ordering of code

    Mayankm96 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    292f5b8 View commit details
    Browse the repository at this point in the history
  15. adds more docs for clarity

    Mayankm96 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7021172 View commit details
    Browse the repository at this point in the history
  16. adds some more docs

    Mayankm96 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b0062dc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c6a0a2f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    edd1594 View commit details
    Browse the repository at this point in the history
  19. fix instructions

    Mayankm96 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    dfae7b4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cf2d2d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. readds mass props

    Mayankm96 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    16fb522 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    26e3ef6 View commit details
    Browse the repository at this point in the history
  2. fix orbit references

    Mayankm96 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0c45449 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    80239d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d6d359 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    357d6c3 View commit details
    Browse the repository at this point in the history
  4. fixes todo link

    Mayankm96 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    7416247 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    346627d View commit details
    Browse the repository at this point in the history
  6. adds a check mesh script

    Mayankm96 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    75bd974 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    733d8e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Update source/extensions/omni.isaac.lab/omni/isaac/lab/sim/spawners/m…

    …eshes/meshes.py
    
    Signed-off-by: David Hoeller <[email protected]>
    Dhoeller19 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8d7ee08 View commit details
    Browse the repository at this point in the history
  2. Update source/extensions/omni.isaac.lab/omni/isaac/lab/sim/spawners/m…

    …eshes/meshes.py
    
    Signed-off-by: David Hoeller <[email protected]>
    Dhoeller19 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3fdf9b2 View commit details
    Browse the repository at this point in the history
  3. Update source/extensions/omni.isaac.lab/omni/isaac/lab/sim/spawners/m…

    …eshes/meshes.py
    
    Signed-off-by: David Hoeller <[email protected]>
    Dhoeller19 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    97b99cb View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    2063af9 View commit details
    Browse the repository at this point in the history
  2. updates changelog

    Mayankm96 committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    987b6c2 View commit details
    Browse the repository at this point in the history
  3. add danger notice

    Mayankm96 committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    93b25c3 View commit details
    Browse the repository at this point in the history