1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 10:00:48 +02:00

Deleted some commented code

This commit is contained in:
Thomas Timm Andersen
2015-09-22 12:40:31 +02:00

View File

@@ -184,10 +184,8 @@ private:
} }
robot_.doTraj(timestamps, positions, velocities); robot_.doTraj(timestamps, positions, velocities);
result_.error_code = result_.SUCCESSFUL; result_.error_code = result_.SUCCESSFUL;
as_.setSucceeded(result_); as_.setSucceeded(result_);
} }
void preemptCB() { void preemptCB() {