[Feature] Fake Gripper Option in SSoT#112
Open
anhle5 wants to merge 3 commits intoPickNikRobotics:humblefrom
Open
[Feature] Fake Gripper Option in SSoT#112anhle5 wants to merge 3 commits intoPickNikRobotics:humblefrom
anhle5 wants to merge 3 commits intoPickNikRobotics:humblefrom
Conversation
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.
Fake Gripper Option in SSoT
Summary
Added an option to use fake_hardware for gripper through Robotiq's natively supported fake hardware mode
Motivation and Context
Simulation support for Geodude via RVIZ was lacking. This allows users to test their teleoperation method(s) without the real robot while still providing an accurate visual representation of the robot's movements.
Testing Set-up and Environment
This PR has been tested on a Ubuntu 22.04 computer with Python 3.10 in a Conda environment with the following packages:
Known Limitations
This has only been tested for Robotiq 2F-140. Modifications will be required for additional grippers, especially if they do not already have a fake hardware option
Testing Steps for Reviewers
Set fake_hardware to 'false' for one or more of the grippers in the SSOT.yaml and launch the robot as usual. View rviz to see if the simulated robot is moving as expected based on teleoperation controls.