How to leverage the Intel ROS Project

asked 2019-04-07 23:29:16 -0500

Ed C. gravatar image

I brought up the Intel ROS Project and don’t know how to test it, port it to the TB3, or leverage it. Intel ROS Project

I installed the Intel ROS Project because the diagram on it home page (see link above) suggested I should be able to use it to do interesting things. It also assures that the Movidius and RealSense APIs work well together. It was difficult to install because of the number of packages and instructions were written using different documentation, installation and test conventions. But I managed to complete that install after a couple false starts.

In the following paragraphs I document installation and test status to provide confidence that the install is promising. I am currently stuck. I don’t know what the next steps are.

INSTALL NOTES

  • Movidius and RealSense ROS demos work.
  • I had to install the Kobuki message package before I could complete the ROS Moving Object install: ros-kinetic-kobuki-msgs.

ROS MOVE OBJECT START UP

I executed the following in separate terminal windows. They executed without crashing and I could display an interesting rqt_graph.

$ roscore
$ roslaunch realsense2_camera rs_camera.launch enable_pointcloud:=true enable_sync:=true
$ roslaunch object_analytics_launch analytics_movidius_ncs.launch input_points:=/camera/points
$ roslaunch moving_object moving_object.launch
$ roslaunch object_analytics_visualization rviz.launch

RVIZ DISPLAY

rviz displays “No Image” in its Image window. Clearly I have a publisher/subscriber message mismatch. My /camera/realsense2_camera node is publishing /camera/realseanse2_camera_manager/bond. I see nothing in the rqt_graph subscribed to this message.

LIST OF NODES

$ rosnode list
/camera/realsense2_camera
/camera/realsense2_camera_manager
/moving_object
/object_analytics/ObjectAnalyticsMgr
/object_analytics/merger
/object_analytics/movidius_ncs_stream
/object_analytics/segmenter
/object_analytics/splitter
/object_analytics/tracker
/object_analytics/visualization2d
/object_analytics/visualization3d
/rosout
/rviz

LIST OF TOPICS

$ rostopic list
/camera/RGB_Camera/parameter_descriptions
/camera/RGB_Camera/parameter_updates
/camera/Stereo_Module/parameter_descriptions
/camera/Stereo_Module/parameter_updates
/camera/color/camera_info
/camera/color/image_raw
/camera/color/image_raw/compressed
/camera/color/image_raw/compressed/parameter_descriptions
/camera/color/image_raw/compressed/parameter_updates
/camera/color/image_raw/compressedDepth
/camera/color/image_raw/compressedDepth/parameter_descriptions
/camera/color/image_raw/compressedDepth/parameter_updates
/camera/color/image_raw/theora
/camera/color/image_raw/theora/parameter_descriptions
/camera/color/image_raw/theora/parameter_updates
/camera/depth/camera_info
/camera/depth/color/points
/camera/depth/image_rect_raw
/camera/depth/image_rect_raw/compressed
/camera/depth/image_rect_raw/compressed/parameter_descriptions
/camera/depth/image_rect_raw/compressed/parameter_updates
/camera/depth/image_rect_raw/compressedDepth
/camera/depth/image_rect_raw/compressedDepth/parameter_descriptions
/camera/depth/image_rect_raw/compressedDepth/parameter_updates
/camera/depth/image_rect_raw/theora
/camera/depth/image_rect_raw/theora/parameter_descriptions
/camera/depth/image_rect_raw/theora/parameter_updates
/camera/extrinsics/depth_to_color
/camera/extrinsics/depth_to_infra1
/camera/extrinsics/depth_to_infra2
/camera/infra1/camera_info
/camera/infra1/image_rect_raw
/camera/infra1/image_rect_raw/compressed
/camera/infra1/image_rect_raw/compressed/parameter_descriptions
/camera/infra1/image_rect_raw/compressed/parameter_updates
/camera/infra1/image_rect_raw/compressedDepth
/camera/infra1/image_rect_raw/compressedDepth/parameter_descriptions
/camera/infra1/image_rect_raw/compressedDepth/parameter_updates
/camera/infra1/image_rect_raw/theora
/camera/infra1/image_rect_raw/theora/parameter_descriptions
/camera/infra1/image_rect_raw/theora/parameter_updates
/camera/infra2/camera_info
/camera/infra2/image_rect_raw
/camera/infra2/image_rect_raw/compressed
/camera/infra2/image_rect_raw/compressed/parameter_descriptions
/camera/infra2/image_rect_raw/compressed/parameter_updates
/camera/infra2/image_rect_raw/compressedDepth
/camera/infra2/image_rect_raw/compressedDepth/parameter_descriptions
/camera/infra2/image_rect_raw/compressedDepth/parameter_updates
/camera/infra2/image_rect_raw/theora
/camera/infra2/image_rect_raw/theora/parameter_descriptions
/camera/infra2/image_rect_raw/theora/parameter_updates
/camera/pointcloud/parameter_descriptions
 /camera/pointcloud/parameter_updates
/camera/points ...
(more)
edit retag flag offensive close merge delete