Difference between revisions of "TB3 Demos and Regression Tests"

From wikidb
Jump to: navigation, search
Line 15: Line 15:
 
* [[TurtleBot3_Run_Scripts]] Mapping and navigation
 
* [[TurtleBot3_Run_Scripts]] Mapping and navigation
 
* '''Passes'''
 
* '''Passes'''
 +
  
 
= RealSense =
 
= RealSense =
Line 31: Line 32:
 
or
 
or
 
   $ rs-pointcloud
 
   $ rs-pointcloud
 
  
 
== ROS Realsense Wrapper ==
 
== ROS Realsense Wrapper ==
Line 58: Line 58:
 
   $ roslaunch opencl_caffe_launch usb_cam_viewer.launch
 
   $ roslaunch opencl_caffe_launch usb_cam_viewer.launch
  
= Movidius Neural Compute Stick SDK 1.12 - Tensorflow example =
 
  
 +
= Movidius Neural Compute Stick SDK 1.12 - Tensorflow example =
  
 
* [[TB3_Movidius_Newual_Compute_Stick_1.12]]  
 
* [[TB3_Movidius_Newual_Compute_Stick_1.12]]  
 
* Movidius NCS plugged in
 
* Movidius NCS plugged in
  
=== Validation Run ===
+
== Validation Run ==
 
* '''Passed'''  
 
* '''Passed'''  
  
Line 72: Line 72:
  
 
[[NCS 1.12 Tensorflow Examples Make Log]]
 
[[NCS 1.12 Tensorflow Examples Make Log]]
 +
  
 
= Movidius Applications =
 
= Movidius Applications =

Revision as of 13:36, 9 March 2019

USB Cam

Reference

Core Drivers

 $ roslaunch usb_cam usb_cam-test.launch


Navigation Functionality


RealSense

Reference

Precondition

  • D415 plugged in

Core Drivers

 $ realsense-viewer

or

 $ rs-pointcloud

ROS Realsense Wrapper

Terminal 1

 $ roscore

Terminal 2

 roslaunch realsense2_camera rs_camera.launch

Terminal 3

 $ rosrun image_view image_view image:=/camera/color/image_raw

or

 $ rosrun image_view image_view image:=/camera/depth/image_rect_raw

or Not Working

 $ rqt_image_view

ROS OpenCL Caffe with USB Cam

 $ roslaunch opencl_caffe_launch usb_cam_viewer.launch


Movidius Neural Compute Stick SDK 1.12 - Tensorflow example

Validation Run

  • Passed
 $ cd ~/workspace/ncsdk/examples/tensorflow/inception_v3
 
 $ make all

NCS 1.12 Tensorflow Examples Make Log


Movidius Applications

  • TB3_Movidius_Applications
  • Passed
  • Movidius NCS plugged in
  • /opt/ros/kinetic/lib/python2.7/dist-packages/cv2.so
  • Shows image of an elephant
 $ cd ~/workspace/ncappzoo/tensorflow/mobilenets
 
 $ python3 ../../apps/image-classifier/image-classifier.py --graph ./model/graph --dim 224 224 --mean 127.5 --scale 0.00789 --colormode "RGB" --labels ./model/labels.txt --image ../../data/images/pic_053.jpg
 

Or in Live Image View

  • TB3_Movidius_Applications
  • Passed
  • Movidius NCS plugged in
  • remove /opt/ros/kinetic/lib/python2.7/dist-packages/cv2.so
  • Shows image of an elephant
$ cd ~/workspace/ncappzoo/apps/live-image-classifier/

$ python3 live-image-classifier.py --graph ../../tensorflow/mobilenets/model/graph --labels ../../tensorflow/mobilenets/model/labels.txt --mean 127.5 --scale 0.00789 --dim 224 224 --colormode="RGB"

Live Image View App Zoo Age Example

  • Passed
 $ cd ~/workspace/ncappzoo/apps/live-image-classifier/
 
 $ make all