mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Removed wait in accept_goal
This commit is contained in:
@@ -209,11 +209,8 @@ private:
|
|||||||
|
|
||||||
}
|
}
|
||||||
robot_.doTraj(timestamps, positions, velocities);
|
robot_.doTraj(timestamps, positions, velocities);
|
||||||
|
|
||||||
ros::Duration(timestamps.back()).sleep();
|
|
||||||
result_.error_code = result_.SUCCESSFUL;
|
result_.error_code = result_.SUCCESSFUL;
|
||||||
as_.setSucceeded(result_);
|
as_.setSucceeded(result_);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void preemptCB() {
|
void preemptCB() {
|
||||||
|
|||||||
Reference in New Issue
Block a user