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

Revision history [back]

click to hide/show revision 1
initial version

I think i solved the problem.

the problem was rrbot.xacro

in the <transmission>state

replace

<joint name="joint1"/>

with

 <joint name="joint1">
  <hardwareInterface>EffortJointInterface</hardwareInterface>
</joint>

and all error was cleared

thanks for your help.

RYO