mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
don't sleep after publishing solutions
This commit is contained in:
parent
be4769c03c
commit
789b94c2ac
@ -162,7 +162,6 @@ bool publishSolution(ros::Publisher& pub, moveit_msgs::DisplayTrajectory& dt, st
|
||||
|
||||
std::cout << "publishing solution" << std::endl;
|
||||
pub.publish(dt);
|
||||
ros::Duration(10.0).sleep();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user