]> defiant.homedns.org Git - ros_wild_thumper.git/blobdiff - scripts/rtl_sdr_strength.py
implement and use tinkerforge_imu2 node in cpp
[ros_wild_thumper.git] / scripts / rtl_sdr_strength.py
index 5e09c525c2c46b83678bdb605b7dd313dd386f84..cd1eab92578fa919705cad584440b145ec474ba3 100755 (executable)
@@ -15,7 +15,7 @@ tfBuffer = tf2_ros.Buffer()
 listener = tf2_ros.TransformListener(tfBuffer)
 regex_lq = re.compile("Link Quality=(\d*)/(\d*)")
 while not rospy.is_shutdown():
-       popen = subprocess.Popen("rtl_power -f 868.3M:868.4M:10k -g 42 -i 1".split(), stdout=subprocess.PIPE)
+       popen = subprocess.Popen("rtl_power -f 868.2M:868.5M:10k -g 42 -i 1".split(), stdout=subprocess.PIPE)
        while True:
                line = popen.stdout.readline()
                if line == "":