[chronojump] Removed more prints
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Removed more prints
- Date: Thu, 3 Mar 2016 14:41:24 +0000 (UTC)
commit 0e591596acf514139b312ea6a5b570d1497b5ff7
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Mar 3 15:39:15 2016 +0100
Removed more prints
encoder/util.R | 20 --------------------
1 files changed, 0 insertions(+), 20 deletions(-)
---
diff --git a/encoder/util.R b/encoder/util.R
index d86d4ca..c2a03f2 100644
--- a/encoder/util.R
+++ b/encoder/util.R
@@ -791,26 +791,6 @@ getDynamicsNotInertial <- function(encoderConfigurationName, speed, accel,
getDynamicsInertial <- function(encoderConfigurationName, displacement, diameter, mass, inertiaMomentum,
gearedDown, smoothing)
{
- print("encoderConfigurationName")
- print(encoderConfigurationName)
-
- print("displacement")
- print(displacement)
-
- print("diameter")
- print(diameter)
-
- print("mass")
- print(mass)
-
- print("inertiaMomentum")
- print(inertiaMomentum)
-
- print("gearedDown")
- print(gearedDown)
-
- print("smoothing")
- print(smoothing)
speed = getSpeed(displacement, smoothing) #mm/ms == m/s
# accel will be:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]