Skip to content

Commit 70f1537

Browse files
author
cc299792458
committed
defalut example
1 parent 98d745c commit 70f1537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minimum_acceleration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def compute_p_minus_l_plus_p_plus():
111111

112112
# Examples
113113
# Examples 1, 2, 3, 4: Corresponding to Figure 5 in the original paper
114-
# vmax = np.array([1.0])
114+
vmax = np.array([1.0])
115115
# start_pos, end_pos, start_vel, end_vel, T = np.array([0.0]), np.array([1.0]), np.array([0.0]), np.array([0.0]), np.array([2.0])
116116
# start_pos, end_pos, start_vel, end_vel, T = np.array([0.0]), np.array([3.0]), np.array([0.0]), np.array([0.0]), np.array([4.0])
117117
# start_pos, end_pos, start_vel, end_vel, T = np.array([0.0]), np.array([0.0]), np.array([1.0]), np.array([0.0]), np.array([2.41])

0 commit comments

Comments
 (0)