Autopilot: an open source driving agent
github.com
Autopilot: an open source driving agent
1–10 of 129 posts
Re: Autopilot: an open source driving agent
#2Now that this is open source though, I wonder what their next project will be?
Re: Autopilot: an open source driving agent
#3In the future bits of a self-driving car system may get open-sourced the way Facebook Open Compute has emerged in data centers, but first the proprietary implementations will need to pave the way in the legal world.
It's not all bad news, though: I'd love to see a free software project that converted my lawn mower into a self-driving lawn mower...
Re: Autopilot: an open source driving agent
#4Re: Autopilot: an open source driving agent
#5Which seems to indicate that they are clinically insane, given they are using a system that can easily have excessive scheduling latencies under load to steer a car.
Re: Autopilot: an open source driving agent
#6Re: Autopilot: an open source driving agent
#7There are reasons why we have realtime operating systems, deterministic bus systems and dedicated CPUs for these kinds of applications.
That might be an interesting research, prototyping or simulation platform. But nothing you want to have on a real public road.
Re: Autopilot: an open source driving agent
#8Re: Autopilot: an open source driving agent
#9Really, a safety critical hard realtime system with control loops on top of Python, a general purpose OS and a CAN-USB adapter? There are reasons why we have realtime operating systems, deterministic bus systems and dedicated CPUs for these kinds of applications. That might be an interesting research, prototyping or simulation platform. But nothing you want to have on a real public road.
As in research projects, which this project expressly states that it is? What are those reasons? It seems like being able to test theories as quickly and cheaply as possible is the top priority. If Python, a general purpose OS, and a CAN-USB adapter is sufficient to conduct the research and satisfies those attributes, it seems like the perfectly logical way forward.
I understand why you would want to move to such systems you describe once your research has concluded and you are now building something for production, but that is not the intent of this project, at least at this stage. It specifically says so.
Re: Autopilot: an open source driving agent
#10Really, a safety critical hard realtime system with control loops on top of Python, a general purpose OS and a CAN-USB adapter? There are reasons why we have realtime operating systems, deterministic bus systems and dedicated CPUs for these kinds of applications. That might be an interesting research, prototyping or simulation platform. But nothing you want to have on a real public road.
> these kinds of applications. As in research projects, which this project expressly states that it is? What are those reasons? It seems like being able to test theories as quickly and cheaply as possible is the top priority. If Python, a general purpose OS, and a CAN-USB adapter is sufficient to conduct the research and satisfies those attributes, it seems like the perfectly logical way forward. I understand why you…
Unless you're not planning on ever releasing then a platform like this makes sense for strictly research, but Comma AI did plan on releasing their product until they got shut down.