Difference between revisions of "TB3 Intel ROS Project"

From wikidb
Jump to: navigation, search
(Prerequisites)
(Package 1 Object Msgs)
Line 12: Line 12:
  
 
* [https://github.com/intel/ros_intel_movidius_ncs/blob/devel/README.md README] see section 4 See also "building and Installation"
 
* [https://github.com/intel/ros_intel_movidius_ncs/blob/devel/README.md README] see section 4 See also "building and Installation"
 +
 +
  $ cd ~/catkin_ws/src
 +
 +
  $ git clone https://github.com/intel/object_msgs
 +
 +
  $ cd ~/catkin_ws
 +
 +
  $ catkin_make
 +
 +
  $ catkin_make install
 +
 +
  $ source install/setup.bash
  
 
= Package 4 ROS Intel Movidius NCS =
 
= Package 4 ROS Intel Movidius NCS =

Revision as of 11:17, 23 June 2018

References

Prerequisites 0

  • Ubuntu 16.04 Done Dual Boot
  • ROS Kenetic Done Dellras ROS
  • 3D camera ROS node Double Check See Package 4 below

Package 1 Object Msgs

  • README see section 4 See also "building and Installation"
 $ cd ~/catkin_ws/src

 $ git clone https://github.com/intel/object_msgs

 $ cd ~/catkin_ws

 $ catkin_make

 $ catkin_make install

 $ source install/setup.bash

Package 4 ROS Intel Movidius NCS

Environment Setup

  • README see section 3 "Environment Setup"