Difference between revisions of "TB3 ROS Moving Object"

From wikidb
Jump to: navigation, search
(Launch Steps)
(Launch Steps)
Line 29: Line 29:
 
== Launch Steps ==
 
== Launch Steps ==
  
 +
=== Launch 1 ===
 +
 +
The following didn't launch
 +
 +
  $ roslaunch realsense_ros_camera rs_camera.launch enable_pointcloud:=true enable_sync:=true
 +
 +
What I attempted to do to fix it
 
The following need to be installed '''Not'''
 
The following need to be installed '''Not'''
 
   $ sudo apt-get install ros-kinetic-realsense-camera
 
   $ sudo apt-get install ros-kinetic-realsense-camera
Line 46: Line 53:
 
Got to find realsense_persontracking
 
Got to find realsense_persontracking
 
   
 
   
    
+
=== Launch 2 ===
 +
 
 +
The following launched but I haven't figured out what it does.
 +
 
 +
   $ roslaunch object_analytics_launch analytics_movidius_ncs.launch input_points:=/camera/points
 +
 
 +
=== Launch 3 ===
  
'''Note''': first launch command in not there. The other two may be.
+
The following launched but I haven't figured out what it does.
  
TBD
+
  $ roslaunch moving_object moving_object.launch

Revision as of 21:15, 15 July 2018

Reference

Build and Runtime Dependencies

Build Steps

The following was missing from the dependencies. It fails to make without it.

 $ sudo apt-get install ros-kinetic-kobuki-msgs
 $ cd catkin_ws/src/
 
 $ git clone https://github.com/intel/ros_moving_object
 
 $ cd ..

 $ catkin_make

 $ catkin_make install

Launch Steps

Launch 1

The following didn't launch

 $ roslaunch realsense_ros_camera rs_camera.launch enable_pointcloud:=true enable_sync:=true

What I attempted to do to fix it The following need to be installed Not

 $ sudo apt-get install ros-kinetic-realsense-camera
 $ cd ~/catkin_ws/src

 $ git clone https://github.com/intelRealSense/realsense_samples_ros

 $ cd ..

 $ catkin_make
     ...
     --   No package 'realsense_persontracking' found
     CMake Error at /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:367 (message):
     ...

Got to find realsense_persontracking

Launch 2

The following launched but I haven't figured out what it does.

 $ roslaunch object_analytics_launch analytics_movidius_ncs.launch input_points:=/camera/points

Launch 3

The following launched but I haven't figured out what it does.

 $ roslaunch moving_object moving_object.launch