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

Hector_SLAM, How to read sensor data from remote interface

asked 2013-03-07 03:13:00 -0500

TJump gravatar image

I am working on two approaches to do generate map scans from a remote device.

The basic hardware set-up:

At the robot is a BeagleBone/Ubuntu with Hokuyo and UM6-IMU w/Ethernet connection to Access Point.

At the command center is a control PC running Hector_SLAM

Approach 1: Have the control PC/Hector_SLAM poll the robot for needed sensor data.

Approach 2: Stream the sensor data from the robot to the control PC. Hector_SLAM reads sensor data at the control PC.

Approach 2 will cut radio traffic as only transmissions from the robot end are needed so I believe this is the preferred method, but???

A) Does the streamed data need to go to a folder from which Hector_SLAM pulls the data? How??

or

B) Can Hector_SLAM read the streaming data directly? How??

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2013-03-07 03:30:55 -0500

Procópio gravatar image

updated 2013-03-07 03:32:36 -0500

If you have both computers on the same network, you can subscribe to laser messages seamlessly (as far as you have properly configured your system). The only problem may be the bandwidth available, due to the large size and frequency of laser messages.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-07 03:13:00 -0500

Seen: 220 times

Last updated: Mar 07 '13