From: Robotics P. u. h. l. <rob...@li...> - 2007-10-19 23:22:42
|
I messed about with some ping and some net commands and now both gumstix and my development computer see each other and send messages. See the following dialog. The Gui comes up for a second or two and then intro crashes On Gumstix # ./player roomba.cfg * Part of the Player/Stage/Gazebo Project [http://playerstage.sourceforge.net]. * Copyright (C) 2000 - 2006 Brian Gerkey, Richard Vaughan, Andrew Howard, * Nate Koenig, and contributors. Released under the GNU General Public License. * Player comes with ABSOLUTELY NO WARRANTY. This is free software, and you * are welcome to redistribute it under certain conditions; see COPYING * for details. Opening connection to Roomba on /dev/ttyS2...Done. Listening on ports: 6665 accepted client 0 on port 6665, fd 9 warning : Unhandled message for driver device=16777343:6665:4:0 type=3 subtype=2 len=1 warning : Unhandled message for driver device=16777343:6665:4:0 type=3 subtype=2 len=1 warning : other error on client 0 closing connection to client 0 on port 6665 in build computer john@john-desktop:~/roboticsprimer-0.1/exercises/01_introduction/gumstix$ ./intro client.xml Loading config file[client.xml] Trying to connect to [192.168.1.102:6665] calling connect done ID Count[1] Load Proxy[POSITION][0] Name[roomba] Finished loading devices playerc error : got NACK from request playerc error : got NACK from request john@john-desktop:~/roboticsprimer-0.1/exercises/01_introduction/gumstix$ If I dont plug gumstix into I create player immediately crashes. So I think I have, at least minimal, communications from build computer to gumstix to iCreate and from gumstix back to build computer. Questions 1) Does my analysis seem consistent with your experience? 2) How do I go about debuging the connection? 3)Is there some documentation for the error messages? 4)any suggestions of where to go from here? John Cummins __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |