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

Referring to the doc of gazebo::physics::Joint::SetForce(...)

Force is additive (multiple calls to SetForce to the same joint in the same time step will accumulate forces on that Joint).

Notice the same time step part. If you're using te ROS service API multiple times, you won't see the additive effect, as different service requests are likely processed in different timesteps.