ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
2015-10-12 12:30:57 -0500 | commented answer | launching laser_scan_assembler with periodic snapshotter Hi jcgarciaca, Can you run "rosbag info" on your bagfile and update the question? It could be an issue of the pointcloud2 being expected instead of pointcloud. Thanks! |
2015-10-12 12:29:53 -0500 | answered a question | launching laser_scan_assembler with periodic snapshotter Hi jcgarciaca, Can you run "rosbag info" on your bagfile and update the question? It could be an issue of the pointcloud2 being expected instead of pointcloud. Thanks! |
2014-12-14 09:06:56 -0500 | received badge | ● Nice Answer (source) |
2014-10-27 01:00:49 -0500 | received badge | ● Nice Answer (source) |
2014-07-14 11:24:21 -0500 | received badge | ● Necromancer (source) |
2014-02-14 06:08:00 -0500 | commented answer | 2 Laser Mapping Alternately you could use point_cloud_converter to convert to pointcloud2 format Check this out: http://answers.ros.org/question/9909/is-there-a-laser-assembler-that-produces-pointcloud2/?answer=16138#post-id-16138 |
2014-02-14 05:59:51 -0500 | answered a question | launching laser_scan_assembler with periodic snapshotter Start Then use the Follow this with periodic snapshotter ( (more) |
2014-02-05 04:51:06 -0500 | commented answer | Hokuyo UTM-30LX-EW not detected in Ubuntu or PC Have you tried this: http://sourceforge.net/p/urgnetwork/wiki/UTM-30-EW%20on%20ROS/ ? It worked pretty well for me :-) |
2013-06-26 00:12:35 -0500 | received badge | ● Famous Question (source) |
2013-06-25 10:09:00 -0500 | commented answer | use Hokuyo LIDAR with ethernet in ROS Hi ZoltanS, I finally figured it out! I needed to assign a static IP to my machine (auto eth0 iface eth0 inet static address 192.168.0.14 netmask 255.255.255.0 gateway 192.168.0.1) Thanks again for all your help! :-) |
2013-06-25 08:02:13 -0500 | commented answer | use Hokuyo LIDAR with ethernet in ROS Hi ZoltanS, Thanks for the prompt reply! I have tried Chad Rockey's solution, but keep getting the following error: "[FATAL] [1372183207.157433441]: Could not open network Hokuyo: 192.168.0.10:10940 could not open ethernet port." Did you also change any IP settings to run urg_node? Thanks again! |
2013-06-24 10:58:12 -0500 | commented answer | use Hokuyo LIDAR with ethernet in ROS Hi Zoltan, Can you please post the step-by-step guide for how you set up the Hokuyo LiDAR using the urgwidget_driver? I'm facing the same issue. Thanks! |
2013-05-20 10:14:15 -0500 | received badge | ● Self-Learner (source) |
2013-05-20 10:14:15 -0500 | received badge | ● Teacher (source) |
2013-05-20 10:12:18 -0500 | received badge | ● Notable Question (source) |
2013-05-18 14:46:24 -0500 | received badge | ● Popular Question (source) |
2013-05-15 13:07:13 -0500 | answered a question | Hokuyo UTM-30LX-EW not detected in Ubuntu or PC Hi, I heard back from the manufacturer's technical support just now and his troubleshooting tip resolved the problem. Apparently, it was an IP mismatch with my corporate network computer all along! I am pasting his reply below so that others may benefit from this. Moderators, please close this question (I do not have sufficient reputation to do so) Thanks! From: Sup PREMVUTI (Kirinson, Inc.) [] Sent: Wednesday, May 15, 2013 3:49 PM Subject: RE: Cannot connect to the Hokuyo UTM-30LX-EW Hi, Please try the following steps. (1) Use a Windows PC or Laptop and use its Ethernet port directly. (2) Set the property of your Ethernet port TCP/IP4 to the following. (Do not select ‘Obtain an IP address automatically’) The laser scanner and the PC have to be on the same net, e.g. 192.168.0.XX. For this step, we put the PC on 192.168.0.15. The default IP address of the laser scanner is 192.168.0.10 and port number is 10940. (3) Connect the laser scanner to the Ethernet port of the PC. (4) Run URG Benri. Let me know if this helps. Thanks, Sup |
2013-05-15 10:04:35 -0500 | asked a question | Hokuyo UTM-30LX-EW not detected in Ubuntu or PC Hi, I am a newbie user for ROS. I am trying to run the Hokuyo UTM-30LX-EW LiDAR (with ethernet connection) using urg_node on Ubuntu 12.04 with ROS-Groovy. When I run the following commands (in separate terminal windows) I get the following error: Sadly, I also cannot get the tools issued by the manufacturer to detect the LiDAR when I try to connect in a Windows environment. For both these situations, the laser scanner is switched on and connected when this happens. Also, the LEDs are lit steady after blinking for a few seconds on connection. Can someone please provide me suggestions about what might be going on? Our lab spent a lot of money buying this equipment and I would like that to be put to good use! Thanks in advance :-) |