rwightman / udacity-driving-reader

Quick docker based reader for udacity rosbag self-driving dataset. Dumps to png/jpg + csv or Tensorflow examples.
Apache License 2.0
162 stars 64 forks source link

Issues related to Dockerfile and run.sh #17

Closed aayushARM closed 5 years ago

aayushARM commented 5 years ago

There were several issues I faced while trying to extract the data from .bag files: Docker file: When trying to run as is:

Run.sh:

After fixing the above problems, everything works as expected. I think Docker file and Run.sh need small changes. I have opened a pull request, please have a look.

rwightman commented 5 years ago

Thanks for the PR, haven't had a chance to run so will leave open for now so others can find it. This project is getting a bit dated, hence the python package version issues, upgrade as you suggest helps. Overall someone should/could update everything to use Melodic :)

The paths in run.sh are already absolute, they lead with a slash, they just reference a specific location for the data that's not in the current directory. One way or another what needs to go there is system specific, perhaps in pwd is a bit more generic for a default but not critical either way, the user has to understand it needs to match the location of data folder on their system.

rwightman commented 5 years ago

All fixed, thanks