Revision e983fef1 client/python/hlrc_client/MiddlewareROS.py

View differences:

client/python/hlrc_client/MiddlewareROS.py
177 177
		else:
178 178
			goal.gaze_type = gazetargetGoal.RELATIVE
179 179

  
180
		goal.timestamp = rospy.Time.from_sec(timestamp)
181
	
182
	
180
		goal.timestamp = rospy.Time.from_sec(gaze.timestamp)
181
		
183 182
		#send the goal to the server
184 183
		self.gazetarget_client.send_goal(goal)
185 184
		

Also available in: Unified diff