TB3 ROS Moving Object

From wikidb
Revision as of 21:02, 15 July 2018 by Edc (Talk | contribs)

Jump to: navigation, search

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

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


Note: first launch command in not there. The other two may be.

TBD