force torque sensor and control force values
Hi all, I'm using libgazebo_ros_ft_sensor.so plugin to find torques in joints and control joints using gazebo_ros_control plugin. However when I compare joint torque from sensor and position_controller/state/command value (result of PID work), they are not the same. Their behaviour looks similar but as if sensor value n times smaller than command value. What could be the reason? Thanks!
units? proportional term?
Sensor uses GetForceTorque function of gazebo which provides values in SI as I expect. ros_control generates effort as I understand and should be also in N*m. There are no multiplication factors