Increase brake time

This commit is contained in:
Oleg Kalachev
2017-12-07 01:17:08 +03:00
parent 30b488010f
commit 5d8aa13d62

View File

@@ -133,7 +133,7 @@ ps = PoseStamped()
vs = Vector3Stamped()
BRAKE_TIME = rospy.Duration(2)
BRAKE_TIME = rospy.Duration(2.5)
def get_navigate_setpoint(stamp, start, finish, start_stamp, speed):