To install the Visual Detection and Logging system
- In a terminal, go to your catkin workspace.
- Run the command
git clone https://github.com/CSUN-SERL/Detection-SARWAI
Run the following series of commands to install Darknet
git submodule init git submodule update cd src/darknet_ros/darknet git checkout 59ed171
Go back to the root of your catkin workspace
Run
catkin_make
The Visual Detection and Logging system should now be installed.