test.py 文件源码

python
阅读 27 收藏 0 点赞 0 评论 0

项目:DQNStageROS 作者: Voidminded 项目源码 文件源码
def laserCB(data):
  try:
    screen = np.squeeze(bridge.imgmsg_to_cv2(data, "mono8"))
  except CvBridgeError as e:
    print(e)
  cv2.imshow("Scree", screen)
  # rospy.loginfo(" dim : %s", screen.shape)
  cv2.waitKey(3)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号