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

Problem installing urg_node on ros hydro

asked 2014-05-14 21:22:07 -0500

Vegeta gravatar image

Hi,

I am getting this error when installing the urg_node drivers for hokuyo on Ubuntu 12.04 ROS hydro.

What I did--

1) I have a catkin_ws workspace with build, src and devel folders 2) cd into src folder 3) git clone from the urg_node github page 4) cd into catkin_ws folder 5) run the command $ catkin_make

The error I got is this

    -- +++ processing catkin package: 'urg_node'
-- ==> add_subdirectory(urg_node)
CMake Error at /opt/ros/hydro/share/catkin/cmake/catkinConfig.cmake:72 (find_package):
  Could not find a configuration file for package urg_c.

  Set urg_c_DIR to the directory containing a CMake configuration file for
  urg_c.  The file will have one of the following names:

    urg_cConfig.cmake
    urg_c-config.cmake

Call Stack (most recent call first):
  urg_node/CMakeLists.txt:7 (find_package)


-- Using these message generators: gencpp;genlisp;genpy
-- Configuring incomplete, errors occurred!
make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed

How to resolve this error. The sensor for which I am trying to install the urg_node is hokuyo UHG-08LX.

Like groovy , is there no sudo apt-get command to install the urg_node laser drivers for Hydro?

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2014-05-14 22:04:12 -0500

ahendrix gravatar image

Why not install from debs?

sudo apt-get install ros-hydro-urg-node
edit flag offensive delete link more

Comments

Great! this is what I was looking for... Thanks a lot for your help and quick reply.. its working now.

Vegeta gravatar image Vegeta  ( 2014-05-14 22:31:40 -0500 )edit

I have one more doubt, is there no urg_node drivers for ROS fuerte??

Vegeta gravatar image Vegeta  ( 2014-05-20 20:01:54 -0500 )edit

According to the wiki page, there isn't a released version for Fuerte: http://wiki.ros.org/urg_node .

ahendrix gravatar image ahendrix  ( 2014-05-21 06:34:10 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-05-14 21:22:07 -0500

Seen: 1,895 times

Last updated: May 14 '14