Replacing current backend with CUDA backend#9
Merged
saiccoumar merged 140 commits intomainfrom Apr 4, 2026
Merged
Conversation
* Add liblzfse dependency * Add comment --------- Co-authored-by: Brent Yi <yibrenth@gmail.com>
* make terms in actuated_indices unique * Simplify logic for combining jacobian along actuated indices * Add some comments * Remove sink joint * ruff * Add rest pose cost to bimanual example * benchmark: rerun IK benchmark with current PR * Add mimic scaling factor to analytical jacobian, and add mimic IK example * Update benchmark numbers --------- Co-authored-by: brentyi <yibrenth@gmail.com>
* Python 3.10 * Nits
…9#18) * Add hand + humanoid retargeting examples * Update readme + docs * fix import * Remove unzipped duplicate hand urdf
* Update arxiv pointers * Logo update * Add blurb for jaxls manifold optimization + jaxlie
* Generate docs * Add numerical jacobian example * Add manual jacobian docs * nits + ruff
* Add limitations section and JAX mention to README - Add limitations section covering soft constraints, JAX compilation overhead, and collision performance - Mention JAX in cross-platform support bullet point - Clarify nonlinear least-squares formulation and comparison gaps with specialized solvers 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Add limitations section to main documentation - Add limitations section to docs/source/index.rst matching README content - Add JAX mention to cross-platform support in documentation - Ensure consistency between README and documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Clarify collision performance limitations - Update collision performance bullet to mention "other robot toolkits" instead of "specialized collision-aware IK solvers" - Add explicit mention that PyRoki is likely slower for collision-heavy scenarios - Apply changes to both README and documentation for consistency 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Add current implementation limitations section - Add subsection for joint types, collision geometry, and kinematic structure limitations - Frame as current implementation gaps that could potentially be addressed in future versions - Apply consistent writing style with existing limitations section - Update both README and documentation for consistency 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * chains -> trees --------- Co-authored-by: Claude <noreply@anthropic.com>
* Faster retargeting examples * ruff * cleanup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.