ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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
2 | No.2 Revision |
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