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

Improve Cartesian interpolation #1547

Merged
merged 4 commits into from
Oct 28, 2022

Conversation

rhaschke
Copy link
Contributor

@rhaschke rhaschke commented Sep 2, 2022

Port from Noetic of moveit/moveit#3197.
Prepares addressing moveit/moveit_task_constructor#359 (see moveit/moveit_task_constructor#380 as well.)

- Fixup doc comments
- Add API providing the translation vector = direction * distance
- Simplify implementation
This allows performing a circular motion about a non-link origin.
@codecov
Copy link

codecov bot commented Sep 2, 2022

Codecov Report

Base: 51.10% // Head: 51.09% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (37267f5) compared to base (af7bd63).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1547      +/-   ##
==========================================
- Coverage   51.10%   51.09%   -0.00%     
==========================================
  Files         380      380              
  Lines       31802    31806       +4     
==========================================
  Hits        16249    16249              
- Misses      15553    15557       +4     
Impacted Files Coverage Δ
...nclude/moveit/robot_state/cartesian_interpolator.h 50.00% <0.00%> (-7.89%) ⬇️
...it_core/robot_state/src/cartesian_interpolator.cpp 39.14% <0.00%> (-0.28%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@AndyZe AndyZe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good to me, just some documentation suggestions.

Co-authored-by: AndyZe <andyz@utexas.edu>
@swiz23
Copy link
Contributor

swiz23 commented Oct 19, 2022

Note that when I tried to pull this branch and do a clean build, I ran into a linker error caused by moveit_ros_robot_interaction. The MR at #1617 fixed the issue.

@henningkayser henningkayser merged commit 749c5ae into moveit:main Oct 28, 2022
@tylerjw tylerjw added the backport-humble Mergify label that triggers a PR backport to Humble label Oct 28, 2022
mergify bot pushed a commit that referenced this pull request Oct 28, 2022
* Generalize computeCartesianPath() to consider a link_offset
  which allows performing a circular motion about a non-link origin.
* Augment reference to argument global_reference_frame

Co-authored-by: AndyZe <andyz@utexas.edu>
(cherry picked from commit 749c5ae)
tylerjw pushed a commit that referenced this pull request Oct 28, 2022
* Generalize computeCartesianPath() to consider a link_offset
  which allows performing a circular motion about a non-link origin.
* Augment reference to argument global_reference_frame

Co-authored-by: AndyZe <andyz@utexas.edu>
(cherry picked from commit 749c5ae)

Co-authored-by: Robert Haschke <rhaschke@users.noreply.github.com>
@rhaschke rhaschke deleted the cartesian-interpolator branch November 3, 2022 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-humble Mergify label that triggers a PR backport to Humble
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants