Skip to content

Commit

Permalink
info update
Browse files Browse the repository at this point in the history
  • Loading branch information
Benteng Ma committed Feb 23, 2024
1 parent d66fcb3 commit aa8ec6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skills/src/lasr_skills/describe_people.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def execute(self, userdata):
rospy.loginfo("COORD_XY:::%s" % str(neck_coord))
xyz = userdata.xyz
# xyz = np.nanmean(xyz, axis=2)
# rospy.loginfo("COORD_Z:::%s" % str(xyz[neck_coord[0]][neck_coord[1]]))
rospy.loginfo("COORD_Z:::%s" % str(xyz[neck_coord[0]][neck_coord[1]]))
# point_head_client(xyz, neck_coord[0], neck_coord[1], client)
return 'succeeded'
except rospy.ServiceException as e:
Expand Down

0 comments on commit aa8ec6e

Please sign in to comment.