Skip to content

Commit

Permalink
removed a print and rename the imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benteng Ma committed Apr 23, 2024
1 parent a3f6db2 commit c6f3a5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion skills/scripts/unit_test_describe_people.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

sm.execute()

print('\n\nDetected people:', sm.userdata['people'])
print('\n\nDetected people:', sm.userdata['people'][0]['features'])

rospy.signal_shutdown("down")
1 change: 0 additions & 1 deletion skills/src/lasr_skills/describe_people.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def execute(self, userdata):
'detection': person,
'features': rst
})
print(people)

# Userdata:
# - people
Expand Down

0 comments on commit c6f3a5d

Please sign in to comment.