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

Initial Cartesian Planner implementation #22

Merged
merged 6 commits into from
Apr 20, 2024
Merged

Conversation

sea-bass
Copy link
Owner

This PR adds a Cartesian planning following this reference: https://www.diag.uniroma1.it/~deluca/rob1_en/14_TrajectoryPlanningCartesian.pdf

At the moment, it is only capable of linear and trapezoidal time scaling. Blending around corners is something I'd like to implement soon as well...

2024-04-19.14-06-36.mp4

Copy link

Coverage

Coverage Report
FileStmtsMissCoverMissing
pyroboplan
   __init__.py00100% 
pyroboplan/core
   __init__.py00100% 
   planning_context.py880%1, 4, 9, 13–15, 17–18
   utils.py79889%148–153, 155–156
pyroboplan/ik
   __init__.py00100% 
   differential_ik.py921484%127–128, 137–138, 162, 168, 174, 177, 205, 208, 216–217, 222, 228
   nullspace_components.py16160%3, 6, 22, 25, 45–46, 48–54, 57, 75–76
pyroboplan/models
   __init__.py00100% 
   panda.py410100% 
   utils.py40100% 
pyroboplan/planning
   __init__.py00100% 
   cartesian_planner.py92594%115, 139, 143–144, 207
   graph.py400100% 
   rrt.py1652584%116–117, 119–120, 136–137, 145, 305, 350–355, 359–360, 364–366, 369–370, 378–379, 382–383
   utils.py60100% 
pyroboplan/trajectory
   __init__.py00100% 
   polynomial.py1261885%127, 129–130, 132–134, 136–137, 140–143, 146, 151, 156, 165, 192, 261
   trapezoidal_velocity.py1491689%313, 315–319, 321–322, 325–328, 331, 336, 341, 350
pyroboplan/visualization
   __init__.py00100% 
   meshcat_utils.py181138%40–41, 43, 45, 57, 81–82, 109–111, 113
TOTAL83612185% 

Tests Skipped Failures Errors Time
60 0 💤 0 ❌ 0 🔥 15.447s ⏱️

@sea-bass sea-bass merged commit 34531c0 into main Apr 20, 2024
3 checks passed
@sea-bass sea-bass deleted the cartesian-planner branch April 20, 2024 12:01
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