Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

곡률에 대한 TOR 완화 #26

Closed
Tracked by #24
kka-na opened this issue Jun 23, 2022 · 3 comments
Closed
Tracked by #24

곡률에 대한 TOR 완화 #26

kka-na opened this issue Jun 23, 2022 · 3 comments

Comments

@kka-na
Copy link
Owner

kka-na commented Jun 23, 2022

No description provided.

@kka-na kka-na mentioned this issue Jun 23, 2022
8 tasks
@kka-na
Copy link
Owner Author

kka-na commented Jun 23, 2022

if ((self.left_curvated < 350 or self.right_curvated < 350) 51111111111`and self.vel < 25)
self.onLane = True
print("Large Curvature & Low Velocity")

@kka-na
Copy link
Owner Author

kka-na commented Jun 24, 2022

원래 curvature < 400 이었는데 90으로 수정

@kka-na
Copy link
Owner Author

kka-na commented Jun 24, 2022

Unstable Lane ( onLane state )

if ((self.left_curvated < 90 or self.right_curvated < 90) and self.vel < 25):
self.onLane = True
#print("Large Curvature & Low Velocity")

Lane Warning

elif (-0.75<line1s[0] or 0.75>line2s[0]) or self.lane_prob or (self.left_curvated < 80 or self.right_curvated < 80):
self.warnLane = 2
#print("Lane Out")

@kka-na kka-na closed this as completed Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant