Skip to content

Commit

Permalink
Merged in changes from fuerte_dev branch that fixed issue with stoppi…
Browse files Browse the repository at this point in the history
…ng a joint trajectory in motion.
  • Loading branch information
shaun-edwards committed Mar 26, 2013
1 parent 4911f21 commit 519ab4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions industrial_robot_client/src/joint_trajectory_streamer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ void JointTrajectoryStreamer::jointTrajectoryCB(const trajectory_msgs::JointTraj
else
ROS_ERROR("Trajectory splicing not yet implemented, stopping current motion.");

this->mutex_.lock();
trajectoryStop();
this->mutex_.unlock();
return;
}

Expand Down

0 comments on commit 519ab4e

Please sign in to comment.