├── .gitignore ├── README.md ├── UIUC-OSU-APC-E-comparison-June-2015-CP.png ├── UIUC-OSU-APC-E-comparison-June-2015-CT.png ├── UIUC-propDB.zip ├── notes.bib ├── notes.pdf └── notes.tex /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvernacc/gazebo_motor_model_docs/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvernacc/gazebo_motor_model_docs/HEAD/README.md -------------------------------------------------------------------------------- /UIUC-OSU-APC-E-comparison-June-2015-CP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvernacc/gazebo_motor_model_docs/HEAD/UIUC-OSU-APC-E-comparison-June-2015-CP.png -------------------------------------------------------------------------------- /UIUC-OSU-APC-E-comparison-June-2015-CT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvernacc/gazebo_motor_model_docs/HEAD/UIUC-OSU-APC-E-comparison-June-2015-CT.png -------------------------------------------------------------------------------- /UIUC-propDB.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvernacc/gazebo_motor_model_docs/HEAD/UIUC-propDB.zip -------------------------------------------------------------------------------- /notes.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvernacc/gazebo_motor_model_docs/HEAD/notes.bib -------------------------------------------------------------------------------- /notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvernacc/gazebo_motor_model_docs/HEAD/notes.pdf -------------------------------------------------------------------------------- /notes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvernacc/gazebo_motor_model_docs/HEAD/notes.tex --------------------------------------------------------------------------------