[ros-users] pr2_mechanism_model joints break possible???

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: Andreas Vogt
Datum:  
Aan: ros-users
Onderwerp: [ros-users] pr2_mechanism_model joints break possible???
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