This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
#realsense_spencer_adaptor.py | |
# node for connecting realsence d435i output to spencer tracking package | |
import rospy | |
import cv_bridge | |
import cv2 | |
from sensor_msgs.msg import Image |