Skip to content
Snippets Groups Projects
Commit bfdbb312 authored by Alexander Bubeck's avatar Alexander Bubeck
Browse files

Merge pull request #189 from abubeck/157_for_indigo

port of PR #157 to indigo
parents 93fa8d5b 0ad8ccaa
Branches
Tags
No related merge requests found
......@@ -744,7 +744,7 @@ class URTrajectoryFollower(object):
# Inserts the current setpoint at the head of the trajectory
now = time.time()
point0 = sample_traj(self.traj, now)
point0 = sample_traj(self.traj, now - self.traj_t0)
point0.time_from_start = rospy.Duration(0.0)
goal_handle.get_goal().trajectory.points.insert(0, point0)
self.traj_t0 = now
......
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