ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Error while implementing prismatic joint

asked 2017-12-21 12:52:57 -0500

ARB gravatar image

updated 2017-12-21 14:33:10 -0500

jayess gravatar image

Hi,I tried to simulate prismatic joint in Gazebo and getting following error while implementing.

Could not find resource 'prismatic_joint' in 'hardware_interface::EffortJointInterface'

Here is the code

<joint name="prismatic_joint" type="prismatic">
  <parent link="linear_actuator_pole_link"/>
  <child link="sliding_mounting_plate_link"/>
  <origin xyz="0.035 0 -0.4795"/>
  <axis xyz="0 0 1"/>
  <limit effort="0.1" lower="0" upper="1.02" velocity="0.15" />
</joint>
<transmission>
  <type>transmission_interface/SimpleTransmission</type>
  <joint name="prismatic_joint">
    <hardwareInterface>EffortJointInterface</hardwareInterface>
  </joint>
  <actuator name="prismatic_joint_motor">
    <hardwareInterface>EffortJointInterface</hardwareInterface>
    <mechanicalReduction>1</mechanicalReduction>
  </actuator>
</transmission>
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-12-21 15:04:37 -0500

ARB gravatar image

able to solve this...Transmission name was missing:)

edit flag offensive delete link more

Question Tools

Stats

Asked: 2017-12-21 12:46:38 -0500

Seen: 621 times

Last updated: Dec 21 '17