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

Turtlebot communication over Xbee

asked 2012-12-20 10:21:17 -0500

JillTurtle gravatar image

I am new to ROS and I am in need of some guidance of where to start with this project. I am currently running ROS fuerte and Ubuntu 12.04.

I am currently working with a Turtlebot 1 and would like to alter the communication between the workstation and the Turtlebot laptop to communicate over radio instead of ethernet as it does now. I plan to use an Xbee series 1 modem attached to the workstation and turtlebot laptop. (more generally I need my ROS nodes to communicate using a radio signal rather than wifi or ethernet)

My question is where to start within ROS packages to change the communication? Also I have come across rosserial and rosserial-xbee and was wondering if anyone knew if these might be used to achieve what I am looking to do?

Any help is greatly appreciated!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-01-11 09:29:51 -0500

JillTurtle gravatar image

So I was able to figure out how to do what I wanted and this is the current solution I have so far:

workstation --> xbee-pro-pkg_modem and turtle_laptop --> xbee-pro-pkg_modem

I simple have the modem connected to the USB ports of each computer and then I use:

slattach /dev/ttyUSB0

open a new terminal:

ifconfig sl0 [ip_addr of yourself] pointopoint [ip_addr of other computer] netmask 255.255.255.0

** make sure you run the above commands on each computer and then you should be able to ping eachother and ssh from one computer to the other. with this setup running roscore and the other turtlebot software should work.

hopefully someone else finds this useful!

edit flag offensive delete link more

Comments

Why did you decide to not use Wifi? I do not think the XBee throughput is high enough to transfer any image data between the workstation and the turtlebot and I do not really see the upside of using XBee either

kalectro gravatar image kalectro  ( 2013-01-11 20:30:06 -0500 )edit

We are using XBee because there are restrictions on WiFi availability (aka WiFi 802.11 is not an option).... I didn't think that XBee would be a realistic option for the image data either, but I was unsure so thank you very much for verifying my suspicion!

JillTurtle gravatar image JillTurtle  ( 2013-01-14 14:22:03 -0500 )edit

I have the same problems with you. Could you please give me more details about the procedure.And what about the Ip Address ? Xbee should not have IP address and only have PanID. Thanks a lot !

halamesp gravatar image halamesp  ( 2018-10-15 06:23:52 -0500 )edit

@halamesp Have you figured out about xbee having Ip address ?

tilak gravatar image tilak  ( 2019-01-12 12:22:54 -0500 )edit

Question Tools

Stats

Asked: 2012-12-20 10:21:17 -0500

Seen: 566 times

Last updated: Jan 11 '13