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

noob_coder's profile - activity

2014-06-24 08:27:48 -0500 received badge  Famous Question (source)
2013-07-10 01:43:51 -0500 received badge  Famous Question (source)
2013-07-09 03:45:51 -0500 received badge  Editor (source)
2013-07-09 03:32:32 -0500 received badge  Scholar (source)
2013-07-09 03:32:18 -0500 received badge  Famous Question (source)
2013-07-04 16:47:46 -0500 commented answer need to publish LaserScan topic

I see... but from the SDK I just can get this info : - min degree & max degree - min distance & max distance - ranges array I don't know how to get the other information that I need to publish my own laser. Btw, I can't open NAO head to access hokuyo. They didn't give me the permission :(

2013-07-03 09:01:17 -0500 received badge  Notable Question (source)
2013-07-03 05:21:13 -0500 received badge  Popular Question (source)
2013-07-03 00:53:55 -0500 commented answer subscribe NAO laser head data

maybe I will try to get a shot, do you mind if I use your code ? can you send it to me or put it into https://gist.github.com/ ? I need that so bad :( thank you

2013-07-03 00:43:46 -0500 asked a question need to publish LaserScan topic

Hello,

I am using NAO robot right now. And I need to get the laser data, but the current NAO stack doesn't provide that. The NAO that I use is NAO with laser head. The laser is Hokuyo URG-04LX.

I want to create node which publish LaserScan topic that I get from NaoQi SDK. From the NaoQi, I can get this information : - Min/Max Degree - Min/Max Distance - Array of Distance (size about : +/- 700)

Can I use that information to create the node that publish LaserScan topic ? If yes, can someone provide me the example of Hokuyo URG-04LX laser header, angle_increment, etc ?

If it is possible, I also want the example from the Hokuyo URG-04LX in the *.bag file.

Thank you :)

Update : thanks to the comment, I already can get the information via NaoQi SDK.

I put my code here, in case someone want to use it.

https://gist.github.com/rexcoder21/5957465

2013-07-03 00:25:46 -0500 commented answer subscribe NAO laser head data

:( i didn't get permission to open the head :( ... they told me to get it without open the head ... can you help me ? can I create rostopic /scan from the data I got with python NaoQi SDK ? (i can retrieve with memory.getData("Device/Laser/Value") ? please guide me :(

2013-07-02 19:41:40 -0500 commented answer subscribe NAO laser head data

@AHornung : do you know how to open the head, so I can access the hokuyo directly ? thx

2013-07-02 19:39:49 -0500 received badge  Notable Question (source)
2013-06-26 22:29:19 -0500 commented answer subscribe NAO laser head data

Ok, I will try it ... thx for the your information

2013-06-26 22:25:06 -0500 received badge  Popular Question (source)
2013-06-26 01:59:21 -0500 commented answer subscribe NAO laser head data

so I must install ROS inside the NAO ? can't I retrieve that from the computer ?

2013-06-25 21:53:40 -0500 asked a question subscribe NAO laser head data

I am using NAO "Osiris", NAO with laser on the head. I want to get the laser data so I can use SLAM with gmapping, etc.

How to get the laser data ?

Thanks

Update : I already solved that. I decided to not use directly but from the NaoQi SDK. But as mentioned in the answer, it is very slow.

If someone need the code, I put it here :

Hello,

I am using NAO robot right now. And I need to get the laser data, but the current NAO stack doesn't provide that. The NAO that I use is NAO with laser head. The laser is Hokuyo URG-04LX.

I want to create node which publish LaserScan topic that I get from NaoQi SDK. From the NaoQi, I can get this information : - Min/Max Degree - Min/Max Distance - Array of Distance (size about : +/- 700)

Can I use that information to create the node that publish LaserScan topic ? If yes, can someone provide me the example of Hokuyo URG-04LX laser header, angle_increment, etc ?

If it is possible, I also want the example from the Hokuyo URG-04LX in the *.bag file.

Thank you :)

Update : thanks to the comment, I already can get the information via NaoQi SDK.

I put my code here, in case someone want to use it.

https://gist.github.com/rexcoder21/5957465

2013-04-01 16:11:09 -0500 received badge  Popular Question (source)
2013-04-01 16:11:09 -0500 received badge  Notable Question (source)
2012-09-06 03:38:45 -0500 asked a question pi_tracker's joints position to pixel

Hello everybody, currently I am using pi_tracker & openni_launch. I want to get particular depth array near from the hand.

I have tried get skeletons.position and it returns Vector3, but I don't know how to parse into 0 - 640 (width px) and 0 - 480 (height px).

Thanks :)