Optris package
Hello,
I would like to optris_drivers from ros.
I get this page but I don't know how to install it: http://wiki.ros.org/optris_drivers
Can I have some help?
Best regard.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hello,
I would like to optris_drivers from ros.
I get this page but I don't know how to install it: http://wiki.ros.org/optris_drivers
Can I have some help?
Best regard.
I managed to get the optris_drivers package working on Ubuntu 14.04 using ROS Indigo, but I had to make some changes to the repository. I have submitted a pull request, but the changes haven't been integrated into the trunk. In the meantime, my forked version can be found here.
To install, change to your catkin source directory, probably with the following command if you installed ROS with default settings:
roscd
cd ../src/
Then clone the repo with:
git clone https://github.com/steevo87/optris_drivers.git
You should then be able to build it using the following command:
catkin_make optris_drivers
I dowload the file with git but I get these errors: sudo /opt/ros/indigo/bin/catkin_make optris_drivers Traceback (most recent call last): File "/opt/ros/indigo/bin/catkin_make", line 13, in <module> from catkin.init_workspace import init_workspace
I don't really understand the error.
This appears to be a generic ROS error, and possibly nothing to do with the optris_drivers package. It seems similar to this one. Was there any additional information for that error?
I suggest you go through the ROS Tutorials for how to build ROS packages.
I remember I used to be able to build on Hydro (but not entirely sure if that was on Hydro or Groovy) by like:
$ cd %CATKIN_WS_SRC%
$ git clone https://github.com/ohm-ros-pkg/optris_drivers.git && cd optris_drivers
$ git checkout groovy-devel
$ cd ../.. (to your %CATKIN_WS%)
$ rosdep install --from-paths src --ignore-src --rosdistro hydro -y
$ catkin_make
I have used this package for my optris pi200 thermal camera, it's very stable and easy to use,
Please explain more about your problem, as far as i remember, it is not too difficult to build this package. Just like other ROS packages, use "catkin_make" to build the pacakge, and also follow instructions in the optris_driver ROS page.
I dowload the file with git but I get these errors: sudo /opt/ros/indigo/bin/catkin_make optris_drivers Traceback (most recent call last): File "/opt/ros/indigo/bin/catkin_make", line 13, in <module> from catkin.init_workspace import init_workspace
I don't really understand the error.
Please ...
No one has already use the driver for the optris camera?
Best regard.
Please don't add your comment as an answer. Also take a look at support guideline first. People answer when they know an answer.
Asked: 2014-09-02 09:43:32 -0500
Seen: 742 times
Last updated: Sep 11 '14
how to install ikfast on noetic
Ros Groovy Installation: Can't find vtk-file
Depency on SBCL installing ROS from source (ARM Hardware)
Error with boost while building tf package in catkin ws
How to link `devel` directory for using library with pre-made custom library. [closed]
Can not install eros successfully
Compile erros installing Kinetic on Pi 2 Jessie