Skip to content

Commit 44e4d73

Browse files
author
Shushman Choudhury
committed
Last minor changes for merge
1 parent de579c1 commit 44e4d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prpy/perception/apriltags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def DetectObject(self, env, object_name, **kw_args):
8585

8686

8787
def _DetectObjects(self, env, marker_topic, marker_data_path, kinbody_path,
88-
detection_frame, destination_frame,**kwargs):
88+
detection_frame, destination_frame,**kw_args):
8989
"""
9090
Use the apriltags service to detect objects and add them to the
9191
environment. Params are as in __init__.

0 commit comments

Comments
 (0)