Go to the source code of this file.
Namespaces | |
laser_image_node | |
Functions | |
def | laser_image_node.intensity_callback (msg) |
def | laser_image_node.range_callback (msg) |
def | laser_image_node.rescale (x, max_val) |
Variables | |
laser_image_node.anonymous | |
laser_image_node.intensity_pub = rospy.Publisher("dense_tilt_scan/intensity_image", Image) | |
laser_image_node.intensity_sub = rospy.Subscriber("dense_tilt_scan/intensity", Float32MultiArrayStamped, intensity_callback) | |
laser_image_node.range_pub = rospy.Publisher("dense_tilt_scan/range_image", Image) | |
laser_image_node.range_sub = rospy.Subscriber("dense_tilt_scan/range", Float32MultiArrayStamped, range_callback) | |