Skip to content

Commit e0f071c

Browse files
committed
sample-configs/axis: move MIN_LINEAR_VELOCITY from TRAJ to DISPLAY
There is no MIN_LINEAR_VELOCITY in the TRAJ section.
1 parent f14ca4b commit e0f071c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

configs/sim/axis/pentapod/pentapod.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ PYVCP = panel.xml
1717
GEOMETRY = XYZ-AB
1818
INCREMENTS = 10 mm, 1 mm, 0.1 mm
1919

20+
MIN_LINEAR_VELOCITY = 0.100000
21+
2022
[FILTER]
2123
PROGRAM_EXTENSION = .png,.gif,.jpg Grayscale Depth Image
2224
PROGRAM_EXTENSION = .py Python Script
@@ -61,7 +63,6 @@ CYCLE_TIME = 0.010
6163
DEFAULT_VELOCITY = 5.00
6264
DEFAULT_LINEAR_VELOCITY = 50.000000
6365
MAX_LINEAR_VELOCITY = 100.000000
64-
MIN_LINEAR_VELOCITY = 0.100000
6566
DEFAULT_ANGULAR_VELOCITY = 1.000000
6667
MAX_ANGULAR_VELOCITY = 10.000000
6768
MIN_ANGULAR_VELOCITY = 0.100000

0 commit comments

Comments
 (0)