motmot_ros let you use the motmot camera utility suite within Robot Operating System (ROS). Specifically, it is a ROS stack incorporating several ROS packages:
- camiface_ros - Capture image streams using libcamiface for the Robot Operating System (ROS)
(These instructions are modeled after the ROS kinect package.) These instructions were tested on Ubuntu Lucid (10.04).
Install ros-cturtle-base. (This stack depends on other required stacks, such as image_pipeline.)
Get the rosinstall tool:
sudo apt-get install python-stdeb pypi-install rosinstallwget the motmot_ros.rosinstall file from github:
wget http://github.com/motmot/motmot_ros/raw/master/motmot_ros.rosinstall --no-check-certificateDownload motmot_ros into
~/motmot-ros-devel
:rosinstall ~/motmot-ros-devel /opt/ros/cturtle motmot_ros.rosinstallBuild motmot_ros:
. ~/motmot-ros-devel/setup.sh rosmake motmot_ros --rosdep-install