Skip to content

Commit 2fb1b9f

Browse files
committed
Fix coding style
1 parent a8b3203 commit 2fb1b9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intera_interface/src/intera_motion_interface/motion_waypoint.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ def set_cartesian_pose(self, pose = None,
164164
This is used as the nullspace bias if set.
165165
"""
166166
if pose is None:
167-
self._data.pose = PoseStamped() # empty pose
167+
self._data.pose = PoseStamped() # empty pose
168168
else:
169-
self._data.pose = pose
169+
self._data.pose = pose
170170

171171
if active_endpoint is None:
172172
active_endpoint = MotionWaypoint.get_default_active_endpoint()

0 commit comments

Comments
 (0)