When publishing zero velocities to certain arm joints, the arm collapses. This is true for arm_joint_2, and some later joints (not arm_joint_1).
I suspect this can be resolved by adding "static_cast(msg.velocities[i].value));" to JointControlPluglet.cpp, line 126: "simSetJointTargetVelocity(handle, msg.velocities[i].value);"
However, as the current master-branch does not work for me, I can't do a pull request with my current version.