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