Move into tests folder

There it can stay and be used on modern code.

Contributes to issue CURA-5561.
This commit is contained in:
Ghostkeeper 2018-09-05 17:16:55 +02:00
parent f5157aeeaf
commit 3e30e26ac0
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -12,7 +12,7 @@ from typing import Dict, List, Optional, Tuple
# ====================================
# Constants and Default Values
# ====================================
DEFAULT_BUFFER_FILLING_RATE_IN_C_PER_S = 50.0 # The buffer filling rate in #commands/ms
DEFAULT_BUFFER_FILLING_RATE_IN_C_PER_S = 50.0 # The buffer filling rate in #commands/s
DEFAULT_BUFFER_SIZE = 15 # The buffer size in #commands
MINIMUM_PLANNER_SPEED = 0.05