forked from cram2/pycram
-
Notifications
You must be signed in to change notification settings - Fork 3
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
[armar6] reintegrated armar into pycram #144
Merged
Merged
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
…alculate the grasp offset for objects, and to adjust the grasp quaternion of the robot depending on the rotation of the object and the specified Grasp
…y from a given object. also adds a function that silences warnings when loading urdfs by overriding the on_error function of the 3rd party module used
…colours each voxel based on its weight
…Joints, not just prismatic, and may move base instead of arm for opening. MoveHead now accesses links/joints differently
…iption utility functions added earlier
…tmaps weights may now be prioritized by using the new '*=' operation. gaussian costmaps now also receive a 'distance' parameter, which sets the distance how far from the center the peak of the gaussian will be
…reachability validator now correctly validates retract poses as well
…late reaching poses no matter the object orientation, used grasp, or robot toolframe orientation
…tly, no matter the object orientation, used grasp, or robot toolframe orientation. now also generalized the pre-pose/retracting-pose calculation and now calculates which side of the object faces the robot, and automatically adjusts the grasp based on that. Also adjusted Opening and Closing to now support two different poses for interacting with containers
sunava
approved these changes
Nov 26, 2024
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.
added armar robot description.
the default processmodules should all work as is, but if something comes up there are examples of how to add a specific process module inside other process module files, for example "donbot".
For this to work, you will need to approve the iai_robots PR i just opened at code-iai/iai_robots#44
The robot name is written with a capital A, so "Armar6", and the launchfile is started using the param "robot:=armar"