Difference between revisions of "TB3 ROS Moving Object"

From wikidb
Jump to: navigation, search
(Build and Runtime Dependencies)
(Launch Steps)
Line 28: Line 28:
  
 
== Launch Steps ==
 
== Launch Steps ==
 +
 +
The following need to be installed
 +
  $ sudo apt-get install ros-kinetic-realsense-camera
  
 
'''Note''': first launch command in not there. The other two may be.
 
'''Note''': first launch command in not there. The other two may be.
  
 
TBD
 
TBD

Revision as of 20:30, 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

The following need to be installed

 $ sudo apt-get install ros-kinetic-realsense-camera

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

TBD