We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
start_time_ (ros::Time) won't be updated. It causes premature end (timeout).
The text was updated successfully, but these errors were encountered:
fixing #3 in joint trajectory follower
8678242
Still needed for the other control servers
Sorry, something went wrong.
Everyone, please add these stopper inside the compute() function. after checking the activation of action server.
compute()
if(!traj_running_) // wait for acceptance of the goal, active but not accepted return false;
frankaemika/franka_ros#54
No branches or pull requests
start_time_ (ros::Time) won't be updated. It causes premature end (timeout).
The text was updated successfully, but these errors were encountered: