-
Notifications
You must be signed in to change notification settings - Fork 580
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
Simplify scene update that does not include new robot_state #3206
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume you verified that this simplification still fixes your original issue.
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #3206 +/- ##
==========================================
- Coverage 45.64% 45.64% -0.00%
==========================================
Files 714 714
Lines 62286 62284 -2
Branches 7530 7529 -1
==========================================
- Hits 28426 28424 -2
+ Misses 33694 33693 -1
- Partials 166 167 +1 ☔ View full report in Codecov by Sentry. |
Yes I verified that this does fix my issue. FYI I do see small differences between the diff |
I guess those are some randomly picked joint values? |
Let's wait for moveit/moveit#3683 before merging this. |
moveit_ros/planning/planning_scene_monitor/src/planning_scene_monitor.cpp
Outdated
Show resolved
Hide resolved
That is showing values for joint_1 of my robot when |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think your commit invalidated the other approving reviews. Here's another!
moveit_ros/planning/planning_scene_monitor/src/planning_scene_monitor.cpp
Show resolved
Hide resolved
* Simplify scene update that does not include new robot_state * Further simplify condition --------- Co-authored-by: Robert Haschke <rhaschke@users.noreply.github.com> (cherry picked from commit 75286c7)
* Simplify scene update that does not include new robot_state * Further simplify condition --------- Co-authored-by: Robert Haschke <rhaschke@users.noreply.github.com> (cherry picked from commit 75286c7)
Description
Updates changes applied in #3187 to match the back port to MoveIt1.