Kinova3 PinocchioManipulatorModel Files (in progress) - #4
Open
ariana-spalter wants to merge 2 commits into
Open
Conversation
JakobThumm
reviewed
Feb 19, 2024
| @@ -0,0 +1,253 @@ | |||
| <robot name="GEN3_URDF_V12" version="1.0"> | |||
| <link name="base_link"> | |||
Collaborator
There was a problem hiding this comment.
Add a new material here:
<material name="Blue">
<color rgba="0.0 0.0 0.8 1.0"/>
</material>
| <axis xyz="0 0 1" /> | ||
| <limit lower="-3.14" upper="3.14" effort="9.0" velocity="0.8727" /> | ||
| </joint> | ||
| <link name="EndEffector_Link" > |
Collaborator
There was a problem hiding this comment.
Change this link to
<link name="EndEffector_Link" >
<inertial>
<origin rpy="0 0 0" xyz="0 0 0"/>
<mass value="1.0"/>
<inertia ixx="0.01" ixy="0" ixz="0" iyy="0.01" iyz="0" izz="0.01"/>
</inertial>
<visual>
<origin rpy="0 0 0" xyz="0 0 -0.01"/>
<geometry>
<cylinder radius="0.07" length="0.11"/>
</geometry>
<material name="Blue"/>
</visual>
<collision>
<origin rpy="0 0 0" xyz="0 0 0"/>
<geometry>
<cylinder radius="0.07" length="0.11"/>
</geometry>
</collision>
</link>
This will be a slightly bigger link so that collision detection is a bit more restrictive.
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.
Changes to add in the Kinova3 PinocchioManipulatorModel to use the CollisionWrapper. Code in progress, no errors but still getting collisions when testing in demo scripts.