ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Optris package

asked 2014-09-02 09:43:32 -0500

bird12358 gravatar image

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.

edit retag flag offensive close merge delete

4 Answers

Sort by ยป oldest newest most voted
0

answered 2014-09-11 20:23:40 -0500

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
edit flag offensive delete link more

Comments

Did you test hydro branch of optris_drivers in ROS indigo? since hydro and indigo have very similar build infrastructures i think it would be compiled in ROS indigo either.

Alireza gravatar image Alireza  ( 2014-09-12 15:34:02 -0500 )edit

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.

bird12358 gravatar image bird12358  ( 2014-10-05 05:39:03 -0500 )edit

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?

Stephen Vidas gravatar image Stephen Vidas  ( 2014-10-05 21:50:37 -0500 )edit

I suggest you go through the ROS Tutorials for how to build ROS packages.

tfoote gravatar image tfoote  ( 2014-12-29 13:55:32 -0500 )edit
0

answered 2014-09-11 14:45:27 -0500

130s gravatar image

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
edit flag offensive delete link more
0

answered 2014-09-11 14:33:21 -0500

Alireza gravatar image

updated 2014-09-11 14:33:43 -0500

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.

edit flag offensive delete link more

Comments

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.

bird12358 gravatar image bird12358  ( 2014-10-03 06:43:08 -0500 )edit
0

answered 2014-09-11 13:59:41 -0500

bird12358 gravatar image

Please ...

No one has already use the driver for the optris camera?

Best regard.

edit flag offensive delete link more

Comments

Please don't add your comment as an answer. Also take a look at support guideline first. People answer when they know an answer.

130s gravatar image 130s  ( 2014-09-11 14:39:18 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-09-02 09:43:32 -0500

Seen: 762 times

Last updated: Sep 11 '14