Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
zkytony committed Jul 15, 2022
1 parent 75adfd2 commit 7fefd38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def publish_result(self, pred, visual_img, depth_img, caminfo):
rospy.loginfo("Published segmentation result (points)")
# publish bounding boxes and markers
det3d_array = SimpleDetection3DArray(header=caminfo.header,
detections=det3d_msgs)
detections=det3d_msgs)
self._segdet3d_pub.publish(det3d_array)
rospy.loginfo("Published segmentation result (bboxes)")
markers_array = MarkerArray(markers=markers)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Panels:
Experimental: false
Name: Time
SyncMode: 0
SyncSource: Image
SyncSource: map
Preferences:
PromptSaveOnExit: true
Toolbars:
Expand Down Expand Up @@ -356,7 +356,7 @@ Visualization Manager:
{}
Update Interval: 0
Value: true
- Alpha: 1
- Alpha: 0.4000000059604645
Autocompute Intensity Bounds: true
Autocompute Value Bounds:
Max Value: 10
Expand Down

0 comments on commit 7fefd38

Please sign in to comment.