intel / collision-avoidance-library

A framework for testing and benchmarking collision avoidance strategies
Apache License 2.0
81 stars 39 forks source link

Updated the dependency check based on AutoPilot #91

Closed avinash-palleti closed 7 years ago

avinash-palleti commented 7 years ago

Signed-off-by: Avinash Reddy Palleti avinash.reddy.palleti@intel.com

rchiossi commented 7 years ago

Apparently your editor is mixing spaces and tabs, as the second patch just made things worse. Also, we usually squash error fix commits like that second one and just push the functional ones. For big patches, it is better open a new PR with a V2 tag, but for small ones like this you can just force push a new version.

As this was fairly simple, I fixed the indentation and pushed it to master. :)

avinash-palleti commented 7 years ago

Thanks Rodrigo, I will check out the issue with my editor.