What does HackerNews think of openpilot?

openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for over 200 supported car makes and models.

Language: Python

you can buy comma.ai hardware, its base use is "dashcam"

you can, at your discretion, load self-driving software (openpilot), which can take over driving for you, in addition to maintaining dashcam footage

they have a subscription that will store footage in the cloud too, iirc

https://github.com/commaai/openpilot

The patent in the complaint doesn't even have anything to do with what we do as a company! It describes a system that calls 911 when it detects a crash (like onstar). Ignore the (very generic) title and read on in the actual patent. https://portal.unifiedpatents.com/patents/patent/10454707

We write open source ADAS software, and it doesn't have any functionality like that: https://github.com/commaai/openpilot

But for the purposes of attempting to extract a settlement, it doesn't matter. It will only matter after a long and expensive trial.

(I would like to invalidate the patent entirely, which several of their patents already have been. But even if it is valid, it also has to apply to us)

Not so much ease, as flexibility.

In the end, the thing that matters the most for software is being able to get logic into code as efficiently as possible. This includes being able to write concise code, being able to execute it and see results, debug it efficiently, use libraries easily, and deploy it to production. Python has all of this.

The rest of the stuff, like strong typing, memory safety, e.t.c are at best academic. The supposed advantages of those just don't hold up once you start to look into the real world. Linux, which runs on most devices that support an os hardware wise, is written purely in C. Python is used as a backend for very big projects like Youtube, Instagram, Spotify, e.t.c. Its also used to run Openpilot (https://github.com/commaai/openpilot), which has performance on par with Teslas autopilot.

Meanwhile in Java world, with strict typing, you have egregious vulnerabilities like log4shell, amongst others (https://java-0day.com/).

Language evolution is also a thing to look at with this stuff. The more "strict" you try to make a language, the worse its going to become as people are necessarily going to find hacks around it. With java, type safety strict features like having getters and setters get abstracted away behind an annotation processor that hacks the AST (Lombok), and thats not only considered ok, but is encouraged to be used. With C++, template metaprogramming got extremely out of hand with https://www.boost.org/, where the error messages for one thing used to be pages long. Rust manage to sneak this under the radar with the unsafe clause, which is going to see standard use in many codebases, thus negating any of its advantages.

In the end, good code comes from good developers, full stop. Every codebase will necessarily have tests for production deployment, and anything that language features don't catch during compilation or static checking can be checked with testing if you have developers that understand what they are doing and can write appropriate testing frameworks.

And based on that, its pretty attractive to use Python especially when you consider developer time. And the flexibility means you can write your code in different forms to suit your use case, where it be OOP with MyPy type checking, functional, imperative, or super complex if you want.

comma.ai | Software Engineers + Infrastructure Engineer | ALL FULL-TIME | ONSITE ONLY

Comma is a profitable company solving self driving cars while delivering shippable intermediaries. Tesla Autopilot like functionality for your Toyota, Honda, and more.

See our open source driving agent on GitHub: https://github.com/commaai/openpilot Watch it here on YouTube: https://www.youtube.com/watch?v=mgAbfr42oI8

We’re hiring: Software engineers to develop openpilot through new features, simulation, and testing infrastructure.

Infrastructure engineer to work on our tooling, regression tests, and simulator.

Our stack is largely Python, with some C/C++ and JS(React)

Interview Process (roughly) = Coding challenge + 2 phone screens + paid micro-internship on site Visit https://comma.ai/jobs for more detailed job descriptions

*Reach out with a GitHub/LinkedIn to [email protected]

comma.ai | Software Engineers + Infrastructure Engineer | ALL FULL-TIME | ONSITE ONLY

Comma is a profitable company solving self driving cars while delivering shippable intermediaries. Tesla Autopilot like functionality for your Toyota, Honda, and more.

See our open source driving agent on GitHub: https://github.com/commaai/openpilot Watch it here on YouTube: https://www.youtube.com/watch?v=mgAbfr42oI8

We’re hiring: Software engineers to develop openpilot through new features, simulation, and testing infrastructure.

Infrastructure engineer to work on our tooling, regression tests, and simulator.

Our stack is largely Python, with some C/C++ and JS(React)

Interview Process (roughly) = Coding challenge + 2 phone screens + paid micro-internship on site Visit https://comma.ai/jobs for more detailed job descriptions

*Reach out with a GitHub/LinkedIn to [email protected]

The latest commit in the repo [0] right now is "should work" (34ff295). Filtering by "bug" in the issue tracker gives:

Comma two freeze and reboot while engaged. I recently had an incident on the interstate where my comma two froze completely (while engaged) and rebooted. The video froze, Comma's steering torque turned off, then after about five seconds in this state, the device rebooted.

Zygote restarting while OP active. So for the past couple months, after a couple days of uptime, the comma two offroad UI will glitch out. The buttons respond with highlighting upon touch, but everything else stops working. ... This time, I left the comma two to bask in its glitched state and this ended up happening; the comma two had the spinning logo, while ALSO still driving my car. In the video below, I nudge the wheel to cause on purpose ping pong to prove it was still steering.

Spontaneous disengagement/reboot. Cruising on expressway and OP spontaneously disengaged and the comma2 rebooted

Hard braking while following the lead car. Was following the lead car on a highway traffic jam, that car was going without lights so might be a reason. Braking was really hard when he stopped, almost hit him ) I had a feeling that C2 don't see it at all.

What's more worrying is that Comma's response is often either a) declare it a hardware failure or b) basically a WONTFIX:

Comma support's response is to return/exchange the unit due to presumed hardware failure. It would be nice to know what exactly happened but I get you can't thoroughly investigate every anomaly. Folks at @commma feel free to close this issue.

@Torq_boi said that it is not a model bug, but old known problem with no time to brake as lead car accelerated and braked fast. (So could INDI tuning fix that problem?)

Closing this issue since it probably was hardware failure.

If it happens a lot it's usually a hardware failure. But try running openpilot release instead of dragonpilot before drawing any conclusions.

[0] https://github.com/commaai/openpilot

Edit: Formatting.

comma.ai | San Diego | Navigation Engineer+Designer/Software Engineers/Safety Engineer/Full Stack | ALL FULL-TIME | ONSITE ONLY

comma is a profitable company solving self driving cars while delivering shippable intermediaries. Think Tesla Autopilot, but for existing cars (Hondas, Toyotas, etc).

See our open source driving agent on GitHub: https://github.com/commaai/openpilot. Watch it here: https://www.youtube.com/watch?v=mgAbfr42oI8

We're hiring:

* Software engineers to develop openpilot through new features, simulation, and testing infrastructure.

* Navigation Designer, can you build a Waze like app people will use? Then reimagine it combined with openpilot. Know QT5 or have similar SDK experience.

* Also hiring a Full Stack Engineer, an Office/Operations Manager, and a Safety Engineer.

Our stack is largely Python, with some C/C++ and JS(React)

Interview Process (roughly): Coding challenge, 2 phone screens, and a paid micro-internship on site.

https://www.comma.ai/jobs for more detailed job descriptions.

* Reach out with a GitHub/LinkedIn to [email protected]

comma.ai | San Diego | Software Engineers/Safety Engineer/ML/Full Stack/Navigation Designer | ALL FULL-TIME | ONSITE ONLY

comma is a profitable company solving self driving cars while delivering shippable intermediaries. Think Tesla Autopilot, but aftermarket, for existing cars (Hondas, Toyotas, etc).

See our open source driving agent on GitHub: https://github.com/commaai/openpilot. Watch it here: https://www.youtube.com/watch?v=mgAbfr42oI8

We're hiring:

* Software engineers to develop openpilot through new features, simulation, and testing infrastructure.

* A Machine Learning Engineer to build tools to track, analyze, and fix failures of the driving system as well as work on our automatic ground truthing and ML pipeline.

* Navigation Designer, can you build a Waze like app people will use? Then reimagine it combined with openpilot. Know QT5 or have similar SDK experience.

* Also hiring a Full Stack Engineer, an Office/Operations Manager, and a Safety Engineer.

Our stack is largely Python, with some C/C++ and JS(React)

Interview Process (roughly): Coding challenge, 2 phone screens, and a paid micro-internship on site.

https://www.comma.ai/jobs for more detailed job descriptions.

* Reach out with a GitHub/LinkedIn to [email protected]

Same except s/connected to the internet/connected to the internet via tivoised software/. I think a car one connected by https://github.com/commaai/openpilot might be cool.
I'm not sure where you looked, but https://github.com/commaai/openpilot states it very clearly: "openpilot observes ISO26262 guidelines, see SAFETY.md for more detail."
comma.ai | San Diego | Software Engineers/Safety Engineer/ML/Full Stack/Navigation Designer | ALL FULL-TIME | ONSITE ONLY comma is a profitable company solving self driving cars while delivering shippable intermediaries. Think Tesla Autopilot, but aftermarket, for existing cars (Hondas, Toyotas, etc).

See our open source driving agent on GitHub: https://github.com/commaai/openpilot. Watch it here: https://www.youtube.com/watch?v=mgAbfr42oI8

We're hiring:

* Software engineers to develop openpilot through new features, simulation, and testing infrastructure.

* A Machine Learning Engineer to build tools to track, analyze, and fix failures of the driving system as well as work on our automatic ground truthing and ML pipeline.

* Navigation Designer, can you build a Waze like app people will use? Then reimagine it combined with openpilot. Know QT5 or have similar SDK experience.

* Also hiring a Full Stack Engineer, an Office Assistant, and a Safety Engineer.

Our stack is largely Python, with some C/C++ and JS(React)

Interview Process (roughly): Coding challenge, 2 phone screens, and a paid micro-internship on site.

https://www.comma.ai/jobs for more detailed job descriptions.

* Reach out with a GitHub/LinkedIn to [email protected]

comma.ai | San Diego | Software Engineers/Safety Engineer/ML/Full Stack/Navigation Designer | ALL FULL-TIME | ONSITE ONLY

comma is a profitable company solving self driving cars while delivering shippable intermediaries. Think Tesla Autopilot, but aftermarket, for existing cars (Hondas, Toyotas, etc).

See our open source driving agent on GitHub: https://github.com/commaai/openpilot. Watch it here: https://www.youtube.com/watch?v=mgAbfr42oI8

We're hiring:

* Software engineers to develop openpilot through new features, simulation, and testing infrastructure.

* A Machine Learning Engineer to build tools to track, analyze, and fix failures of the driving system as well as work on our automatic ground truthing and ML pipeline.

* Navigation Designer, can you build a Waze like app people will use? Then reimagine it combined with openpilot. Know QT5 or have similar SDK experience.

* Also hiring a Full Stack Engineer, an Office Assistant, and a Safety Engineer.

Our stack is largely Python, with some C/C++ and JS(React)

Interview Process (roughly): Coding challenge, 2 phone screens, and a paid micro-internship on site.

https://www.comma.ai/jobs for more detailed job descriptions.

* Reach out with a GitHub/LinkedIn to [email protected]

comma.ai | San Diego & Rotterdam | Navigation Designer/Full Stack Engineer/Safety Engineer/ML | FULL-TIME | ONSITE

comma is a profitable company solving self driving cars while delivering shippable intermediaries. Think Tesla’s Autopilot, but aftermarket, for existing cars (Hondas, Toyotas, etc). See our open source driving agent on GitHub: https://github.com/commaai/openpilot. Watch it here: https://www.youtube.com/watch?v=mgAbfr42oI8

We're hiring:

* A Navigation Designer, can you build a Waze-like app people will use? Do you know QT5 or have similar SDk experience?

* A Full Stack Engineer to own our API and comma connect apps for iOS and Android (Fluent in Python and React)

* Software Engineers to develop openpilot through new features, simulation, and testing infrastructure.

* A Machine Learning Engineer to build tools to track, analyze, and fix failures of the driving system as well as work on our automatic ground truthing and ML pipeline.

* Also hiring a Safety Engineer and an Office Manager.

Reach out with a GitHub/LinkedIn to [email protected].

Our stack is largely Python, with some C/C++ and JS(React)

Interview Process (roughly): Coding challenge, 2 phone screens, and a paid micro-internship on site.

https://www.comma.ai/jobs for more detailed job descriptions.

comma.ai | San Diego | Software Engineers/Safety Engineer/ML/FS/Navigation Designer | FULL-TIME | ONSITE

comma is a profitable company solving self driving cars while delivering shippable intermediaries. Think Tesla’s Autopilot, but aftermarket, for existing cars (Hondas, Toyotas, etc). See our open source driving agent on GitHub: https://github.com/commaai/openpilot. Watch it here: https://www.youtube.com/watch?v=mgAbfr42oI8

We're hiring:

* Software engineers to develop openpilot through new features, simulation, and testing infrastructure.

* A Machine Learning Engineer to build tools to track, analyze, and fix failures of the driving system as well as work on our automatic ground truthing and ML pipeline.

* Also hiring a Safety Engineer, Navigation Designer, a Full Stack Engineer, and an Operations Assistant.

Reach out with a GitHub/LinkedIn to [email protected].

Our stack is largely Python, with some C/C++ and JS(React)

Interview Process (roughly): Coding challenge, 2 phone screens, and a paid micro-internship on site.

https://www.comma.ai/jobs for more detailed job descriptions.

comma.ai | engineers | San Diego | onsite | full-time

We have an open source driving agent: https://github.com/commaai/openpilot

Unlike most other companies in the self driving car space, we are profitable and have 1000s of daily active users. Search "openpilot" on YouTube to see some of them.

We're looking for a software engineer to develop openpilot, an ML Engineer / Data Scientist, a Safety Engineer, an Infrastructure Engineer, an office manager, and a Navigation Designer. Go to https://comma.ai/jobs for more information on the positions and requirements.

Reach out with a GitHub/LinkedIn to [email protected] and we'll get back to you within 24 hours.

comma.ai | engineers | San Diego | onsite | full-time

We have an open source driving agent: https://github.com/commaai/openpilot

It does this: https://www.youtube.com/watch?v=mgAbfr42oI8

We're looking for:

A Software Engineer to develop openpilot through new features, code optimization and car ports.

A Machine Learning Engineer to build tools to track, analyze and fix failures of the driving system as well as work on our automatic ground truthing and ML pipeline.

A Safety Engineer to design tests and write safety code for new car makes.

A Infrastructure Engineer to work on tooling, regression tests, and our driving simulator.

A Navigation Designer to build navigate on openpilot and create the user experience.

Reach out with a GitHub/LinkedIn to [email protected].

Over 1,000 people just today. A couple thousand every week.

In addition to running on a laptop, openpilot also runs on a phone for easy mounting in your car.

https://github.com/commaai/openpilot

comma.ai | engineers | San Diego | onsite | full-time We have an open source driving agent: https://github.com/commaai/openpilot

Unlike most other companies in the self driving car space, we are profitable and have 1000s of daily active users. Search "openpilot" on YouTube to see some of them.

We're looking for a software engineer to develop openpilot, an ML Engineer / Data Scientist, a Safety Engineer, an Infrastructure Engineer, and a Navigation Designer. Go to https://comma.ai/jobs for more information on the positions and requirements.

Reach out with a GitHub/LinkedIn to [email protected] and we'll get back to you within 24 hours.

comma.ai | engineers | San Diego | onsite | full-time

We have an open source driving agent: https://github.com/commaai/openpilot

Unlike most other companies in the self driving car space, we are profitable and have 1000s of daily active users. Search "openpilot" on YouTube to see some of them.

We're looking for a software engineer to develop openpilot, an ML Engineer / Data Scientist, a Safety Engineer, an Infrastructure Engineer, and a Navigation Designer. Head to https://comma.ai/jobs for more information on the positions and requirements.

Reach out with a GitHub/LinkedIn to [email protected] and we'll get back to you within 24 hours.

comma.ai | engineers | San Diego | onsite | full-time

We have an open source driving agent: https://github.com/commaai/openpilot

Unlike most other companies in the self driving car space, we are profitable and have 1000s of daily active users. Search "openpilot" on YouTube to see some of them.

We're looking for a software engineer to develop openpilot, an ML Engineer / Data Scientist, a Safety Engineer, an Infrastructure Engineer, and a Navigation Designer. Head to https://comma.ai/jobs for more information on the positions and requirements.

Reach out with a GitHub/LinkedIn to [email protected] and we'll get back to you within 24 hours.

comma.ai | engineers | San Diego | onsite | full-time

We have an open source driving agent: https://github.com/commaai/openpilot

It does this: https://www.youtube.com/watch?v=mgAbfr42oI8

We're looking for:

A software engineer to develop openpilot through new features, code optimization and car ports.

A Machine Learning Engineer to build tools to track, analyze and fix failures of the driving system as well as work on our automatic ground truthing and ML pipeline.

Reach out with a GitHub/LinkedIn to [email protected].

comma.ai | engineers | San Diego | onsite | full-time

We have an open source driving agent: https://github.com/commaai/openpilot

It does this: https://www.youtube.com/watch?v=mgAbfr42oI8

We're looking for:

A software engineer to develop openpilot through new features, code optimization and car ports.

A Machine Learning Engineer to build tools to track, analyze and fix failures of the driving system as well as work on our automatic ground truthing and ML pipeline.

Reach out with a GitHub/LinkedIn to [email protected].

Since the website is not clear, here is what it is.

Comma Two is an aftermarket dash cam that adds features like adaptive cruise control, automatic lane centering, and forward collision warning to cars using open source software.

It uses a combination of the dash cam and the vehicle’s built in radar to accomplish this. It is able to control the car and receive its radar data by connecting to the vehicle’s OBD port.

The unit is $1000 and also requires the purchase of a vehicle specific harness for $200.

A list of compatible vehicles can be found here: https://comma.ai/vehicles

The source code that performs the driver assist functionality has to be loaded by the user and is available here: https://github.com/commaai/openpilot

There’s also a “prime” subscription which pays for cell service on an included SIM card and allows you to see video footage or location data from your vehicle remotely.

Opensource AI driving kit to mount on your car.

Made by Geohot, jailbreaker of iPhone and PS3 fame

See : https://github.com/commaai/openpilot

comma.ai | engineers | San Diego | onsite | full-time We built an open-sourced self driving car (https://github.com/commaai/openpilot)

It does this: https://www.youtube.com/watch?v=t3XHXL9rzQM

Our stack is largely Python, with some C/C++ and JS(React). We're looking for:

An openpilot Engineer to develop openpilot through new features, code optimization and car ports.

A Machine Learning Engineer to build tools to track, analyze and fix failures of the driving system as well as work on our automatic ground truthing and ML pipeline.

Reach out with a GitHub/LinkedIn to [email protected].

comma.ai | engineers | San Diego | onsite | full-time

We built an open-sourced self driving car (https://github.com/commaai/openpilot)

It does this: https://www.youtube.com/watch?v=t3XHXL9rzQM

Our stack is largely Python, with some C/C++ and JS(React). We're looking for:

An openpilot Engineer to develop openpilot through new features, code optimization and car ports.

A Machine Learning Engineer to build tools to track, analyze and fix failures of the driving system as well as work on our automatic ground truthing and ML pipeline.

Reach out with a GitHub/LinkedIn to [email protected].

comma.ai | engineers | San Diego | onsite | full-time We built an open-sourced self driving car (https://github.com/commaai/openpilot)

It does this: https://www.youtube.com/watch?v=t3XHXL9rzQM

Our stack is largely Python, with some C/C++ and JS(React). We're looking for:

An openpilot Engineer to develop openpilot through new features, code optimization and car ports.

A Machine Learning Engineer to build tools to track, analyze and fix failures of the driving system as well as work on our automatic ground truthing and ML pipeline.

Reach out with a GitHub/LinkedIn to [email protected].

comma.ai | engineers | San Diego | onsite | full-time

We built an open-sourced self driving car (https://github.com/commaai/openpilot)

It does this: https://www.youtube.com/watch?v=t3XHXL9rzQM

Our stack is largely Python, with some C/C++ and JS(React). We're looking for:

An openpilot Engineer to develop openpilot through new features, code optimization and car ports.

A Machine Learning Engineer to build tools to track, analyze and fix failures of the driving system as well as work on our automatic ground truthing and ML pipeline.

Reach out with a GitHub/LinkedIn to [email protected].

comma.ai | engineers | San Diego | onsite | full-time

We built an open-sourced self driving car (https://github.com/commaai/openpilot)

It does this: https://www.youtube.com/watch?v=t3XHXL9rzQM

Our stack is largely Python, with some C/C++ and JS(React). Reach out with a GitHub/LinkedIn to [email protected]

comma.ai | engineers | San Diego | onsite | full-time

We built an open-sourced self driving car (https://github.com/commaai/openpilot)

It does this: https://www.youtube.com/watch?v=t3XHXL9rzQM

Our stack is largely Python, with some C/C++ and JS(React). Reach out with a GitHub/LinkedIn to [email protected]

comma.ai | engineers | San Diego | onsite | full-time

We built an open-sourced self driving car (https://github.com/commaai/openpilot)

It does this: https://www.youtube.com/watch?v=t3XHXL9rzQM

Our stack is largely Python, with some C/C++ and JS(React). Reach out with a GitHub/LinkedIn to [email protected]

comma.ai | engineers | San Diego | onsite | full-time

We built an open-sourced self driving car (https://github.com/commaai/openpilot)

It does this: https://www.youtube.com/watch?v=1zCtj3ckGFo

Our stack is largely Python, with some C/C++ and JS(React). Reach out with a GitHub/LinkedIn to [email protected]

comma.ai | engineers | San Diego | onsite | full-time

OPEN SOURCE SELF DRIVING CAR https://github.com/commaai/openpilot

Our stack is largely Python, with some C/C++ and JS(React). Reach out with a GitHub/LinkedIn to [email protected]

comma.ai | engineers | San Diego | onsite | full-time OPEN SOURCE SELF DRIVING CAR https://github.com/commaai/openpilot

Our stack is largely Python, with some C/C++ and JS(React). Primarily looking for a firmware engineer (or phone hackers), a test engineer, an ML engineer, and a full stack engineer.

Reach out with a GitHub/LinkedIn to [email protected]

comma.ai | engineers | San Diego | onsite | full-time

OPEN SOURCE SELF DRIVING CAR https://github.com/commaai/openpilot

Our stack is largely Python, with some C/C++ and JS(React). Primarily looking for a firmware engineer (or phone hackers), an ML engineer, and a full stack engineer.

Reach out with a GitHub/LinkedIn to [email protected]

comma.ai | engineers | San Francisco | onsite | full-time

OPEN SOURCE SELF DRIVING CAR https://github.com/commaai/openpilot

Our stack is largely Python, with some C/C++ and JS(React). Primarily looking for a firmware engineer (or phone hackers), an ML engineer, and a full stack engineer.

Reach out with a GitHub/LinkedIn to [email protected]

comma.ai | engineers | San Francisco | onsite | full-time

OPEN SOURCE SELF DRIVING CAR https://github.com/commaai/openpilot

Our stack is largely Python, with some C/C++ and JS(React). Primarily looking for a firmware engineer (or phone hackers) and a lead openpilot engineer with a physics or math background.

Reach out with a GitHub or LinkedIn to [email protected]

comma.ai | engineers | San Francisco | onsite | full-time

OPEN SOURCE SELF DRIVING CAR https://github.com/commaai/openpilot

Our stack is largely Python, with some C/C++ and JS(React). Primarily looking for a firmware engineer (or phone hackers) and a lead openpilot engineer with a physics or math background.

Reach out with a GitHub or LinkedIn to [email protected]

comma.ai | engineers | San Francisco | onsite | full-time

OPEN SOURCE SELF DRIVING CAR https://github.com/commaai/openpilot

Our stack is largely Python, with some C/C++ and JS(React). Primarily looking for a firmware engineer and a lead openpilot engineer with a physics or math background.

Reach out with a GitHub or LinkedIn to [email protected]

comma.ai | engineers | San Francisco | onsite | full-time

OPEN SOURCE SELF DRIVING CAR https://github.com/commaai/openpilot

Here's the plan: https://medium.com/@comma_ai/our-road-to-self-driving-victor...

Our stack is largely Python, with some C/C++ and JS(React). Primarily looking for a firmware engineer and a lead openpilot engineer with a physics or math background.

Reach out with a GitHub to [email protected]

OPEN SOURCE SELF DRIVING CAR https://github.com/commaai/openpilot

Here's the plan: https://medium.com/@comma_ai/our-road-to-self-driving-victor...

There are no requirements beyond writing good code. Just convince us that you can do the task and make it ship. Our stack is largely Python, with some C/C++ and JS(React)

Reach out with a GitHub to [email protected]

comma.ai | San Francisco | Software Engineer | FULL-TIME | ONSITE

OPEN SOURCE SELF DRIVING CAR https://github.com/commaai/openpilot

Here's the plan: https://medium.com/@comma_ai/our-road-to-self-driving-victor...

Our stack is largely Python, with some C/C++ and JS(React)

Hiring for 6 roles (https://comma.ai/jobs): Firmware Engineer, Game Developer, Machine Learning Engineer, Mapping Engineer, Sales Designer, Test/Release Engineer

...or reach out with a GitHub to [email protected]

You are aware we are giving away open source software that will control your car, right? It's online today! And it's on par with the best systems money can buy, Tesla Autopilot and GM Super Cruise.

https://github.com/commaai/openpilot

No ability to deliver?

comma.ai | San Francisco | Software Engineer | FULL-TIME | ONSITE

OPEN SOURCE SELF DRIVING CAR https://github.com/commaai/openpilot

Here's the plan: https://medium.com/@comma_ai/our-road-to-self-driving-victor...

Our stack is largely Python, with some C/C++ and JS(React)

Hiring for 6 roles (https://comma.ai/jobs): Firmware Engineer, Game Developer, Machine Learning Engineer, Mapping Engineer, Sales Designer, Test/Release Engineer

...or reach out with a GitHub to [email protected]

comma.ai here, happy to answer any questions.

The open source driving software is here: https://github.com/commaai/openpilot

We have a slack also if you are interested in this project: https://slack.comma.ai

Article links to Github: https://github.com/commaai/openpilot

> Currently it performs the functions of Adaptive Cruise Control (ACC) and Lane Keeping Assist System (LKAS) for Hondas, Acuras and Toyotas. It's about on par with Tesla Autopilot at launch...

> Right now openpilot supports the EON Dashcam DevKit. We'd like to support other platforms as well.

Video [0] shows the driver holding the wheel pretty often, but not around a highway curve.

[0] https://www.youtube.com/watch?v=iRkz7FuJsA8

comma.ai | San Francisco | Software Engineer | FULL-TIME | ONSITE

OPEN SOURCE SELF DRIVING CAR https://github.com/commaai/openpilot

Here's the plan: https://medium.com/@comma_ai/our-road-to-self-driving-victor... Our stack is largely Python, with some C/C++ and JS(React)

Hiring for 5 roles: https://jobs.lever.co/comma or reach out with a GitHub to [email protected]