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

Optionally check for collisions in Differential IK #15

Merged
merged 4 commits into from
Apr 4, 2024

Conversation

sea-bass
Copy link
Owner

@sea-bass sea-bass commented Apr 4, 2024

This checks for collision after an IK try is complete and the solution is within joint limits.

Future work may involve adding a nullspace task to actually push the solves away from collision using a contact Jacobian.

Copy link

github-actions bot commented Apr 4, 2024

Coverage

Coverage Report
FileStmtsMissCoverMissing
pyroboplan
   __init__.py00100% 
pyroboplan/core
   __init__.py00100% 
   planning_scene.py550%1, 3, 7–9
   utils.py47882%128–133, 135–136
pyroboplan/ik
   __init__.py00100% 
   differential_ik.py921682%127–128, 137–138, 162, 166–168, 174, 177, 205, 208, 216–217, 222, 228
   nullspace_components.py16160%3, 6, 22, 25, 45–46, 48–54, 57, 75–76
pyroboplan/planning
   __init__.py00100% 
   graph.py33330%1, 3, 6, 9, 22–25, 28, 31, 44–46, 49, 52, 56–57, 59, 68, 70, 81–84, 86, 100–101, 103–107, 109
   rrt.py91910%3–4, 6, 13, 15–16, 19, 22–23, 25–26, 28–29, 31–32, 35, 44, 55–56, 58–59, 61, 74–78, 80–81, 84–89, 92, 95, 98–101, 103, 105–107, 110–111, 113–114, 117–120, 123–124, 126, 129, 132–134, 137, 140, 143–146, 149–155, 157–159, 161, 163, 190–195, 199–200, 204–206, 209–210
   utils.py660%3, 6, 26–29
pyroboplan/visualization
   __init__.py00100% 
   meshcat_utils.py181138%40–41, 43, 45, 57, 81–82, 109–111, 113
TOTAL30818639% 

Tests Skipped Failures Errors Time
13 0 💤 0 ❌ 0 🔥 6.871s ⏱️

@sea-bass sea-bass merged commit 191f847 into main Apr 4, 2024
3 checks passed
@sea-bass sea-bass deleted the collisions-in-ik branch April 4, 2024 21:06
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

Successfully merging this pull request may close these issues.

1 participant