Skip to content
Snippets Groups Projects
Commit b81fcc2c authored by Kristoffer Richardsson's avatar Kristoffer Richardsson
Browse files

#123 Changed Bezier demo to be less aggressive

parent 3b17d10d
Branches
Tags
No related merge requests found
......@@ -377,9 +377,9 @@ segments.append(Segment(n7, n0, segment_time))
# When setting q2 we can also control acceleration and get more action.
# Yaw also adds to the fun.
d2 = 0.3
dyaw = 3
f = -1.0
d2 = 0.2
dyaw = 2
f = -0.3
n8 = Node(
(1, 0, z, yaw),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment