[ros-users] pr2_mechanism_model joints break possible???
Andreas Vogt
andreas.vogt at dfki.de
Mon May 10 15:22:55 UTC 2010
Hi,
I control my position of the joints with a PID/force controller(see
below). Is it possible to fix the position after the joint reached the
goal position like a break would do?
pr2_mechanism_model::JointState* steer1_state;
steer1_state->commanded_effort_ = pos_pid_1.updatePid(
current_pos_steer[0]- desired_pos_steer[0], dt);
Andreas
More information about the ros-users
mailing list