AbhiRP / Autonomous-Robot-Navigation-using-Deep-Learning-Vision-Landmark-Framework

Autonomous Robot Navigation using Tensorflow Incpetion V3 Image Recognition Engine and Robot Operating System (ROS)
89 stars 39 forks source link

./imageClassifier.sh #1

Open Abduoit opened 6 years ago

Abduoit commented 6 years ago

Hi

I am trying to test your repo, but I getting the following issue I run everything normally until I run ./imageClassifier.sh I know this step takes the image and send i to classifying step, but I think there is something wrong any help please ???


(abdu-tensorflow)abdulrahman@abdu:~/Autonomous-Robot-Navigation-using-Deep-Learning-Vision-Landmark-Framework/Scripts$ ./imageClassifier.sh
bash: ./imageClassifier.sh: Permission denied
(abdu-tensorflow)abdulrahman@abdu:~/Autonomous-Robot-Navigation-using-Deep-Learning-Vision-Landmark-Framework/Scripts$ sudo ./imageClassifier.sh
[sudo] password for abdulrahman: 
sudo: ./imageClassifier.sh: command not found
Redhwanalgabri commented 6 years ago

hi I am trying to implement this :

rosrun kobuki_odom odom_listener

and this:

rosrun depthimage_to_laserscan depthimage_to_laserscan image:=/camera/depth/image_raw _scan_time:=0.5 _min_range:=0.1

l can't I am new in a ROS please help me

MILOTIDE commented 6 years ago

Hello, where can I find the odom_listener.cpp script? Thanks. @Abduoit

HaFred commented 2 years ago

Seems like the src code is not included in this repo?