Skip to content

Commit

Permalink
Update ROS_monodepth.py
Browse files Browse the repository at this point in the history
  • Loading branch information
99sphere authored Nov 26, 2020
1 parent 4f5a4f5 commit 8610245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Depth/ROS_monodepth.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ def callback(msg):
depth_decoder.to(device)
depth_decoder.eval()
rospy.init_node('DepthMap', anonymous=True)
rospy.Subscriber('/image', Image, callback)
rospy.Subscriber('/image', Image, callback, queue_size=1)
rospy.spin()

0 comments on commit 8610245

Please sign in to comment.