Skip to content

Commit d5cc3d7

Browse files
committed
change splines params
1 parent 6fc0811 commit d5cc3d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/bot_manager/lib/spline_path.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ defmodule SplinePath do
44
"""
55
alias BotManager.Math.Vector
66

7-
@segment_point_amount 15
8-
@tension 0
7+
@segment_point_amount 5
8+
@tension 0.2
99
@alpha 0.5
1010

1111
def smooth_path(waypoints) when length(waypoints) < 3 do

0 commit comments

Comments
 (0)