better write task1
This commit is contained in:
@@ -41,7 +41,7 @@ def CalcMoveList(time_point, last_theta):
|
||||
|
||||
node_list = [{"theta": first_node_theta, "node": first_node_dot, "C": first_node_C, "v": mp.mpf('1.0')}]
|
||||
|
||||
for i in range(1, 225):
|
||||
for i in range(1, 224):
|
||||
expected_distance = kSegLength1 if i == 1 else kSegLength2
|
||||
cur_node_theta = GenerateFollowNodeTheta(node_list[-1]["theta"], expected_distance)
|
||||
cur_node_dot = Theta2Dot(cur_node_theta)
|
||||
|
Reference in New Issue
Block a user