Skip to content
Snippets Groups Projects
Commit dac9f426 authored by Eitan Marder-Eppstein's avatar Eitan Marder-Eppstein
Browse files

Adding a print for when the action server is active

parent 55edc60e
Branches
Tags
No related merge requests found
......@@ -426,6 +426,7 @@ class UR5TrajectoryFollower(object):
def start(self):
self.init_traj_from_robot()
self.server.start()
print "The action server for this driver has been started"
def on_goal(self, goal_handle):
log("on_goal")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment