find an answer for task3
This commit is contained in:
@@ -27,7 +27,7 @@ class Dragon:
|
||||
return (self.kAlpha * theta * mp.cos(theta), self.kAlpha * theta * mp.sin(theta))
|
||||
|
||||
def GenerateFirstNodeTheta(self, delta_theta):
|
||||
return kInnerCircleRadius/self.kAlpha
|
||||
return kInnerCircleRadius/self.kAlpha + delta_theta
|
||||
|
||||
def GenerateFollowNodeTheta(self, cur_node_theta, expected_distance):
|
||||
cur_node_dot = self.Theta2Dot(cur_node_theta)
|
||||
|
Reference in New Issue
Block a user