Gazebo | Ignition | Community
Ask Your Question

daichi's profile - activity

2017-05-24 04:16:03 -0500 received badge  Famous Question (source)
2016-03-29 14:33:24 -0500 received badge  Famous Question (source)
2016-03-29 14:33:24 -0500 received badge  Notable Question (source)
2015-11-14 01:18:33 -0500 received badge  Famous Question (source)
2015-11-10 08:48:59 -0500 received badge  Popular Question (source)
2015-11-10 08:44:32 -0500 received badge  Notable Question (source)
2015-11-10 08:44:32 -0500 received badge  Popular Question (source)
2015-11-06 09:50:05 -0500 received badge  Famous Question (source)
2015-11-05 09:05:59 -0500 received badge  Notable Question (source)
2015-10-16 19:06:11 -0500 asked a question Force control with proper force sensor

Hi there,

I have questions about force control of manipulator.
1. Which sensor is recommended to measure external force applied to fingertip,
force sensor, contact sensor or other one ?
2. How can I implement the recommended sensor ? Any good example or tutorial ?
3. Anybody who has done that before ?
Here, external force -> measured force between robot's fingertip and a rigid object like a table.

gazebo::physics::JointWrench seems to provide what I want, but it's placed at joint, not link.
Sensor which can be put on link is preferable.
Also, I know gazebo::physics::joint::GetForce provide joint torques.
However it's not what I want.

Thank you very much.

2015-10-16 19:05:06 -0500 asked a question Force control with gazebo

Hi there,

I have questions about force control of manipulator.
1. Which sensor is recommended to measure external force applied to fingertip,
force sensor, contact sensor or other one ?
2. How can I implement the recommended sensor ? Any good example or tutorial ?
3. Anybody who has done that before ?
Here, external force -> measured force between robot's fingertip and a rigid object like a table.

gazebo::physics::JointWrench seems to provide what I want, but it's placed at joint, not link.
Sensor which can be put on link is preferable.
Also, I know gazebo::physics::joint::GetForce provide joint torques.
However it's not what I want.

Thank you very much.

2015-08-05 06:37:34 -0500 received badge  Popular Question (source)
2015-07-04 04:23:25 -0500 received badge  Notable Question (source)
2015-07-04 04:23:15 -0500 asked a question Planar move plugin make the manipulator's motion slow

Hi, I'm trying to simulate Kuka youbot with gazebo.
I have a question about gazebo planar move plugin.
Since kuka youbot has mechanum wheels, it needs to use gazebo planar move plugin.
So I followed this instruction and added the plugin.

As a result, the mobile platform works fine, however the manipulator on the platform looks weird.
Manipulator falls down because of gravity, but the motion is very slow.
And each joint requires more torques to move than without the plugin.

Why planar move plugin affects robot motion in the above way ?
How can I avoid this situation ?

Thanks in advance.

2015-04-15 09:22:07 -0500 received badge  Popular Question (source)
2015-04-12 00:43:03 -0500 received badge  Student (source)
2015-04-09 21:50:20 -0500 asked a question model.sdf of kuka youbot

Hi everyone.

I'm trying to use kuka youbot model. I got it from here.
However it seems that model.sdf has some wrong parameters.
Where is correct model.sdf ?

For example, some parameters, such as mass of arm_link_0, inertia of arm_link_1 and so on, are different from values provided by official youbot page.
Furthermore, it includes weird values. All joints' efforts and maximum velocities are zero, the positions of center of mass of arm_link mostly look wrong (Some of them are placed out of the object ...)...

Anyway, I want correct model.sdf file.
Where is correct model.sdf ?
If the model.sdf is correct, why do I have the above situation ? What is my misunderstanding ?

Thanks in advance.