gazebo joint effort accumulation
Hi all,
According to this all active efforts applied to the same joint are cumulative.
However, why don't I see the effort field of joint_states message, which is published by controller_manager, gets accumulated ? It only shows the last applied effort.
I use the following command.
rosservice call /gazebo/apply_joint_effort '{joint_name: "joint1", effort: 1.0, start_time: 0, duration: -1}'
I use ROS Hydro with Gazebo 1.9
Thank you