Skip to content

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
ThyMYthOS committed Aug 12, 2020
1 parent a8b3203 commit 2fb1b9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ def set_cartesian_pose(self, pose = None,
This is used as the nullspace bias if set.
"""
if pose is None:
self._data.pose = PoseStamped() # empty pose
self._data.pose = PoseStamped() # empty pose
else:
self._data.pose = pose
self._data.pose = pose

if active_endpoint is None:
active_endpoint = MotionWaypoint.get_default_active_endpoint()
Expand Down

0 comments on commit 2fb1b9f

Please sign in to comment.