Difference between revisions of "TB3 Intel Object Messages"

From wikidb
Jump to: navigation, search
(Created page with "=== Build and Install === $ cd ~/catkin_ws/src $ git clone https://github.com/intel/object_msgs $ cd ~/catkin_ws $ catkin_make $ catkin_make install $ s...")
 
 
Line 1: Line 1:
 +
=== References ===
 +
 +
* [https://github.com/intel/object_msgs/blob/master/README.md README]
 +
* [https://github.com/intel/ros_intel_movidius_ncs/blob/devel/README.md ROS Intel Movidius README] see also section 4 See also "building and Installation"
 +
 
=== Build and Install ===
 
=== Build and Install ===
  

Latest revision as of 21:37, 23 June 2018

References

Build and Install

 $ cd ~/catkin_ws/src

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

 $ cd ~/catkin_ws

 $ catkin_make

 $ catkin_make install

 $ source install/setup.bash

Run and Test

None