libgazebo_ros_control joints behaviour
Hello,
I am simulation an arm and i am using the libgazebo_ros_cobntrol plugin for gazebo.
For the tranmssion acturators I use a tag like this
<transmission name="arm_joint_5_joint_transmssion">
<type>transmission_interface/SimpleTransmission</type>
<joint name="arm_joint_5">
<hardwareInterface>hardware_interface/PositionJointInterface</hardwareInterface>
</joint>
<actuator name="arm_joint_5_motor">
<hardwareInterface>hardware_interface/PositionJointInterface</hardwareInterface>
<mechanicalReduction>1</mechanicalReduction>
</actuator>
What I have noticed is that no matter the mu/mu2 and dampening values the actuator has a behaviour as if the gear is self-locking. Even if throw an object at it and unload the trajectory controller the arm will stay in the same position after bouncing a little bit.
I would like a behaviour that the arm gives in if it is not actuated. Is this possible?
BR