ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Build from source:

cd ~/catkin_ws/src && git clone https://github.com/ros-perception/image_pipeline

cd ~/catkin_ws && catkin_make --only-pkg-with-deps image_view

Build from source:source (assuming your workspace is located in ~/ and named catkin_ws:

source /opt/ros/kinetic/setup.bash

cd ~/catkin_ws/src && git clone https://github.com/ros-perception/image_pipeline

cd ~/catkin_ws && catkin_make --only-pkg-with-deps image_view

Now you should be able to find the package:

source ~/catkin_ws/devel/setup.bash

rospack find image_view