PR2 / pr2_common

45 stars 79 forks source link

model mass compensation spring for torso lift (ros ticket #5022) #202

Closed ahendrix closed 11 years ago

ahendrix commented 11 years ago

This might reduce some of the stiffness experienced at the torso_lift joint.

To cancel mass of upper body, one can do this for now: {{{ rosservice call gazebo/apply_joint_effort '{ joint_name: "torso_lift_joint" , effort: 462.56 , start_time: 0, duration: -1 }' }}}

trac data:

ahendrix commented 11 years ago

[hsu] turns out this is not necessary with the new screw constraint being tested.