From 83d126c4a1b9e89cd35e34fde8291290e9e8ba9b Mon Sep 17 00:00:00 2001 From: kpp55 <kpp55@drexel.edu> Date: Mon, 27 May 2019 15:32:42 -0400 Subject: [PATCH] Updated code for demo and darkent. --- Robot_Development/README.md | 2 ++ Sign_Detection/object_data/object10.data | 6 +++--- darknet_2/darknet | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Robot_Development/README.md b/Robot_Development/README.md index cf45a6b98..5219f5038 100644 --- a/Robot_Development/README.md +++ b/Robot_Development/README.md @@ -1,2 +1,4 @@ # Robot Development This is where all code for the robot will be located. The final folder is for what will be utlized in the robot. + +The robot code was developed using c++ std 11 and python 2.7 using ROS Kinetic. In order to use this code create a new dir called catkin_ws. Follow the tutorials on ROS wiki website on how to create a catkin project and catkin packages. If followed correctly you can just copy the src folder and run catkin make in your catkin project directory. diff --git a/Sign_Detection/object_data/object10.data b/Sign_Detection/object_data/object10.data index f351e3eaf..6874b5ac7 100644 --- a/Sign_Detection/object_data/object10.data +++ b/Sign_Detection/object_data/object10.data @@ -1,5 +1,5 @@ classes=10 -train = object_data/train10.list -valid = object_data/valid10.list -names = object_data/labels10.names +train = Sign_Detection/train10.list +valid = Sign_Detection/valid10.list +names = Sign_Detection/labels10.names backup = backup/ diff --git a/darknet_2/darknet b/darknet_2/darknet index 41983e35c..0543278a5 160000 --- a/darknet_2/darknet +++ b/darknet_2/darknet @@ -1 +1 @@ -Subproject commit 41983e35caf62121c3b37b96cdbc0f09198344d0 +Subproject commit 0543278a5bd7064fae6538afd1761b06b10f73ee -- GitLab