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

Is it possible to use the hokuyo laser, without the special head? [closed]

asked 2014-08-12 08:34:54 -0500

Pingu gravatar image

Hi there,

I am pretty new to all of ROS and robotics, but I was assigned to find out the answer to the question whether it is possible to use a separate hokuyo laser on a standard NAO.

The desirable setup would be: A standard NAO, connected to the PC via NAOqi. An external Hokuyo Laser device, connected to the NAO via USB. ROS is running on the PC.

Now, would it be possible to use the ALLaser Module in ROS with useful output? Or is the special head needed, somehow?

I hope that the problem is clear (although I doubt it) and help could be given. Even hints, on where to find out more about the problem (or improve my post) are appreciated.

Kind regards, Pingu

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant. Please see http://wiki.ros.org/Support for more details. by tfoote
close date 2014-10-22 03:30:41.680236

Comments

For reference, this appears to be the laser head: https://community.aldebaran.com/doc/1... .

ahendrix gravatar image ahendrix  ( 2014-08-12 11:18:40 -0500 )edit

I'd suggest asking on the Nao forums.

tfoote gravatar image tfoote  ( 2014-10-22 03:30:32 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
-1

answered 2014-08-12 11:42:30 -0500

pwong gravatar image

updated 2014-08-12 11:43:17 -0500

Hi Pingu,

Welcome to ROS!

I hope I can provide you some hints since I've never used the NAO or the ALLaser Module before. If you just want a hokuyo lidar to work with a computer, take a look at these pages.

http://wiki.ros.org/hokuyo_node http://wiki.ros.org/urg_node

So this setup just assumes:

Lidar ---(USB)---> Computer(ROS).

What you want is this?

Lidar ---(USB)---> Nao ---(USB interfaced with the NAOqi)---> Computer(ROS).

If you want to plug the Lidar directly into the NAO robot, you have to figure out how to extract data from the lidar and to the NAO. Then figure out how NAOqi interfaces with ROS. If the NAO is running like a ROS node, and it publishes/subscribes normally, then check to make sure you're getting data from the lidar publishes to ROS. If you do get lidar data, then I would think you just need to update your tf(transforms of the NAO) to add where the LIDAR is. Then you can go on to writing your software application on top.

As I was writing the post, your desired configuration doesn't look plausible, but I'm sure you can find other configurations which might work.

For example:

Nao ---(USB)--> 
                          computer
Lidar---(USB)--->

Best of luck, hopefully you found this helpful!

edit flag offensive delete link more

Comments

The link I posted suggests that the Nao supports attaching the lidar directly and passing that information to another computer. This question should really be answered by someone else with direct experience with the Nao and the laser head.

ahendrix gravatar image ahendrix  ( 2014-08-12 11:52:40 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-08-12 08:34:54 -0500

Seen: 368 times

Last updated: Aug 12 '14