Skip to content

Commit

Permalink
Merge pull request commaai#137 from ShaneSmiskol/release2
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
sshane committed Mar 29, 2019
2 parents 54b9dc2 + a8e2fef commit 0ed236d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Welcome to openpilot by Arne Schwarck
https://youtu.be/WKwSq8TPdpo
======

[openpilot](http://github.com/commaai/openpilot) is an open source driving agent. Currently, it performs the functions of Adaptive Cruise Control (ACC) and Lane Keeping Assist System (LKAS) for selected Honda, Toyota, Acura, Lexus, Chevrolet, Hyundai, Kia. It's about on par with Tesla Autopilot and GM Super Cruise, and better than [all other manufacturers](http://www.thedrive.com/tech/5707/the-war-for-autonomous-driving-part-iii-us-vs-germany-vs-japan).
[openpilot](http://github.com/commaai/openpilot) is an open source driving agent. Currently, it performs the functions of Adaptive Cruise Control (ACC) and Lane Keeping Assist System (LKAS) for selected Honda, Toyota, Acura, Lexus, Chevrolet, Hyundai, Kia. It's about on par with Tesla Autopilot and GM Super Cruise, and better than all other manufacturers.

Highlight Features
=======================

* **Automatic Lane Change Assist (ALC)**: Check your surroundings, signal in the direction you would like to change lanes, and let openpilot do the rest. You can choose between three ALC profiles, [Normal, Wifey, and Mad Max](https://github.com/ShaneSmiskol/openpilot/blob/release2/selfdrive/car/toyota/carstate.py#L145). Each increasing in steering torque.
* **Automatic Lane Change Assist (ALC)**: Check your surroundings, signal in the direction you would like to change lanes, and let openpilot do the rest. You can choose between three ALC profiles, Normal, Wifey, and Mad Max. Each increasing in steering torque.
* **Stock Lane Keeping Assist (LKA)**: Arne has worked on recreating the lake keeping assist system present in your car for openpilot. It works with cruise control not engaged, attempting to steer to keep you inside your lane when it detects you are departing it.
* **Dynamic Following Distance Profile**: Three following distance (TR) profiles are available to select; 0.9 seconds, 2.7 seconds, and a [custom tuned dynamic follow profile](https://github.com/ShaneSmiskol/openpilot/blob/release2/selfdrive/controls/lib/planner.py#L247). The first two behave as your stock cruise control system does. Dynamic follow aims to provide a more natural feeling drive, adjusting your distance from the lead car based on your speed, your relative velocity with the lead car, and your acceleration (or deceleration). If the system detects the lead car decelerating, your car should start to brake sooner than a hard-coded TR value.
* **Dynamic Following Distance Profile**: Three following distance (TR) profiles are available to select; 0.9 seconds, 2.7 seconds, and a custom tuned dynamic follow profile. The first two behave as your stock cruise control system does. Dynamic follow aims to provide a more natural feeling drive, adjusting your distance from the lead car based on your speed, your relative velocity with the lead car, and your acceleration (or deceleration). If the system detects the lead car decelerating, your car should start to brake sooner than a hard-coded TR value. Same with accelerating
* **Slow Mode (SLO)**: For cars with longitudinal control down to 0 mph, you have the option to activate SLO mode which enables you to set your car's cruise control under your car's limit. For example, you could coast along at 15, 10, or even 5 mph.
* **Acceleration Profiles (GAS)**: You can select from [two acceleration profiles](https://github.com/ShaneSmiskol/openpilot/blob/release2/selfdrive/controls/controlsd.py#L247) with the GAS button. If your car accelerates too slowly for your liking, this will solve that.
* **Acceleration Profiles (GAS)**: You can select from two acceleration profiles with the GAS button. If your car accelerates too slowly for your liking, this will solve that.
* **Select Vision Model (on 0.5.8, `dynamic-follow` branch only)**: You can select whether you would like to use the wiggly model or the normal vision model for path planning. Wiggly has more torque and can better guess the road curvature without lane lines, but it occasionally crashes or mispredicts the path.
* **EON and openpilot Stats**: With the on-screen UI, you can view stats about your EON such as its temperature, your grey panda's GPS accuracy, the lead car's relative velocity, its distance, and more.

0 comments on commit 0ed236d

Please sign in to comment.