Robotics StackExchange | Archived questions

How to write a ft-sensor plugin in ros-noetic?

Hello I just shifted from ros-melodic to noetic. I have a FT-sensor plugin in my urdf. But now when I launch my file in ros-noetic, the plugin doesnt seem to publish any rostopic. Can someone please explain what sort of modification I need to do in my plugin / urdf to make the sensor work in noetic?

this is my plugin,

<!-- Gazebo FT sensor plugin -->

  <gazebo reference="wrist_3_joint">
    <provideFeedback>true</provideFeedback>
  </gazebo>
  <gazebo>
    <plugin name="ft_sensor_plugin" filename="libgazebo_ros_ft_sensor.so">
      <updateRate>200</updateRate>
      <topicName>ft_sensor/raw</topicName>
      <gaussianNoise>0.0</gaussianNoise>
      <jointName>wrist_3_joint</jointName>
    </plugin>
  </gazebo>

Asked by mkb_10062949 on 2020-05-30 10:47:11 UTC

Comments

This seems to be a duplicate of #q353417, which was also posted by you.

Please do not post duplicates.

Asked by gvdhoorn on 2020-05-30 11:09:59 UTC

Answers