Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
We want to connect autonomous vehicle engineers and specialists
and bring together people of diverse backgrounds and areas of expertise
to empower everyone to share their knowledge and stimulate AV research.
Let's make autonomy a reality together!
Can autononous cars developers program their cars to drive like the locals?
Well, driving like a local usually means doing some illegal driving maneuvers which used to be a cause of accidents Developers have to and will program cars to drive accordingly to the traffic rules Locals ignore many rules but they will have to get used to driverless cars that drive correctly
Well, driving like a local usually means doing some illegal driving maneuvers which used to be a cause of accidents
See lessDevelopers have to and will program cars to drive accordingly to the traffic rules
Locals ignore many rules but they will have to get used to driverless cars that drive correctly
Will SLAM + Cameras + HD maps BUT no LIDAR solve the problem for autonomous cars?
What you are probably referring to is not SLAM but just localization with HD Maps. That is now at a pretty good level of reliability in many of the projects out there. It depends on the quality of the maps of course, and the quality of the localization. However, LIDAR is still preferred. Those attemRead more
What you are probably referring to is not SLAM but just localization with HD Maps. That is now at a pretty good level of reliability in many of the projects out there. It depends on the quality of the maps of course, and the quality of the localization.
See lessHowever, LIDAR is still preferred. Those attempting to do it with cameras are aware of the issues with variation of illumination and choose algorithms to work with that. Many algorithms will not work in a freshly snow covered road, or after an ice storm, or in heavy rain or snow etc. but some are better than others. People consider it good enough to put robots out there, though they may shut them down in certain weather.
If AI is so important in training self-driving cars to drive, why aren’t car manufacturers paying us to put cameras on cars?
Terabytes of videos are not helpful without the sensor and control data that describes where the car was and what it intended to do at he exact moment The driverless cars are rolling computers and sensor suites hoovering up data during their trials.
Terabytes of videos are not helpful without the sensor and control data that describes where the car was and what it intended to do at he exact moment
See lessThe driverless cars are rolling computers and sensor suites hoovering up data during their trials.
How many radars, LiDARs, cameras, etc. should a self-driving car have to provide the passengers safety?
The answer today is “As many as can be effective together, almost regardless of cost.” For the first few years of deployment of robocars, safety is paramount. Well, it’s always paramount, but in those early years, even more so, because it’s not about making money or slick design yet. It’s about makiRead more
The answer today is “As many as can be effective together, almost regardless of cost.”
For the first few years of deployment of robocars, safety is paramount. Well, it’s always paramount, but in those early years, even more so, because it’s not about making money or slick design yet. It’s about making it work, safely, and developing public trust.
That doesn’t mean you go crazy. Sometimes extra sensors just add complexity and confusion, so you want to tune for how well you can fuse the data from the sensors.
While cost is much less important than it will be in future, it still plays some role. A $75,000 LIDAR (which is commonly used for research) is just at the upper range of what’s practical for a taxi, and above what’s practical for a private car in volumes. However, the price of these is already falling fast.
In general you need to sense a variety of things:
– Pretty much everything in front of the vehicle to a long range — over 200m for highway driving, 100m for lower speed urban driving. 100m range lidar, camera and 250m range radar are popular here, along with 250m range lidar. Camera is also required.
– You must sense the the sides (left and right) when crossing or turning onto streets with fast traffic. Typically side facing radar is popular here.
– You want shorter range sensors directly behind for backing up. Here, stereo camera and lidar can function well, and even ultrasonics.
– You want longer range detection of vehicles moving up fast in other lanes for us in lane changing. Radar is good here
– You want general awareness of the surroundings of the vehicle at short range to the sides.
See lessCameras, ultrasonics and wide-angle lidar are popular here, as well as shorter range phase based time of flight.
What is the difference between – Model Predictive Control, Generalized Predictive Control and Long Range Predictive Control?
Generalized predictive control (GPC) is a member of the MPC family of methods, where the mathematical model of the system is a “controlled auto-regressive and integrated moving-average” (CARIMA) model. Long range predictive control (LRPC) seems (although I might be wrong since I am seeing this nameRead more
Generalized predictive control (GPC) is a member of the MPC family of methods, where the mathematical model of the system is a “controlled auto-regressive and integrated moving-average” (CARIMA) model.
Long range predictive control (LRPC) seems (although I might be wrong since I am seeing this name for the first time) to be used interchangeably with MPC (especially around 1990–2000).
Model predictive control (MPC) is a family of control methods based on real-time repeated optimal control. These methods are intended for solving multivariable, constrained, infinite horizon, and possibly nonlinear, optimal control problems approximately via finite horizon solutions implemented in receding horizon fashion. These finite horizon solutions involve optimizing the objective function for the (finite) prediction horizon, where the predictions are based on a mathematical model of the dynamical system to be controlled.
There are many variants of MPC (there may be more):
See less> model algorithmic control: MPC using an impulse-response model
> dynamic matrix control: MPC using a step-response model
> generalized predictive control: MPC using a CARIMA model
> hybrid MPC: MPC using a hybrid system model (i.e., with binary state variables and/or control inputs in addition to continuous ones)
> with uncertainty treatment: robust MPC, stochastic MPC
> with real-time system identification: adaptive MPC (model is updated online)
> with parametric optimization: explicit MPC (control law is computed offline and implemented as a look-up table)
What are the main challenges , problems to be solved in computer vision field?
Currently the most important challenge faced by autonomous car in computer vision is how to run most of the algorithm in real time and that too in complex and cluttered environment. Making a vision model which can achieve high accuracy in no more a problem today because of deep learning but making iRead more
Currently the most important challenge faced by autonomous car in computer vision is how to run most of the algorithm in real time and that too in complex and cluttered environment. Making a vision model which can achieve high accuracy in no more a problem today because of deep learning but making it work in real time that too in more complex environments like in Indian roads is.
See lessToday computer vision algorithms for autonomous vehicles are getting a direct competition from LiDAR because LiDAR can solve most of the problems which is much complex for vision algorithms and at at same time can also help vehicles with mapping and localizing.
Vision fails in SLAM thus which is why its usage in autonomous vehicle is now limited for lane marking and generation and to make low cost ADAS systems.
Whats your opinion, should we use artificial intelligence to determine how self-driving cars behave in accidents?
AI has many sorts of issues at the moment, moreover its very hard to train AI to act in accidents better than humans (at the moment). And Its a very complicated task to simulate all the possible situations on the road and their outcomes to train the AI properly. I think autonomous cars should avoidRead more
AI has many sorts of issues at the moment, moreover its very hard to train AI to act in accidents better than humans (at the moment).
See lessAnd Its a very complicated task to simulate all the possible situations on the road and their outcomes to train the AI properly. I think autonomous cars should avoid the accident by predicting its probability and taking appropriate actions IN ADVANCE or stop.