Earlier quoted context omitted.
that's not what "at your own risk" means. "At your own risk" means you bear the risk (legally). If something happens, it is on you, and the manufacturer offloads any liability on you. That does not imply what the risks are. Life threatening? You are risking other people's lives.
No need to be pedantic. No-one's arguing about the meaning of 'at your own risk', it's just that your decision to use this software affects more than just yourself.
We Tested Comma AI's OpenPilot
61–70 of 163 posts
Re: We Tested Comma AI's OpenPilot
#62Earlier quoted context omitted.
> 1. Speed limit for the area/road I am in. That one already exists, many manufacturers already provide 'intelligent speed' systems, which combine gps and traffic sign recognition camera info to determine the current speed limit in that stretch of road and display it on your dashboard.
Most satnavs have it already.
- Satnav, is based on GPS which has a degree of error, it might place on a 4 lane road or a 2 lane road immediately parallel to it, with a drastically different speed limit.
- Satnav has no way of adapting to temporary lane closures or roadwork speed limits.
That's the reasoning for combining GPS with TSR camera data, in these 'intelligent speed' ADAS systems.
Re: We Tested Comma AI's OpenPilot
#63Very nicely executed device with a good price point. Of course it's an utter nightmare with regards to privacy and I'd be very nervous regarding security and safety when I'd hand over the controls of my car to basically an android phone. Maybe I skimmed over it but I'd be interested in knowing which phones they use exactly. So I applaud the engineering but it's not a device I'd buy (and yes I do own and carry around…
My main concern would be that the architecture of an OTS Android system does not offer any guarantees regarding real-time i.e. hard deadlines. Ever had an android app or even the whole phone locking up? Even if it is only for a second or two, I don't want this to happen to a device that feeds live data into my car's controller. Even if this is only level 2 driver assist. If a car would get a bogus "you are crossing a…
The only instance where you are steering is on the new lane switch (turn on blinker, check lane, depart from current lane)
Re: We Tested Comma AI's OpenPilot
#64I want a device that will not control the car but will give more a ton of real-time information, ideally projected on some corner of my windshield. Information including: 1. Speed limit for the area/road I am in. 2. Real time radar report telling me how many cars/pedestrians e.t.c are around me. 3. Information on common accident types in the area I am driving in. 4. For my corner of the world, it will be good to get…
> 1. Speed limit for the area/road I am in. That one already exists, many manufacturers already provide 'intelligent speed' systems, which combine gps and traffic sign recognition camera info to determine the current speed limit in that stretch of road and display it on your dashboard.
Re: We Tested Comma AI's OpenPilot
#65Earlier quoted context omitted.
Most satnavs have it already.
Partially... - Satnav, is based on GPS which has a degree of error, it might place on a 4 lane road or a 2 lane road immediately parallel to it, with a drastically different speed limit. - Satnav has no way of adapting to temporary lane closures or roadwork speed limits. That's the reasoning for combining GPS with TSR camera data, in these 'intelligent speed' ADAS systems.
Waze is pretty good at this, presumably because the road/map data is crowdsourced
Re: We Tested Comma AI's OpenPilot
#66I am willing to bet that the nimble AutoPilot selling Waymo and Tesla have some hope. Cruise and Zoox are burning VC money like crazy with little to show.
Re: We Tested Comma AI's OpenPilot
#67I want a device that will not control the car but will give more a ton of real-time information, ideally projected on some corner of my windshield. Information including: 1. Speed limit for the area/road I am in. 2. Real time radar report telling me how many cars/pedestrians e.t.c are around me. 3. Information on common accident types in the area I am driving in. 4. For my corner of the world, it will be good to get…
I like to play the 'continuous driving' game where I coast in neutral if the next light is red and try to get the green light so save kinetic energy etc
With this data I could compute the avg speed required to do so (granted there are other factors because I don't want to clog the traffic too etc etc)
Re: We Tested Comma AI's OpenPilot
#68I am willing to bet that the nimble AutoPilot selling Waymo and Tesla have some hope. Cruise and Zoox are burning VC money like crazy with little to show.
The numbers for Cruise reported by GM [1]:
As of six months Q22020, Cruise posted revenues of $53m and total expenses of $498m, compared to $50m in rev and $553m in expenses for the same six month period in 2019.
Total cash in hand for Cruise is $2.2b with zero debt
2 more years of cash burn is not your typical startup that is 'burning VC money like crazy', but still the cash burn is large.
Now the question is if Cruise can expect any revenue from the new DMV authorization in SF [2]
[1] starts page 9 https://media.gm.com/content/dam/Media/gmcom/investor/2020/j...
[2] https://www.dmv.ca.gov/portal/news-and-media/dmv-authorizes-...
Re: We Tested Comma AI's OpenPilot
#69Earlier quoted context omitted.
CAN bus is the standard physical interface. What is not standard is the message being passed, so each car will have it's own message for car information. What surprised me about OpenPilot is how some of the electric steering system can be tricked into turning using false sensor data. It's actually amazing that almost all cars now can be driven by software the only thing missing are more accurate and complicated senso…
OpenPilot doesn't "trick" the steering system using "false sensor data". The steering controller just accepts messages for commanding steering over CAN bus. The same messages are used by the stock ADAS system. Also, this bus is not usually exposed to the OBD port, so OpenPilot just connects to the same port the stock ADAS ECU uses.
Re: We Tested Comma AI's OpenPilot
#70Earlier quoted context omitted.
CAN bus is the standard physical interface. What is not standard is the message being passed, so each car will have it's own message for car information. What surprised me about OpenPilot is how some of the electric steering system can be tricked into turning using false sensor data. It's actually amazing that almost all cars now can be driven by software the only thing missing are more accurate and complicated senso…
It is actually concerning that you can inject false sensor data this easily. I mean, sure, the messages on the CAN will not be encrypted or signed in any way, I know, but still...