Skip to content

vivekgana/autonomous

 
 

Repository files navigation

FUBAR Labs Autonomous PowerWheels Racing

Simple model in basic_model.py. Currently linear with mean squared error loss (summed over outputs?)

Inputs

  • Webcam image
  • Current Accel
  • Current Speed

Future Inputs

  • Current Distance from rangefinder
  • Current Steering wheel angle

Outputs

  • Steering Wheel angle
  • Maybe speed?

Data sources

Notes

Driving model is in current_model.py. Weights are on Google Drive. Line 74 of the model will have to be changed to reflect the true location/name of the weights file.

#Python Libraries
import os
import math
import numpy as np
import h5py
import glob
import scipy
import scipy.misc
import random

import argparse

About

Powerwheels Racing Autonomous Vehicle Model

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 76.3%
  • Other 23.6%
  • Shell 0.1%