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

fixup! Reset joint values in scene diff for execution (#498) #504

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

rhaschke
Copy link
Contributor

@rhaschke rhaschke commented Nov 8, 2023

Address #353 (comment).

Copy link

codecov bot commented Nov 8, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (81a5a6b) 42.41% compared to head (9d1a00d) 42.42%.

Additional details and impacted files
@@            Coverage Diff             @@
##             ros2     #504      +/-   ##
==========================================
+ Coverage   42.41%   42.42%   +0.01%     
==========================================
  Files          83       83              
  Lines        8046     8045       -1     
==========================================
  Hits         3412     3412              
+ Misses       4634     4633       -1     
Files Coverage Δ
core/src/task.cpp 65.05% <ø> (+0.94%) ⬆️
core/src/storage.cpp 48.47% <0.00%> (-0.60%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mechwiz
Copy link
Contributor

mechwiz commented Nov 8, 2023

Thanks @rhaschke!

@rhaschke rhaschke merged commit 2f06438 into ros2 Nov 9, 2023
9 checks passed
@rhaschke rhaschke deleted the fix-#498 branch November 9, 2023 10:28
rhaschke added a commit that referenced this pull request Mar 7, 2024
Joints are handled in trajectories.
Scene diffs should not modify joints during execution.
Fixes #353.
rhaschke added a commit to ubi-agni/moveit_task_constructor that referenced this pull request Mar 8, 2024
Joints are handled in trajectories.
Scene diffs should not modify joints during execution.
Fixes moveit#353.

Alternative to moveit#504. The previous solution, to always clear the joint states
during message generation, broke the visualization in rviz.
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.

3 participants