Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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