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

answered 2016-04-13 10:01:48 -0500

joq gravatar image

It looks like the latest release, 1.0.5, lacked the necessary CMake commands to install the node and nodelet. That has apparently been fixed in the master source, but not yet re-released.

For now, you'll have to check out the source into your catkin workspace and build it yourself. Please comment if you do not know how to do that, and I (or someone else) will provide detailed instructions.

It looks like the latest release, 1.0.5, lacked the necessary CMake commands to install the node and nodelet. That has apparently been fixed in the master source, but not yet re-released.

For now, you'll have to check out the source into your catkin workspace and build it yourself. Please comment if you do not know how to do that, and I (or someone else) will provide detailed instructions.

How to build from source:

First, create a catkin workspace:

$ source /opt/ros/indigo/setup.bash
$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/src
$ git clone https://github.com/srv/camera1394stereo.git

Install all the dependencies:

$ cd ..
$ rosdep install --from-paths src --ignore-src --rosdistro indigo -y

Then, build everything:

$ catkin_make
$ source devel/setup.bash

It looks like the latest Indigo binary release, 1.0.5, 1.0.3, lacked the necessary CMake commands to install the node and nodelet. That has apparently been fixed in the master source, but not yet re-released.re-released. It appears that a 1.0.5 release may be in the works. There was an issue #4 regarding this, now closed. I suggest contacting the maintainer by commenting on that issue, maybe re-opening it.

For now, you'll have to check out the source into your catkin workspace and build it yourself. Please comment if you do not know how to do that, and I (or someone else) will provide detailed instructions.

How to build from source:

First, create a catkin workspace:

$ source /opt/ros/indigo/setup.bash
$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/src
$ git clone https://github.com/srv/camera1394stereo.git

Install all the dependencies:

$ cd ..
$ rosdep install --from-paths src --ignore-src --rosdistro indigo -y

Then, build everything:

$ catkin_make
$ source devel/setup.bash

It looks like the latest Indigo binary release, 1.0.3, lacked the necessary CMake commands to install the node and nodelet. That has apparently been fixed in the master source, but not yet re-released. It appears that a 1.0.5 release may be in the works. There was an issue #4 regarding this, now closed. I suggest contacting the maintainer by commenting on that issue, maybe re-opening it.

For now, you'll have to check out the source into your catkin workspace and build it yourself. Please comment if you do not know how to do that, and I (or someone else) will provide detailed instructions.

How to build from source:

First, create a catkin workspace:

$ source /opt/ros/indigo/setup.bash
$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/src
$ git clone https://github.com/srv/camera1394stereo.git

Install all the dependencies:

$ cd ..
$ rosdep install --from-paths src --ignore-src --rosdistro indigo -y

Then, build everything:

$ catkin_make
$ source devel/setup.bash

It looks like the latest Indigo binary release, 1.0.3, lacked the necessary CMake commands to install the node and nodelet. That has apparently been fixed in source, but not yet re-released. It appears that a 1.0.5 release may be in the works. There was an issue #4 regarding this, now closed. I suggest contacting the maintainer by commenting on that issue, maybe re-opening it.

For now, you'll have to check out the source into your catkin workspace and build it yourself. Please comment if you do not know how to do that, and I (or someone else) will provide detailed instructions. yourself.

How to build from source:

First, create a catkin workspace:

$ source /opt/ros/indigo/setup.bash
$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/src
$ git clone https://github.com/srv/camera1394stereo.git

Install all the dependencies:

$ cd ..
$ rosdep install --from-paths src --ignore-src --rosdistro indigo -y

Then, build everything:

$ catkin_make
$ source devel/setup.bash