-
Notifications
You must be signed in to change notification settings - Fork 83
RSDK-4789 - Rename MoveOnGlobeNew to MoveOnGlobe #411
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
Conversation
b30cac2
to
b110c41
Compare
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.
Just a comment on the comment
// Generate and begin executing an execution to move a component | ||
// to a specific GPS coordinate. | ||
// May replan to avoid obstacles & account for location drift. | ||
// Creates a new plan upon replanning. |
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 this is a little confusing without a greater description of what these terms mean, which IMO is what our docs page is for. Maybe we should just keep it general rather than implying things about what happens under the hood?
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.
Actually none of the other methods even have comments on them so I think its maybe fine to not add this? I would hope that people would refer to our docs page for usage, etc.
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.
discussed offline, I believe these comments are used by some SDKs
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 still think you should remove the comment. I just made RSDK-6055 to track this and think we should just do everything in this file as a part of that ticket. Either way though you have the go ahead to merge
Ticket