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

Hokuyo Laser Installation ubuntu

asked 2012-05-28 00:44:46 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hello ,

I installed the ROS software on my Ubuntu system properly and ran most of the tutorials to check if I have installed correctly and it did.

I then tried to connect my hokuyo urg 04lx 2d sensor to the desktop and referred to the supported sensor page . However I am unable to download the hokuyo node repository. Can anyone tell me how to do it.

PS : I am a complete newbie to linux operating systems , so a detailed command line explanation will be appreciated.

Thanks Ankit

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
1

answered 2012-05-28 02:11:15 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

The hokuyo node is a complete black-box driver, it shoulder work if you've downloaded it properly from laser_drivers. If you're a 'complete newbie' it's fairly likely you did that wrong. Go to the terminal, copy this in line by line (if you followed setup instructions verbatim).

cd ~/ros_workspace
svn co https://code.ros.org/svn/ros-pkg/stacks/laser_drivers/trunk laser_driver
cd laser_driver
rosmake
roslaunch hokuyo_node hokuyo_test.launch

and it should launch and spurt out your info on topic /scan

edit flag offensive delete link more

Comments

Thank you that solved the problem..

Vegeta gravatar image Vegeta  ( 2012-09-27 01:46:30 -0500 )edit
6

answered 2012-05-28 02:20:11 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

I would suggest using the prebuilt packages for the Hokuyo sensors. Assuming you're using ROS Fuerte:

sudo apt-get install ros-fuerte-laser-drivers
roslaunch hokuyo_node hokuyo_test.launch
edit flag offensive delete link more

Comments

1

Failed to open port: /dev/ttyACM0. Permission denied (errno = 13). You probably don

Lili Meng gravatar image Lili Meng  ( 2012-08-16 14:07:31 -0500 )edit
0

answered 2013-12-09 06:29:08 -0500

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-05-28 00:44:46 -0500

Seen: 6,568 times

Last updated: Dec 09 '13