Remove doublechecking speed, was bugging out orange pi

This commit is contained in:
Nix
2020-07-06 00:08:13 +03:00
parent 7df73ed93a
commit e158d76264
2 changed files with 10 additions and 17 deletions
-2
View File
@@ -9,8 +9,6 @@ ros_du_invert: False
ros_fasttrack_comment: "defconf: fasttrack"
# Minimum speed which not to cross, if speed is lower than this it will set this speed
ros_minimum_speed: 100000
# If speed is lower than doublecheck_speed - run another test after a delay to make sure it was not an error
ros_doublecheck_speed: 300000
# Speed at which to leave fasttrack on. Use if your ROS device's CPU can't handle max speed you get, for example LHG LTE
# starts to show high CPU usage at close to 20mbit.
# Not implemented yet