Skip to content
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

Force torque sensor plugin not detecting wrench #2544

Open
fafux opened this issue Aug 26, 2024 · 0 comments
Open

Force torque sensor plugin not detecting wrench #2544

fafux opened this issue Aug 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@fafux
Copy link

fafux commented Aug 26, 2024

Environment

  • OS Version: Ubuntu 24.04
  • Source or binary build?
    Binary Gazebo Harmonic 8.5.0

Description

  • Behavior: I include a force torque system plugin in a xacro file in the following way:
<gazebo reference="${prefix}fts_link_joint">
    <sensor type="force_torque" name="force_torque">
        <update_rate>30.0</update_rate>
        <always_on>true</always_on>
        <visualize>true</visualize>
        <topic>ft_sensor/wrench</topic>
        <force_torque name="ati_axia">
        </force_torque>
        <plugin
          filename="gz-sim-forcetorque-system"
          name="gz::sim::systems::ForceTorque">
        </plugin>
    </sensor>
</gazebo>

I run the simulation, in which the link of the sensor (associated with a mesh, both visual and collision) is attached to a robot through a joint. If the sensor has a physical contact with an object directly, the measured wrench has a reasonable value. If I add a link of an end-effector (associated with a mesh, both visual and collision), attached to the sensor with a fixed joint, and this end-effector has the contact with the object, and the ft sensor is not in contact with the object directly, the ft sensor does not measure any wrench.
How should I solve it?

@fafux fafux added the bug Something isn't working label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Inbox
Development

No branches or pull requests

1 participant