Skip to content

Commit 7fefd38

Browse files
committed
minor
1 parent 75adfd2 commit 7fefd38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spot/ros_ws/src/rbd_spot_perception/scripts/stream_segmentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def publish_result(self, pred, visual_img, depth_img, caminfo):
213213
rospy.loginfo("Published segmentation result (points)")
214214
# publish bounding boxes and markers
215215
det3d_array = SimpleDetection3DArray(header=caminfo.header,
216-
detections=det3d_msgs)
216+
detections=det3d_msgs)
217217
self._segdet3d_pub.publish(det3d_array)
218218
rospy.loginfo("Published segmentation result (bboxes)")
219219
markers_array = MarkerArray(markers=markers)

spot/ros_ws/src/rbd_spot_perception/viz/object_segmentation.rviz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Panels:
2929
Experimental: false
3030
Name: Time
3131
SyncMode: 0
32-
SyncSource: Image
32+
SyncSource: map
3333
Preferences:
3434
PromptSaveOnExit: true
3535
Toolbars:
@@ -356,7 +356,7 @@ Visualization Manager:
356356
{}
357357
Update Interval: 0
358358
Value: true
359-
- Alpha: 1
359+
- Alpha: 0.4000000059604645
360360
Autocompute Intensity Bounds: true
361361
Autocompute Value Bounds:
362362
Max Value: 10

0 commit comments

Comments
 (0)