udacity-driving-reader
udacity-driving-reader copied to clipboard
Quick docker based reader for udacity rosbag self-driving dataset. Dumps to png/jpg + csv or Tensorflow examples.
Even after modifying the docker file with the comment in issue #24 and pull request #28, the terminal gives me the following error: 29 | >>> RUN pip install \...
Fixed issue building image because the Python dependencies are not working more with Python 27 in the last versions.
Thank you very much for this script. Just a heads up that for small data sets, sub 6000 images, the user will encounter an error per below. Its easy to...
y', docker image 'udacity-reader'... Unable to find image 'udacity-reader:latest' locally docker: Error response from daemon: pull access denied for udacity-reader, repository does not exist or may require 'docker login': denied:...
I am getting manifest error when trying to install `Error response from daemon: manifest for timeshi1995/udacity-driving-reader:latest not found: manifest unknown: manifest unknown `
Built the docker environment manually and tried to run `python bagdump.py`. Got the error `No handler could be found for logger "rosout"` Had to run `source /opt/ros//setup.bash` in container's bash...
Hello, I'm getting the next error while trying to run sudo ./build.sh:  I don't know why this is happening since I'm using python 3.6.9 and already...
Hello, What are the units of the sensor data? Specifically, I want to use steering angle and speed. Are those in radians and kmh? Moreover, what are the time units?...
Fixed build errors