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

Matrix index out of bounds when using convex decomposition 2d #190

Open
hakolao opened this issue Apr 23, 2024 · 0 comments
Open

Matrix index out of bounds when using convex decomposition 2d #190

hakolao opened this issue Apr 23, 2024 · 0 comments

Comments

@hakolao
Copy link
Contributor

hakolao commented Apr 23, 2024

Pretty sure this should not happen

thread '<unnamed>' panicked at .cargo\git\checkouts\parry-cfbedab32ac7a479\255a02f\crates\parry2d\../../src\query\clip\clip_aabb_line.rs:141:19:
Matrix index out of bounds.
stack backtrace:
   0: std::panicking::begin_panic<ref$<str$> >
             at /rustc/1cec373f65eb76e8e4b4d1847213cf3ec6c292b6\library\std\src\panicking.rs:686
   1: nalgebra::base::ops::impl$3::index_mut
             at .cargo\registry\src\index.crates.io-6f17d22bba15001f\nalgebra-0.32.5\src\base\ops.rs:66
   2: nalgebra::base::ops::impl$2::index_mut
             at .cargo\registry\src\index.crates.io-6f17d22bba15001f\nalgebra-0.32.5\src\base\ops.rs:58
   3: parry2d::query::clip::clip_aabb_line::clip_aabb_line
             at .cargo\git\checkouts\parry-cfbedab32ac7a479\255a02f\src\query\clip\clip_aabb_line.rs:141
   4: parry2d::transformation::voxelization::voxel_set::VoxelSet::compute_exact_convex_hull
             at .cargo\git\checkouts\parry-cfbedab32ac7a479\255a02f\src\transformation\voxelization\voxel_set.rs:200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant