ros_comm
stack to support lsd_slamrosrun <package> <executable>
Checking ROS topics (such as usb camera stream) with rostopic list
Making the first experiment with the original dataset and my Creative HD live webcam. The next command need to be executed in a terminal:
roscore
rosrun usb_cam usb_cam_node
rosrun lsd_slam_core live_slam /image:=/usb_cam/image_raw _calib:=creative_hd_webcam.cfg
rosrun lsd_slam_viewer viewer
The content of the calibration file is:
640.204321 640.204321 319.5 239.5 0.080310051 -0.714108643 0 0
640 480
none
640 480
sudo apt-get install python-rosdep python-rosinstall-generator python-wstool python-rosinstall build-essential
sudo rosdep init
rosdep update
mkdir ~/dev/ros
cd ~/dev/ros
rosinstall_generator ros_comm --rosdistro indigo --deps --wet-only --tar > indigo-ros_comm-wet.rosinstall
wstool init -j8 src indigo-ros_comm-wet.rosinstall
catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release
source ~/dev/ros/install_isolated/setup.bash
rosinstall_generator ros_comm --rosdistro indigo --deps --wet-only --tar > indigo-ros_comm-wet.rosinstall
wstool merge -t src indigo-ros_comm-wet.rosinstall
wstool update -t src
catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release
source ~/dev/ros/install_isolated/setup.bash
rosmake --rosdep-install
to compile a single package and
download the related dependencies