Filter by suction voxel overlap in parallel#81
Open
mlautman wants to merge 8 commits intomoveit:masterfrom
Open
Filter by suction voxel overlap in parallel#81mlautman wants to merge 8 commits intomoveit:masterfrom
mlautman wants to merge 8 commits intomoveit:masterfrom
Conversation
added 8 commits
December 27, 2019 16:13
Dale-Koenig
reviewed
Jan 20, 2020
| @@ -413,20 +430,19 @@ class GraspPipelineDemo | |||
| double& y_width, double& z_height) | |||
| { | |||
| // Generate random cuboid | |||
Contributor
There was a problem hiding this comment.
Should this be updated? It seems only the polar angle is random now
| const robot_state::RobotStatePtr& robot_state, double timeout, bool filter_pregrasp, bool visual_debug, | ||
| std::size_t thread_id, const std::string& grasp_target_object_id) | ||
| std::size_t thread_id, const std::string& grasp_target_object_id, | ||
| const moveit_visual_tools::MoveItVisualToolsPtr& visual_tools, double animation_speed) |
Contributor
There was a problem hiding this comment.
animation_speed
I find it a bit confusing when code that is, as far as I can tell, purely used for debugging, is mandatory. Would prefer at least a default value that is obviously invalid, together with documenting how to use it.
| moveit_grasps::GraspCandidatePtr selected_grasp_candidate; | ||
| moveit_msgs::MotionPlanResponse pre_approach_plan; | ||
|
|
||
| // return false; |
Contributor
There was a problem hiding this comment.
Remove?
Seems like lots of dead code in this file overall.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Various small improvements separated by commits.
Biggest change is to filter suction voxel by overlap in parallel.
Some small logging improvements.
Removing ACM entries after they are no longer "allowed"
and adding an error code to string method for filtering