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

Add fields to store planning time in pick-and-place #43

Merged
merged 1 commit into from
Apr 17, 2018

Conversation

aochiai
Copy link
Contributor

@aochiai aochiai commented Mar 7, 2018

Add new fields to store planning time of the pick-and-place capability.
MoveGroup.action already has this.

@davetcoleman
Copy link
Member

This will break ABI in a difficult way for Kinetic. I believe this should be merged into ROS-M, which we haven't branched for yet. We are having a maintainer meeting on March 20th and will be discussing branching. Would you like to join this discussion?

@aochiai
Copy link
Contributor Author

aochiai commented Mar 8, 2018

It makes sense to me to put this off until ROS-M.
I'm interested in the maintainer meeting. (Mostly out of curiosity)
Please let me know when you find out the holding time.

@v4hn
Copy link
Contributor

v4hn commented Mar 8, 2018

I agree, we should not merge this into kinetic.
Let's discuss more in the meeting.

@davetcoleman
Copy link
Member

@aochiai please email me so I can invite you.
dave@picknik.ai

@davetcoleman davetcoleman changed the base branch from kinetic-devel to melodic-devel April 11, 2018 04:35
@davetcoleman
Copy link
Member

@aochiai I have created the new branch

@130s 130s merged commit 424a377 into moveit:melodic-devel Apr 17, 2018
@@ -65,6 +65,8 @@ string[] trajectory_descriptions
# The performed grasp, if attempt was successful
Grasp grasp

# The amount of time in seconds it took to complete the plan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems ambiguous. Is it the time to plan or the time to execute the plan? Maybe reword to "it took to generate a plan"

@@ -56,6 +56,8 @@ string[] trajectory_descriptions
# The successful place location, if any
PlaceLocation place_location

# The amount of time in seconds it took to complete the plan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems ambiguous. Is it the time to plan or the time to execute the plan? Maybe reword to "it took to generate a plan"

@mlautman
Copy link

mlautman commented Jun 8, 2018

@aochiai Can you rewrite the comment to make it less ambiguous in another PR?

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.

None yet

5 participants