-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SW-1507] gripperless URDF for Spot (#520)
## Change Overview Adds support for the `gripperless` parameter at the URDF level, with the option to connect a new child link to joint `arm_wr1` (which would be the case when using a custom gripper) related to #518 ## Testing Done - [x] default URDF is unchanged - [x] ran updated spot description launchfile with `gripperless:=True`, model looks right ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/Xynj6CBpA3NqqBFfE8Q9/4eb6af86-8305-4132-83e9-59a9fcc8cf16.png) - [x] tested a new xacro skeleton using the `custom_gripper_base_link` arg. This same structure could be used to specify the base link of a custom gripper and then connect the spot model to the gripper model. ``` <?xml version="1.0" ?> <robot name="gripperless_test" xmlns:xacro="http://www.ros.org/wiki/xacro"> <xacro:include filename="$(find spot_description)/urdf/spot_macro.xacro" /> <xacro:load_spot arm="true" gripperless="true" tf_prefix="" custom_gripper_base_link="gripper_base_link"/> <!-- custom gripper could be loaded after this, here we just have a stand in link as proof of concept --> <link name="gripper_base_link" /> </robot> ```
- Loading branch information
1 parent
feea7b6
commit f0da5d3
Showing
4 changed files
with
143 additions
and
98 deletions.
There are no files selected for viewing
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
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
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
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