Skip to content

Commit

Permalink
Fix #4001 (#4028)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski authored Jan 3, 2024
1 parent 3ed4c2d commit d29de3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def _smoothPathImpl(self, path, smoother_id='', max_duration=2.0, check_for_coll
def smoothPath(self, path, smoother_id='', max_duration=2.0, check_for_collision=False):
"""Send a `SmoothPath` action request."""
rtn = self._smoothPathImpl(
self, path, smoother_id, max_duration, check_for_collision)
path, smoother_id, max_duration, check_for_collision)
if not rtn:
return None
else:
Expand Down

0 comments on commit d29de3d

Please sign in to comment.