j-vanetten / openpilot

jvePilot: FCA: Hybrid OpenPilot/ACC
55 stars 29 forks source link

Dynamic camera offset (based on oncoming traffic) (From SA) #4

Closed TheWizard1328 closed 4 months ago

TheWizard1328 commented 3 years ago

Saw these in another fork. Thought you might like it. ShaneSmiskol/openpilot( https://github.com/ShaneSmiskol )

Lane Speed alerts This feature alerts you of faster-travelling adjacent lanes and can be configured using the on-screen LS button on the bottom right to either be disabled, audible, or silent.

The idea behind this feature is since we often become very relaxed behind the wheel when being driven by openpilot, we don't always notice when we've become stuck behind a slower-moving vehicle. When either the left or right adjacent lane is moving faster than your current lane, LaneSpeed alerts the user that a faster lane is available so that they can make a lane change, overtaking the slower current lane. Thus saving time in the long run on long road trips or in general highway driving!

The original idea is thanks to Greengree#5537 on Discord. This feature is available at 35 mph and up.

Dynamic camera offset (based on oncoming traffic) This feature automatically adjusts your position in the lane if an adjacent lane has oncoming traffic. For example, if you're on a two-lane highway and the left adjacent lane has oncoming cars, LaneSpeed recognizes those cars and applies an offset to your CAMERA_OFFSET to move you over in the lane, keeping you farther from oncoming cars.

This feature is available from 35 to ~60 mph due to a limitation with the Toyota radar. It may not recognize oncoming traffic above 60 mph or so. To enable or disable this feature, use opEdit and change this parameter: dynamic_camera_offset.

j-vanetten commented 3 years ago

Yes, I do keep an eye on this fork. I've been busy improving longitudinal control using the ACC features. This is certainly on my radar (haha)

TheWizard1328 commented 3 years ago

Very, very punny man. Looking forward to trying any new features.

Wizard Worxx Where the magic of software begins. Robert Tauber (780) 236-1542<tel:(780)%20236-1542> www.Facebook.com/WizardWorxx13http://www.Facebook.com/WizardWorxx13

From: John Van @.> Sent: Thursday, May 20, 2021 5:59 PM To: @.> Cc: @.>; @.> Subject: Re: [j-vanetten/openpilot] Dynamic camera offset (based on oncoming traffic) (From SA) (#4)

Yes, I do keep an eye on this fork. I've been busy improving longitudinal control using the ACC features. This is certainly on my radar (haha)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/j-vanetten/openpilot/issues/4#issuecomment-845558100, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFQGAEEVBUNFNGADZGV63U3TOWO7JANCNFSM45GDD5TQ.

j-vanetten commented 4 months ago

Not going to do this. I've decided to keep jvePilot changes limited and stay away from changing the OP model's decisions on how to drive.