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

Add polynomial trajectory generation #19

Merged
merged 5 commits into from
Apr 13, 2024
Merged

Add polynomial trajectory generation #19

merged 5 commits into from
Apr 13, 2024

Conversation

sea-bass
Copy link
Owner

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

This PR adds cubic and quintic polynomial trajectory generation.

image

Copy link

github-actions bot commented Apr 13, 2024

Coverage

Coverage Report
FileStmtsMissCoverMissing
pyroboplan
   __init__.py00100% 
pyroboplan/core
   __init__.py00100% 
   planning_scene.py550%1, 3, 7–9
   utils.py52884%148–153, 155–156
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/models
   __init__.py00100% 
   panda.py400100% 
   utils.py40100% 
pyroboplan/planning
   __init__.py00100% 
   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.py1231587%124, 126–127, 129–130, 133–136, 139, 144, 149, 158, 185, 254
   trapezoidal_velocity.py1461391%311, 313–315, 317, 320–323, 326, 331, 336, 345
pyroboplan/visualization
   __init__.py00100% 
   meshcat_utils.py181138%40–41, 43, 45, 57, 81–82, 109–111, 113
TOTAL70710984% 

Tests Skipped Failures Errors Time
50 0 💤 0 ❌ 0 🔥 13.124s ⏱️

@sea-bass sea-bass marked this pull request as ready for review April 13, 2024 09:43
@sea-bass sea-bass changed the title Add polynomial trajectories Add polynomial trajectory generation Apr 13, 2024
@sea-bass sea-bass merged commit 30eca61 into main Apr 13, 2024
4 of 5 checks passed
@sea-bass sea-bass deleted the polynomial-traj branch April 13, 2024 09:45
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