-
Notifications
You must be signed in to change notification settings - Fork 4
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
Moonshot mobile manipulation #20
Open
jchevrie
wants to merge
19
commits into
robotology:moonshot
Choose a base branch
from
jchevrie:moonshot-mobile
base: moonshot
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
roundness_threshold -> threshold on the roundness of the object before using more pseudo cardinal points nb_cardinal_levels -> number of levels of pseudo cardinal points
…esn't exist in OPC when afar)
…meters) or 2D image position (pixels)
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.
Add a feature to enable pose ranking from afar to plan the best robot base pose to grasp an object.
new rpc command
ask_best_base_pose (<x> <y> <z> <ux> <uy> <uz> <t>) <hand> (<np> <no>)
: this command is a way to access an internal function of the module. It can be used to find an optimal base pose that enables grasping an object at pose(<x> <y> <z> <ux> <uy> <uz> <t>)
with hand<hand>
("right" or "left"). It forwards a request toaction-gateway
including the approach parameters (pre-grasp hand pose). Noise parameters (position noise and orientation noise ) for a more robust optimal base position planning are optional.new rpc command
mobile_grasp_pose <objectNameOPC> <hand>
: this command is similar tograsp_pose
but with specific communications and ranking process for mobile manipulation with R1. This feature is integrated in the previous pipeline such that it does not modify the previous pose ranking for grasping.Note: grasping pose pruning conditions concerning the hand axis pointing upwards have been changed to be more flexible (less specific to icub hands). This is the only change that can have an influence on grasping with icub and may require check on icub.
Note: this PR also includes the PR about pseudo-cardinal points #17, which is not described here but included changes in the whole pipeline.