-
Notifications
You must be signed in to change notification settings - Fork 66
Sdf collisions general case #555
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
Open
jvonmuralt
wants to merge
46
commits into
google-deepmind:main
Choose a base branch
from
jvonmuralt:sdf_collisions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
e9ec58e
first version
jvonmuralt 6280fe5
tmp
jvonmuralt 099a4ab
fix
jvonmuralt 0cf2d87
fix
jvonmuralt 45dfa8b
fix torus
jvonmuralt 0a4cd28
fix
jvonmuralt 09d420c
add plane implementation
jvonmuralt af003dc
fix sdf plugin registration
jvonmuralt d796e61
cleanup
jvonmuralt ff35b6b
fix direction
jvonmuralt 80ec0ec
pass oct aabb
jvonmuralt f1c8a73
revert pass oct aabb
jvonmuralt 0333ff5
tmp
jvonmuralt 0a37b09
Revert "tmp"
jvonmuralt 1672f27
Revert "revert pass oct aabb"
jvonmuralt b29a8db
add projection
jvonmuralt 2e7addc
add test
jvonmuralt a5a5888
Merge remote-tracking branch 'upstream/main' into sdf_collisions
jvonmuralt 5beaedf
format
jvonmuralt ab5d742
cleanup
jvonmuralt 39a5caa
cleanup
jvonmuralt ef47385
kernel cleanup
jvonmuralt cd8250b
use warp world to index conversion
jvonmuralt b828d9c
kernel param fix
jvonmuralt f6422af
kernel write
jvonmuralt 002e8be
fix
jvonmuralt 671b134
minor
jvonmuralt 83632c2
minor
jvonmuralt 201e51f
fix some tests
jvonmuralt 6cc6b4f
return fd grad
jvonmuralt 121c203
remove file
jvonmuralt c8dfc6d
move cow, rename, fix description
jvonmuralt e032943
sensor
jvonmuralt 36473f4
minor refactor
jvonmuralt bc682d5
add test
jvonmuralt d8d1c38
sensor
jvonmuralt 0799ec0
sensor
jvonmuralt 61cbb5f
Revert "sensor"
jvonmuralt 3a38c86
refactor
jvonmuralt 624c2bd
Revert "move cow, rename, fix description"
jvonmuralt 1a74c97
fix
jvonmuralt 13ad081
kernel analyzer
jvonmuralt a3df407
kernel analyzer 2
jvonmuralt 48e0b41
minor
jvonmuralt a529100
reorder
jvonmuralt 13254ec
call mujoco_octree_to_warp_volume earlier
jvonmuralt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!