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

Add GPU skinning and update multi-return modes #353

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Aug 20, 2024

  1. Add GPU skinning in RGL (#345)

    * Adjust Plugin to new RGL version
    
    * Make skinned models readable
    
    * Add new API calls
    
    * Perform skinning in RGL
    
    * Optimize calculating the pose by caching it for objects that share the same skeleton
    
    * Cleanup & docs
    
    * Update RGL binaries
    
    * Remove unused package import
    
    * Review fixes
    
    * Update RGL binary for Linux
    msz-rai committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a1d173f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Aug 28, 2024

  1. Add multi-return for snow simulation (#348)

    * Make updates to multi-return and snow simulation.
    
    * Remove not used include.
    
    * Update LiDAR prefabs to new multi-return.
    
    * Add updated RGL binary.
    
    * Fix RGL binary.
    
    * Change default setting of LiDAR divergence.
    
    * Update documentation on multi-return.
    
    * Make changes based on review.
    
    * Update RGL binaries (#351)
    
    * Update RGL Linux binary
    
    * Update RGL Windows binary
    
    ---------
    
    Signed-off-by: Paweł Liberadzki <pawel.liberadzki@robotec.ai>
    Co-authored-by: Mateusz Szczygielski <112629916+msz-rai@users.noreply.github.com>
    PawelLiberadzki and msz-rai committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fb338da View commit details
    Browse the repository at this point in the history
  2. Add test for multi-return modes.

    Signed-off-by: Paweł Liberadzki <pawel.liberadzki@robotec.ai>
    PawelLiberadzki committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8b45742 View commit details
    Browse the repository at this point in the history