intel / collision-avoidance-library

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

Cannot find ./coav-control #144

Closed jonathan84clark closed 6 years ago

jonathan84clark commented 6 years ago

I am unable to follow the instructions under "Testing Collision Avoidance Library with coav-control." I built the project for the Intel Aero drone by following the instructions. The build finished successfully however the executable does not appear to be in the folder it is supposed to be. The /tools/coav-control directory does not contain any executable files or sub folders.

I went through the steps for deploying on the Intel Aero however there is no way to login as root. I tried sudo and su - (I am fairly new to Linux) no luck; Authentication failure.

jonathan84clark commented 6 years ago

I figured it out. You have to go into the build folder in /tools/coav-control and type "make" this will build the coav-control executable, then the next steps can be run. Not sure why this step isn't in the readme.