Skip to content

Commit

Permalink
commented out test code
Browse files Browse the repository at this point in the history
  • Loading branch information
asaba96 committed Jul 29, 2018
1 parent 16f0c21 commit f73d53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iarc7_motion/iarc_tasks/xyztranslation_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def _generate_request(self, expected_time, reset_timer=True):
goal.motion_point.pose.position.y = self._goal_y
goal.motion_point.pose.position.z = self._goal_z

self._request_list = [start, goal, None]
# self._request_list = [start, goal, None]

request.start = start
request.goal = goal
Expand Down

0 comments on commit f73d53c

Please sign in to comment.