From 729cee9a4c801b82b71a093fc269710d5b093088 Mon Sep 17 00:00:00 2001 From: Pavel Lutskov Date: Thu, 28 Feb 2019 15:20:44 +0100 Subject: [PATCH] another small readme update --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1d005b3..5369275 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ imitate your arm motions. For more details, read our Our package relies on the NAO being reachable from the computer and the environment variable `NAO_IP` being set to the IP address of the NAO. +Our main code is written in Python and located in `script/` with the ArUco +detection and rviz GUI logic in C++ in `src/`. + ## Requirements * ROS Indigo on Ubuntu 14.04