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 trajectory generation and execution example script #20

Merged
merged 2 commits into from
Apr 13, 2024
Merged

Conversation

sea-bass
Copy link
Owner

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

This PR adds a script that uses the Panda model to generate, view, and execute a trajectory.

It has the option of using trapezoidal velocity or polynomial profiles.

Copy link

Coverage

Coverage Report
FileStmtsMissCoverMissing
pyroboplan
   __init__.py00100% 
pyroboplan/core
   __init__.py00100% 
   planning_scene.py550%1, 3, 7–9
   utils.py53884%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.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
TOTAL71411583% 

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

@sea-bass sea-bass merged commit a2c6ea5 into main Apr 13, 2024
3 checks passed
@sea-bass sea-bass deleted the traj-example branch April 13, 2024 11:33
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