-
Notifications
You must be signed in to change notification settings - Fork 21
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
Restructuring error reporting in start_traj_mode and start_point_queue_mode #297
Conversation
@jimmy-mcelwain: could you perhaps describe your approach at a high-level? You write:
what did they not do correctly before these changes, and which changes (to control flow perhaps) address that specifically? |
What I wrote there doesn't describe what I changed since the last PR that I closed. I rebased on main and that comment sums up the purpose of this PR as a whole, not just the differences from the last PR. This approach changes I also significantly simplified the control flow of the program. Previously, there were several calls to |
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.
testing worked well. Conflicts resolved using web editor
…e accurate. This commit is essentially a squash + rebase of StartTrajMode_error_message_fix onto main
… order that motion not ready codes are checked, requested changes made. Simplified flow.
… comments, get rid of warnings
5f5fde4
to
9455de6
Compare
Changes start_traj_mode and start_point_queue_mode services so that they properly report the reasons for failure in case motion cannot be started. This addresses many of the concerns brought up in the discussion of PR #265. I closed that PR and opened this to simplify bringing it up to date with main and to make the history less confusing.