Difference between revisions of "TB3 Intel ROS Project"

From wikidb
Jump to: navigation, search
(3 Environment Setup)
(Package: ROS Intel Movidius NCS (4))
Line 73: Line 73:
 
* [https://github.com/intel/ros_intel_movidius_ncs ROS Intel Movidius NCS]
 
* [https://github.com/intel/ros_intel_movidius_ncs ROS Intel Movidius NCS]
  
=== 3 Environment Setup ===
+
=== 3 Environment Setup - SDK Install ===
 +
 
 +
This section is really an install for the Movidius SDK.
  
 
* [https://github.com/intel/ros_intel_movidius_ncs/blob/devel/README.md README] see section 3 "Environment Setup" from ROS Intel Movidius NCS above
 
* [https://github.com/intel/ros_intel_movidius_ncs/blob/devel/README.md README] see section 3 "Environment Setup" from ROS Intel Movidius NCS above
Line 91: Line 93:
 
*** Consider '''Done Jan 2019'''
 
*** Consider '''Done Jan 2019'''
  
=== Build, Install and Run Demos ===
+
=== 4 Build, Install and Run Demos - ROS Wrapper Install ===
  
 
Work Link: [[TB3 ROS Intel Movidius NCS]]
 
Work Link: [[TB3 ROS Intel Movidius NCS]]

Revision as of 15:24, 4 February 2019

References

 

Prerequisites: (0)

Status

Done Almost Feb 2019 Some of the tests didn't pass.

getting a bus/dev erros

Software Environment

Package: Object Msgs (1)

Status

Done Jan 2019

References

Build, Install and Test

Work Log: TB3 Intel Object Messages

Package: Intel ROS Object Detect Launch (3)

Status

Done Jan 2019

Reference

Build, Install and Test

Work Log: TB3 Intel ROS Object Detect Launch

Package: ROS Intel Movidius NCS (4)

Strategy

"Also of note is the ncappzoo/ncapi2_shim project which will allow NCAPI v1 python code to run with NCAPI v2 installed with very little work. See the README.md file in that directory for more information on how to use the shim. Many projects in the ncsdk2 branch make use of this shim as well."

I've experience incompatibility issues using version 1 of Realsense and Movidius drivers. I'm going with version 2 which will probably break App Zoo and require a shim layer to fix. The instructions for Movidius call for the installation of NCSDK v1.12.00. I couldn't install this version and may have broken pip3 items while doing an upgrade. See DEPRECIATED at the bottom. Instead I'm installing v2.08. This will probably cause cv2.so issues with Python3. See Status in the next section.

Status

Done Almost Some of the tests have changed

Still cv2.so from ROS issues

References for Steps Below

3 Environment Setup - SDK Install

This section is really an install for the Movidius SDK.

  • README see section 3 "Environment Setup" from ROS Intel Movidius NCS above
  • Install ROS Kinetic Desktop-Full Done Jan 2019 Dellras ROS
  • Create a catkin workspace Done Jan 2019
  • Install DCSDK v2.08 Done Jan 2019 TB3 Movidius Neural Compute Stick 2.08
  • Install NC APP Zoo Done Jan 2019 TB3 Movidius Applications
  • NCSDK should be installed in /opt/movidius by default. Create a symbol link in /opt/movidius to NC APP Zoo. Done Jan 2019 TB3 Movidius Applications
  • Install ROS package for different cameras as needed. Done Feb 2019
    • Standard USB Cameras Done Feb 2019 TR3 Standard USB Cameras or
    • RealSense D400 series camera Done Jan 2019 [[TB3 Install ROS RealSense 2
    • STOP don't use these ROS Realsense instructions.
      • The git checkout 2.0.2 broke the catkin_make.
      • I fixed by removing the src/realsense directory
      • Reinstalled the Realsense ROS Wrapper by using the instructions at the end TB3 Install ROS RealSense 2
      • Consider Done Jan 2019

4 Build, Install and Run Demos - ROS Wrapper Install

Work Link: TB3 ROS Intel Movidius NCS

Tried only one for now. It was the GoogleNet demo: Test Passed.

Package: Intel ROS Object Analytics (2)

Status

In Process

Reference

Install, Test and Run

Work Log: TB3 Intel ROS Object Analytics

Package: ROS OpenCL Caffe (5)

Status

In Process

Reference

Install, Test and Run

Work Log: TB3 ROS OpenCL Caffe

Package: ROS Moving Object

Status

TBD

Reference

Install, Test and Run

Work Log: TB3 ROS Moving Object

Demos and Regression Tests

TB3 Demos and Regression Tests

DEPRECIATED

From Summer 2018 installs when I was attempting to enable a D200

Opens

Prerequisites: (0)

Don't have a series D400 camera. Going to see how well an SR300 works.
The D200 the realsense SDK appears to be incompatible with the Intel ROS Project.
I'll install realsense2 SDK because it supports the SR300 and D400.
I can move to the D400 if the SR300 won't work.
See ROS RealSense


I tried using the realsense SDK (not realsense2) and broke my install by forcing an install. Don't follow this path. Give up on the D200.

Package: ROS Intel Movidius NCS (4)

Environment Setup

Don't try to install Realsense 1