From 3953ba0d5f4f30f9eed0c94a15c98dd5ba7cd43b Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 9 Sep 2020 19:57:28 -0700 Subject: Remove misleading comment --- common/accel-logarithm.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'common/accel-logarithm.hpp') diff --git a/common/accel-logarithm.hpp b/common/accel-logarithm.hpp index 0dbf433..044d23c 100644 --- a/common/accel-logarithm.hpp +++ b/common/accel-logarithm.hpp @@ -18,7 +18,6 @@ namespace rawaccel { } inline double operator()(double speed) const { - //f(x) = k/(1+e^(-m(c-x))) double scaled_speed = rate * speed + 1; double base_speed = speed + offset; -- cgit v1.2.3