Skip to content

Commit

Permalink
added better marker locationing
Browse files Browse the repository at this point in the history
  • Loading branch information
jupidity committed Aug 7, 2017
1 parent 91706a3 commit 2b14cfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/marker_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def pcl_callback(pcl_msg):
label = encoder.inverse_transform(prediction)[0]
detected_objects_labels.append(label)

rospy.loginfo(pcl_cloud.data[0])

# Publish a label into RViz
label_pos = list([index,index,index])
label_pos[2] += .4
Expand Down

0 comments on commit 2b14cfe

Please sign in to comment.