Remove braking by default

This commit is contained in:
Oleg Kalachev
2017-12-17 22:01:59 +03:00
parent 648348bfb5
commit e01fcf1b74

View File

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