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

You will need to install ros-hydro-image-transport for this to compile.

retry catkin_make after that.

Cheers, Devon

You will need to install ros-hydro-image-transport for this to compile.

retry catkin_make after that.When installing from source, be sure that all the dependencies it requires are either installed in your ROS ecosystem or are also being compiled from source.

Cheers, Devon

When installing from source, be sure that all the dependencies it requires are either installed in your ROS ecosystem or are also being compiled from source.

When trying to use programs installed by source, you'll also have to source that workspace by

source devel/setup.bash

And when wanting to specify something installed in the ROS ecosystem at /opt/ros/hydro/*

source /opt/ros/hydro/setup.bash

Cheers, Devon