-
Notifications
You must be signed in to change notification settings - Fork 987
Adds optional callback on item planned to CommandListManager #3597
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
base: master
Are you sure you want to change the base?
Adds optional callback on item planned to CommandListManager #3597
Conversation
rhaschke
left a comment
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've left the action feedback part of #3596 out of this PR as I can't remember the process for coordinating the workflows with changes to msgs packages.
You can temporarily link to your moveit_msgs version in upstream.rosinstall. The corresponding commit should be removed after merging moveit_msgs and before merging this PR.
...pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/command_list_manager.h
Outdated
Show resolved
Hide resolved
...pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/command_list_manager.h
Show resolved
Hide resolved
|
@rhaschke Ready for re-review when you get time |
rhaschke
left a comment
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 suggest integrating the actual action feedback in this PR as well. This clarifies the need for the API extension.
| #include <string> | ||
|
|
||
| #include <boost/optional.hpp> | ||
| #include <boost/function.hpp> |
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.
This is not needed anymore, is it?
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.
Done 👍
Can do, although I'm quite busy at work at the moment so might be a bit longer until I can pick up the rest. Might also be nice to merge the stuff we can without having this PR waiting on the msgs PR (sounds like it might be a while before the workflows run for that one)? |
|
I'm fine to wait for the final implementation. The message merge is pending anyway. |
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3597 +/- ##
==========================================
- Coverage 47.15% 47.14% -0.00%
==========================================
Files 603 603
Lines 58999 59221 +222
Branches 6969 7005 +36
==========================================
+ Hits 27814 27916 +102
- Misses 30773 30887 +114
- Partials 412 418 +6 ☔ View full report in Codecov by Sentry. |
Description
Checklist