-
Notifications
You must be signed in to change notification settings - Fork 97
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
[Kinova] update jsk_kinova_robot #1379
base: master
Are you sure you want to change the base?
[Kinova] update jsk_kinova_robot #1379
Conversation
0045116
to
8979086
Compare
@@ -0,0 +1,13 @@ | |||
<?xml version="1.0"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. this is copied. may be orignal model should not be directly written, but loaded.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
License Descriptions are added
<xacro:include filename="$(find kortex_description)/robots/kortex_robot.xacro" /> | ||
<xacro:load_robot arm="$(arg arm)" gripper="$(arg gripper)" dof="$(arg dof)" vision="false" sim="$(arg sim)" prefix="$(arg prefix)" /> | ||
|
||
<link name="kinova_wrist_camera_link"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you explain why you need this link. Did you consider publishing via
static_transform_publisher
c.f. https://github.com/ros-drivers/rgbd_launch/blob/indigo-devel/launch/kinect_frames.launch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this will be necessary when collision between robot links and camera happens.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sktometometo this link does not includes geometry, so it is not calculate the collision.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will add camera mount model to this link after our kinova arm sent back.
<origin xyz="0.0 0.0 0.0" rpy="0 0 0" /> | ||
<mass value="0.0000000001" /> | ||
<inertia ixx="0.0000000001" ixy="0.0000000001" ixz="0.0000000001" | ||
iyy="0.0000000001" iyz="0.0000000001" izz="0.0000000001" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these parameters necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these parameters are necessary for gazebo load.
gazebo crashes when no interia parameter is set in a link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can write <link name="fuga" />
https://github.com/PR2/pr2_common/blob/37061a9c68d97931f6b6b30583e4299b526bb145/pr2_description/urdf/sensors/kinect_camera.urdf.xacro#L48
@sktometometo , could you check this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@k-okada OK I will check if that will work with a real robot and gazebo.
8979086
to
00e0395
Compare
1ed7b7c
to
138af01
Compare
138af01
to
2e25177
Compare
2e25177
to
a536786
Compare
a536786
to
b08ae52
Compare
Update jsk_kinova_robot.
This PR enables
Features