-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial plan and ideas #1
Comments
Simpler versionTo make it easy to build a v1 we could go for predicting throttle + steering from synth dataset. This reduces complexity a lot as we wouldn't need a tracking system, a messaging system, executing MPC, multiple threads and daemons, a state estimator etc... we could just run the model in a python loop and call it a day. We know it can work and it would be a good first step to validate synth -> real (we know it works since we know people who have done it) We could also try to install openpilot on the jetson nano and gauge how easy/hard it is to mod. I suspect it might be doable! I think we would also need to install ubuntu 20, and we could try this image |
Re: state estinator + MPC:We have a few sensors on the car: a camera, an IMU (accelerometer, gyroscope and magnetometer) and an encoder on the motor. Estimating state (position + velocity) with the IMU only is annoying because small errors are going to accumulate and the state estimation is going to drift. |
or learn a model using deep learning and data from the actual carrequires localizationand/or execute the trajectories on an actual track with the carrequires localization + executing the trajectorieslook into camera calibration. maybe we want to calibrate.start without it imomaybe also predict pose from the NN!might be a bit difficult and we can start without it see comment below re: state estimatorvalidate state estimator need localizationtry executing the trajectories by using external localizationgood time to collect an image test set for the trajectory predsThe text was updated successfully, but these errors were encountered: