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

Separate scan and pose update, non-scan dependent collision checking #105

Draft
wants to merge 8 commits into
base: v1.0.0
Choose a base branch
from

Commits on Dec 30, 2023

  1. initial impl, separated scan and pose update, used jax (numba doesn't…

    … work), slower than just using scan, fix example.
    hzheng40 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    5a05e67 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    2573dc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cbc6d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6710b71 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. match updated import

    hzheng40 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    ac733e9 View commit details
    Browse the repository at this point in the history
  2. bug fix

    hzheng40 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    447dfce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e12f458 View commit details
    Browse the repository at this point in the history
  4. bug fix

    hzheng40 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    1ec8209 View commit details
    Browse the repository at this point in the history