Difference between revisions of "TB3 Intel ROS Object Analytics"

From wikidb
Jump to: navigation, search
(Build and Test)
(Build and Test)
Line 31: Line 31:
 
   $ catkin_make run_tests
 
   $ catkin_make run_tests
  
[[Intel ROS Object Analytics Test Log]]
+
There is one test failure. See [[Intel ROS Object Analytics Test Log]]. This error disappeared when I did the following:
 +
 
 +
  $ cd /opt/ros/kinetic/lib/python2.7/dist-package
 +
 
 +
  $ ll cv2*
 +
      -r--r--r-- 1 root root 4774832 Mar 15 13:25 cv2_rename.so
 +
      -r--r--r-- 1 root root 4774832 Jun 21 21:19 cv2.so
 +
 +
  $ sudo rm cv2.so
 +
 
  
 
'''Not yet done'''
 
'''Not yet done'''
  
 
   $ catkin_make install
 
   $ catkin_make install

Revision as of 19:10, 26 June 2018

Reference

Dependencies

Compiling dependecies - Passed

  • roscpp, nodelet, and ros-kinetic-opencv3 found with "aptitude search roscpp | grep ^i"
  • libpcl and libpcl-dev found but not the -all with aptitude search
  • std_msgs, sensor_msgs, geometry_msgs, dynamic_reconfigure, pcl_conversions, and cv_bridge found with "find /opt -name std_msgs;

Other Ros packages - Passed

OpenCV - Passed

 $ cat /opt/ros/kinetic/share/opencv3/package.xml | grep version
     <version>3.3.1</version>

Build and Test

 $ cd ~/catkin_ws/src/

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

 $ cd ..

 $ catkin_make

 $ catkin_make run_tests

There is one test failure. See Intel ROS Object Analytics Test Log. This error disappeared when I did the following:

 $ cd /opt/ros/kinetic/lib/python2.7/dist-package
 
 $ ll cv2*
     -r--r--r-- 1 root root 4774832 Mar 15 13:25 cv2_rename.so
     -r--r--r-- 1 root root 4774832 Jun 21 21:19 cv2.so

 $ sudo rm cv2.so 


Not yet done

 $ catkin_make install