You can subscribe to this list here.
2007 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(10) |
Aug
(2) |
Sep
(17) |
Oct
(63) |
Nov
(12) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
(7) |
May
(2) |
Jun
(3) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Robotics P. u. h. l. <rob...@li...> - 2008-07-07 22:10:59
|
Hi, I am trying to use Player to connect the Gumstix to the iRobot Create. I have compiled and installed Player and transferred the binary file over to the Gumstix. I am also using the code provided by the Robotics Primer Workbook. I have compiled their code for the Introduction exercise and it did generate a binary file called "intro". I read the instructions given by John Cummins and am not sure if I did the next steps right but, I created a file called roomba.cfg on the gumstix and ran it using ./player roomba.cfg This gave me the following error: ./player: ./player: 1: Syntax error: "(" unexpected Also, I tried running the intro executable file on my desktop using: ./intro client.xml and it gave me the following error: ./intro: error while loading shared libraries: libroombaClient.so: cannot open shared object file: No such file or directory I'm not sure how to fix these errors. Has anyone run into a problem like this before? Does anyone know how to resolve these errors? Please let me know, Thanks, Adheer |
From: Robotics P. u. h. l. <rob...@li...> - 2008-06-19 12:34:40
|
I see that late last year someone else inquired about the availability of the robostix driver for the Player server, and someone responded with a promise to post the driver and send an email. Since I'm just getting started with the workbook, I missed the ultimate response to that request. Can anyone tell me where to get that driver? Thanks, Derek Maddox This message and any enclosures are intended only for the addressee. Please notify the sender by email if you are not the intended recipient. If you are not the intended recipient, you may not use, copy, disclose, or distribute this message or its contents or enclosures to any other person and any such actions may be unlawful. Ball reserves the right to monitor and review all messages and enclosures sent to or from this email address. |
From: Robotics P. u. h. l. <rob...@li...> - 2008-06-16 19:29:56
|
This page: http://roboticsprimer.sourceforge.net/workbook/Exercise1-Locomotion_and_Odometry%2C_Part_1_iRobot_Create_and_Gumstix Contains the same solutions for the Gumstix option - if you are using the command module, I guess you can't directly compile it, but the actual algorithm is fairly trivial and shouldn't take long to convert to the other API. Jiuguang On Jun 4, 2008, at 7:50 PM, Robotics Primer users help list wrote: > When I access the Workbook's Locomotion section, Exercise1-Locomotion > and Odometry, Part 1 - Square Path there are three links depending on > hardware configuration. Each link leads to a page with a code > template, > followed by a series of questions. Sadly, the links to the answers > are > empty. For example, on the page > > http://roboticsprimer.sourceforge.net/workbook/Exercise1-Locomotion_and_Odometry%2C_Part_1_iRobot_Create_and_Command_Module > > there is a list of questions and associated answers (hyperlinked): > > However, selecting any "Answer" yields this page: > > There is currently no text in this page, you can search for this page > title in other pages or edit this page. > > It would be nice to see some answers here, and working code for the > square path, since it is the first exercise. Perhaps these are in the > book? I have not yet purchased it, but plan to soon. > > ------------------------------------------------------- > Thaddeus Roppel, Ph.D. > Associate Professor > Electrical and Computer Engineering Dept. > 214 Broun Hall > Auburn University, AL 36849-5201 > Voice: (334) 844-1814 > Fax: (334) 844-1809 > Email: ro...@au... > Web: http://www.eng.auburn.edu/~troppel > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Roboticsprimer-users mailing list > Rob...@li... > https://lists.sourceforge.net/lists/listinfo/roboticsprimer-users |
From: Robotics P. u. h. l. <rob...@li...> - 2008-06-04 23:50:47
|
When I access the Workbook's Locomotion section, Exercise1-Locomotion and Odometry, Part 1 - Square Path there are three links depending on hardware configuration. Each link leads to a page with a code template, followed by a series of questions. Sadly, the links to the answers are empty. For example, on the page http://roboticsprimer.sourceforge.net/workbook/Exercise1-Locomotion_and_Odometry%2C_Part_1_iRobot_Create_and_Command_Module there is a list of questions and associated answers (hyperlinked): However, selecting any "Answer" yields this page: There is currently no text in this page, you can search for this page title in other pages or edit this page. It would be nice to see some answers here, and working code for the square path, since it is the first exercise. Perhaps these are in the book? I have not yet purchased it, but plan to soon. ------------------------------------------------------- Thaddeus Roppel, Ph.D. Associate Professor Electrical and Computer Engineering Dept. 214 Broun Hall Auburn University, AL 36849-5201 Voice: (334) 844-1814 Fax: (334) 844-1809 Email: ro...@au... Web: http://www.eng.auburn.edu/~troppel |
From: Robotics P. u. h. l. <rob...@li...> - 2008-05-02 00:23:21
|
Hi I test the last SVN code from player-stage, There are some changes: 1. player_pose_t doesn't exist, I replace with player_pose3d_t and sp.pawith sp.pyaw. 2. Errors related with getbumper finction in execution time, this errors disappear when i remove all the getbumper related code on GLWindow.cc and Client.cc Finally i can run the behavior examples, but only one robot follow the algorithm, Anybody can run this exercise ??? Best Regards Carlos -- Carlos Iván Camargo Bareño Profesor Asistente Departamento de Ingeniería Eléctrica y Electrónica Universidad Nacional de Colombia cic...@un... |
From: Robotics P. u. h. l. <rob...@li...> - 2008-05-02 00:20:15
|
Hi I test the last SVN code from player-stage, There are some changes: 1. player_pose_t doesn't exist, I replace with player_pose3d_t and sp.pawith sp.pyaw. 2. Errors related with getbumper finction in execution time, this errors disappear when i remove all the getbumper related code on GLWindow.cc and Client.cc Finally i can run the behavior examples, but only one robot follow the algorithm, Anybody can run this exercise ??? Best Regards Carlos On Mon, Apr 28, 2008 at 7:11 PM, Robotics Primer users help list < rob...@li...> wrote: > I don't know about your problem, specifically, but it may help to run > the CVS version of player instead of a numbered version. Try that and > see. > > -Dave > > On Mon, Apr 28, 2008 at 7:10 AM, Robotics Primer users help list > <rob...@li...> wrote: > > > > Hello everybody Let me introduce my self: > > > > 'm Carlos Camargo I'm teacher in Universidad Nacional de Colombia, i'm > > working on a open robotic platform called ECBOT: > > > > http://www.emqbit.com/ecbot > > > > > > I'm running the behavior_based_control exercises. > > When i try to run any exercise, i get a segmentation fault, running the > > executable with > > gdb i found a problem related with the font size. I just comment this > lines > > : > > > > > > client/Global.cc:// font->FaceSize(size); > > client/Global.cc:// font->Render(text); > > > > under roboticprimerXXX/player directory > > > > > > And all works fine... > > > > I'm using player-2.0.5, the new player have some modifications on getpose > > function, (this function doesn't exist) it was replaced by getpose2d, and > > getpose3d on new player version. > > > > I'm running player with the config file from: > > http://roboticsprimer.sourceforge.net/workbook/Group:Group_Howto > > > > and run the exercise executable, > > > > But only one robot executes the algoritms. This is right? If yes, How can > i > > move the another robots? > > > > > > Best Regards > > > > -- > > Carlos Iván Camargo Bareño > > Profesor Asistente > > Departamento de Ingeniería Eléctrica y Electrónica > > Universidad Nacional de Colombia > > cic...@un... > > > > > > > > > > -- > > Carlos Iván Camargo Bareño > > Profesor Asistente > > Departamento de Ingeniería Eléctrica y Electrónica > > Universidad Nacional de Colombia > > cic...@un... > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > > Don't miss this year's exciting event. There's still time to save $100. > > Use priority code J8TL2D2. > > > > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > > > > _______________________________________________ > > Roboticsprimer-users mailing list > > Rob...@li... > > https://lists.sourceforge.net/lists/listinfo/roboticsprimer-users > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Roboticsprimer-users mailing list > Rob...@li... > https://lists.sourceforge.net/lists/listinfo/roboticsprimer-users > -- Carlos Iván Camargo Bareño Profesor Asistente Departamento de Ingeniería Eléctrica y Electrónica Universidad Nacional de Colombia cic...@un... |
From: Robotics P. u. h. l. <rob...@li...> - 2008-04-29 00:11:36
|
I don't know about your problem, specifically, but it may help to run the CVS version of player instead of a numbered version. Try that and see. -Dave On Mon, Apr 28, 2008 at 7:10 AM, Robotics Primer users help list <rob...@li...> wrote: > > Hello everybody Let me introduce my self: > > I'm Carlos Camargo I'm teacher in Universidad Nacional de Colombia, i'm > working on a open robotic platform called ECBOT: > > http://www.emqbit.com/ecbot > > > I'm running the behavior_based_control exercises. > When i try to run any exercise, i get a segmentation fault, running the > executable with > gdb i found a problem related with the font size. I just comment this lines > : > > > client/Global.cc:// font->FaceSize(size); > client/Global.cc:// font->Render(text); > > under roboticprimerXXX/player directory > > > And all works fine... > > I'm using player-2.0.5, the new player have some modifications on getpose > function, (this function doesn't exist) it was replaced by getpose2d, and > getpose3d on new player version. > > I'm running player with the config file from: > http://roboticsprimer.sourceforge.net/workbook/Group:Group_Howto > > and run the exercise executable, > > But only one robot executes the algoritms. This is right? If yes, How can i > move the another robots? > > > Best Regards > > -- > Carlos Iván Camargo Bareño > Profesor Asistente > Departamento de Ingeniería Eléctrica y Electrónica > Universidad Nacional de Colombia > cic...@un... > > > > > -- > Carlos Iván Camargo Bareño > Profesor Asistente > Departamento de Ingeniería Eléctrica y Electrónica > Universidad Nacional de Colombia > cic...@un... > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > > _______________________________________________ > Roboticsprimer-users mailing list > Rob...@li... > https://lists.sourceforge.net/lists/listinfo/roboticsprimer-users > > |
From: Robotics P. u. h. l. <rob...@li...> - 2008-04-28 14:22:08
|
Hello everybody Let me introduce my self: I'm Carlos Camargo I'm teacher in Universidad Nacional de Colombia, i'm working on a open robotic platform called ECBOT: http://www.emqbit.com/ecbot I'm running the behavior_based_control exercises. When i try to run any exercise, i get a segmentation fault, running the executable with gdb i found a problem related with the font size. I just comment this lines : client/Global.cc:// font->FaceSize(size); client/Global.cc:// font->Render(text); under roboticprimerXXX/player directory And all works fine... I'm using player-2.0.5, the new player have some modifications on getpose function, (this function doesn't exist) it was replaced by getpose2d, and getpose3d on new player version. I'm running player with the config file from: http://roboticsprimer.sourceforge.net/workbook/Group:Group_Howto and run the exercise executable, But only one robot executes the algoritms. This is right? If yes, How can i move the another robots? Best Regards -- Carlos Iván Camargo Bareño Profesor Asistente Departamento de Ingeniería Eléctrica y Electrónica Universidad Nacional de Colombia cic...@un... -- Carlos Iván Camargo Bareño Profesor Asistente Departamento de Ingeniería Eléctrica y Electrónica Universidad Nacional de Colombia cic...@un... -- Carlos Iván Camargo Bareño Profesor Asistente Departamento de Ingeniería Eléctrica y Electrónica Universidad Nacional de Colombia cic...@un... |
From: Robotics P. u. h. l. <rob...@li...> - 2008-04-28 14:10:59
|
Hello everybody Let me introduce my self: I'm Carlos Camargo I'm teacher in Universidad Nacional de Colombia, i'm working on a open robotic platform called ECBOT: http://www.emqbit.com/ecbot I'm running the behavior_based_control exercises. When i try to run any exercise, i get a segmentation fault, running the executable with gdb i found a problem related with the font size. I just comment this lines : client/Global.cc:// font->FaceSize(size); client/Global.cc:// font->Render(text); under roboticprimerXXX/player directory And all works fine... I'm using player-2.0.5, the new player have some modifications on getpose function, (this function doesn't exist) it was replaced by getpose2d, and getpose3d on new player version. I'm running player with the config file from: http://roboticsprimer.sourceforge.net/workbook/Group:Group_Howto and run the exercise executable, But only one robot executes the algoritms. This is right? If yes, How can i move the another robots? Best Regards -- Carlos Iván Camargo Bareño Profesor Asistente Departamento de Ingeniería Eléctrica y Electrónica Universidad Nacional de Colombia cic...@un... -- Carlos Iván Camargo Bareño Profesor Asistente Departamento de Ingeniería Eléctrica y Electrónica Universidad Nacional de Colombia cic...@un... |
From: Robotics P. u. h. l. <rob...@li...> - 2008-04-26 14:57:50
|
Hi I'm running the behavior_based_control exercises. When i try to run any exercise, i get a segmentation fault, running the executable with gdb i found a problem related with the font. I just comment this lines : client/Global.cc:// font->FaceSize(size); client/Global.cc:// font->Render(text); under player directory And all works fine... I'm using player-2.0.5, the new player have some modifications on getpose function, (this function doesn't exist) it was replaced by getpose2d, and getpose3d on new player version. I'm running player with the config file from: http://roboticsprimer.sourceforge.net/workbook/Group:Group_Howto and run the exercise executable, But only one robot executes the algoritms. This is right? If yes, How can i move the another robots? Best Regards -- Carlos Iván Camargo Bareño Profesor Asistente Departamento de Ingeniería Eléctrica y Electrónica Universidad Nacional de Colombia cic...@un... |
From: Robotics P. u. h. l. <rob...@li...> - 2008-04-24 14:40:14
|
You can power the gumstix and other addon boards (wifistix/robostix) directly from the Create's batteries. You might need a DC-DC voltage converter to step the voltage down (from 12V to 5V). Jiuguang On Apr 20, 2008, at 7:30 PM, Robotics Primer users help list wrote: > Hi, > > I am interested in using this option. The intro page [http://roboticsprimer.sourceforge.net/workbook/Introduction:iRobot_Create/Roomba_and_Gumstix > ] describes how to connect the gumstix to the Create, but there's > nothing on how to power the gumstix and robostix. Does this really > work? > > Anna > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save > $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone_______________________________________________ > Roboticsprimer-users mailing list > Rob...@li... > https://lists.sourceforge.net/lists/listinfo/roboticsprimer-users |
From: Robotics P. u. h. l. <rob...@li...> - 2008-04-20 23:30:07
|
Hi, I am interested in using this option. The intro page [ http://roboticsprimer.sourceforge.net/workbook/Introduction:iRobot_Create/Roomba_and_Gumstix] describes how to connect the gumstix to the Create, but there's nothing on how to power the gumstix and robostix. Does this really work? Anna |
From: Robotics P. u. h. l. <rob...@li...> - 2008-02-13 11:43:10
|
The Robotics Primer Workbook seems to be having a slight problem with spam appearing on it's websites, i got a quick list of 3 pages that i know for sure have this issue, and they are as follows: http://roboticsprimer.sourceforge.net/workbook/Sensors:Exercise7:Person_Following http://roboticsprimer.sourceforge.net/workbook/Sensors http://roboticsprimer.sourceforge.net/workbook/Glossary |
From: Robotics P. u. h. l. <rob...@li...> - 2007-11-21 21:03:54
|
Hi John, There are actually two commands that you need to enter in order to download the CVS version of player: cvs -d:pserver:ano...@pl...:/cvsroot/playerstage login cvs -z3 -d:pserver:ano...@pl...:/cvsroot/playerstage co -P player I have everything working in my environment, which is: gentoo linux kernel 2.6.xx (a recent kernel, I just don't have my PC with me right now) gcc 4.2.2 player CVS - which I refreshed just a couple days ago fltk 1.1.7 scons 0.97 I am the only other person who has this working. Not that many people are using the robotics primer GDB is a good diagnostic tool. But nothing will help untill you get player CVS installed. -nate On Nov 21, 2007 6:16 AM, Robotics Primer users help list <rob...@li...> wrote: > Hi Nate > I'm having no luck downloading the cvs version of player. I enter the > command below > copied from the web site in your link. It asks for a password, I press enter > as stated in link and it immediately terminates. As far as I can determine > nothing has been downloaded. I have never user cvs before, had to download > it using synaptic package manager to get this far, so its quite probable I > missing a obvious step. > Any advice? > I have a little time now to try again to get this working but am not really > optimistic. It seems a stretch to blame a segfault in intro on player > which, after all, can only send messages to intro. intro seems to be trying > to construct a GUI when it crashes > My version of player is 2.0.4 from 2 May 2007 which is still the version > offered at the sourcefourge site. It works fine in a player/stage simulation > on one machine. > Perhaps if you would share some information I would feel better about the > task. > 1) Do you have it working in your environment now? If so please describe > your environment. > 2) When did you get your version of player? Have you tried it with other > versions.? > If so which ones? > 3)Has anyone else been successful in getting this to work? If so could you > put me in touch? > 4)Do you have any diagnostic tools ? Perhaps a dummy version of intro > that doesn't try to talk to player? So we could at least determine if > player is the culprit . > > cvs > -d:pserver:ano...@pl...:/cvsroot/playerstage > login > > John Cummins > > > ________________________________ > Never miss a thing. Make Yahoo your homepage. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Roboticsprimer-users mailing list > Rob...@li... > https://lists.sourceforge.net/lists/listinfo/roboticsprimer-users > > |
From: Robotics P. u. h. l. <rob...@li...> - 2007-11-21 14:16:46
|
Hi Nate I'm having no luck downloading the cvs version of player. I enter the command below copied from the web site in your link. It asks for a password, I press enter as stated in link and it immediately terminates. As far as I can determine nothing has been downloaded. I have never user cvs before, had to download it using synaptic package manager to get this far, so its quite probable I missing a obvious step. Any advice? I have a little time now to try again to get this working but am not really optimistic. It seems a stretch to blame a segfault in intro on player which, after all, can only send messages to intro. intro seems to be trying to construct a GUI when it crashes My version of player is 2.0.4 from 2 May 2007 which is still the version offered at the sourcefourge site. It works fine in a player/stage simulation on one machine. Perhaps if you would share some information I would feel better about the task. 1) Do you have it working in your environment now? If so please describe your environment. 2) When did you get your version of player? Have you tried it with other versions.? If so which ones? 3)Has anyone else been successful in getting this to work? If so could you put me in touch? 4)Do you have any diagnostic tools ? Perhaps a dummy version of intro that doesn't try to talk to player? So we could at least determine if player is the culprit . cvs -d:pserver:ano...@pl...:/cvsroot/playerstage login John Cummins --------------------------------- Never miss a thing. Make Yahoo your homepage. |
From: Robotics P. u. h. l. <rob...@li...> - 2007-11-16 01:27:36
|
Correction, JC, you want Player CVS. -Dave On Nov 15, 2007 3:50 PM, Robotics Primer users help list <rob...@li...> wrote: > Thanks Nate, > I will download the player SVC as soon as I have some time and can figger > out what > command to use. I'm new to SVC so it may take some time. > I'll let you know when I have it. > > JC > > > ________________________________ > Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it > now. > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > Roboticsprimer-users mailing list > Rob...@li... > https://lists.sourceforge.net/lists/listinfo/roboticsprimer-users > > |
From: Robotics P. u. h. l. <rob...@li...> - 2007-11-15 23:50:59
|
Thanks Nate, I will download the player SVC as soon as I have some time and can figger out what command to use. I'm new to SVC so it may take some time. I'll let you know when I have it. JC --------------------------------- Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it now. |
From: Robotics P. u. h. l. <rob...@li...> - 2007-11-13 19:19:02
|
Okay, I just fixed all the FL include names. But this won't fix your problem, you really need to install player CVS. -nate On Nov 13, 2007 4:49 AM, Robotics Primer users help list <rob...@li...> wrote: > Originally when I made the code in roboticsprimer/player back a few months > ago > I had to rename some include files from <filename>.h to <filename>.H this I > did by copying the files. Some of these were in Fl something or FL > something. > I note that in the gdb backtrace we are in Fl::flush from ../FL/x.H:125 > could this be the source of the error? > > John Cummins > > > > ________________________________ > Get easy, one-click access to your favorites. Make Yahoo! your homepage. > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Roboticsprimer-users mailing list > Rob...@li... > https://lists.sourceforge.net/lists/listinfo/roboticsprimer-users > > |
From: Robotics P. u. h. l. <rob...@li...> - 2007-11-13 16:42:29
|
Hi John, I think you have an incorrect version of player installed. Get the CVS version of Player: http://sourceforge.net/cvs/?group_id=42445 -nate On Nov 12, 2007 7:57 PM, Robotics Primer users help list <rob...@li...> wrote: > Sorry Nate, > > I did a svn and it said I checked out revision 124 > in roboticsprimer/workbook/code/player > I ran scons > it craped out on client/Client.cc lines 541 thru 544 no member .... > commented out lines 541 to 544 > scons > ran to end > cd .. > cd ex*/01*/gum* > ran ./intro client.xml > it segfaulted > ran gdb intro > at said ... > root@john-desktop:~/roboticsprimer/workbook/code/exercises/01_introduction/gumstix# > gdb intro > GNU gdb 6.6-debian > Copyright (C) 2006 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i486-linux-gnu"... > Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". > > (gdb) run client.xml > Starting program: > /home/john/roboticsprimer/workbook/code/exercises/01_introduction/gumstix/intro > client.xml > [Thread debugging using libthread_db enabled] > [New Thread -1231444240 (LWP 19483)] > Loading config file[client.xml] > Trying to connect to [192.168.1.199:6665] > calling connect > done > ID Count[3] > Load Proxy[POSITION][0] Name[roomba] > Load Proxy[POWER][0] Name[roomba] > Load Proxy[BUMPER][0] Name[roomba] > Finished loading devices > playerc error : got NACK from request > playerc error : got NACK from request > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -1231444240 (LWP 19483)] > 0xb7f408aa in FTSize::CharSize () from /usr/local/lib/libroombaClient.so > (gdb) bt > #0 0xb7f408aa in FTSize::CharSize () from /usr/local/lib/libroombaClient.so > #1 0xb7f3e8d5 in FTFace::Size () from /usr/local/lib/libroombaClient.so > #2 0xb7f3f129 in FTFont::FaceSize () from /usr/local/lib/libroombaClient.so > #3 0xb7f3d4c7 in Global::RenderText (text=0xbf9c567f "-50.00", size=12, > x=0.0500000007, y=-49.9799995, z=0) at client/Global.cc:98 > #4 0xb7e39647 in GLWindow::DrawGrid (this=0x805bc78, centerX=0, centerY=0, > sizeX=100, sizeY=100, spacing=1) at gui/GLWindow.cc:201 > #5 0xb7e399c1 in GLWindow::draw (this=0x805bc78) at gui/GLWindow.cc:82 > #6 0xb79c4012 in Fl_Gl_Window::flush (this=0x805bc78) at > Fl_Gl_Window.cxx:335 > #7 0xb7943a85 in Fl::flush () at ../FL/x.H:125 > #8 0xb7943cbb in Fl::wait (time_to_wait=0.0093790000000000002) at > Fl.cxx:348 > #9 0xb7943e05 in Fl::run () at Fl.cxx:357 > #10 0x0804970a in main () > (gdb) > > GUMSTIX SAID > > # ./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. > > Listening on ports: 6665 > accepted client 0 on port 6665, fd 6 > Opening connection to Roomba on /dev/ttyS2...Done. > 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 > accepted client 0 on port 6665, fd 6 > Opening connection to Roomba on /dev/ttyS2...Done. > 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 > > > > and player is still running but it seems to have turned off the Create > > > Hope this helps > > John Cummins > > > > ________________________________ > Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it > now. > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Roboticsprimer-users mailing list > Rob...@li... > https://lists.sourceforge.net/lists/listinfo/roboticsprimer-users > > |
From: Robotics P. u. h. l. <rob...@li...> - 2007-11-13 12:50:06
|
Originally when I made the code in roboticsprimer/player back a few months ago I had to rename some include files from <filename>.h to <filename>.H this I did by copying the files. Some of these were in Fl something or FL something. I note that in the gdb backtrace we are in Fl::flush from ../FL/x.H:125 could this be the source of the error? John Cummins --------------------------------- Get easy, one-click access to your favorites. Make Yahoo! your homepage. |
From: Robotics P. u. h. l. <rob...@li...> - 2007-11-13 03:57:29
|
Sorry Nate, I did a svn and it said I checked out revision 124 in roboticsprimer/workbook/code/player I ran scons it craped out on client/Client.cc lines 541 thru 544 no member .... commented out lines 541 to 544 scons ran to end cd .. cd ex*/01*/gum* ran ./intro client.xml it segfaulted ran gdb intro at said ... root@john-desktop:~/roboticsprimer/workbook/code/exercises/01_introduction/gumstix# gdb intro GNU gdb 6.6-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-linux-gnu"... Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) run client.xml Starting program: /home/john/roboticsprimer/workbook/code/exercises/01_introduction/gumstix/intro client.xml [Thread debugging using libthread_db enabled] [New Thread -1231444240 (LWP 19483)] Loading config file[client.xml] Trying to connect to [192.168.1.199:6665] calling connect done ID Count[3] Load Proxy[POSITION][0] Name[roomba] Load Proxy[POWER][0] Name[roomba] Load Proxy[BUMPER][0] Name[roomba] Finished loading devices playerc error : got NACK from request playerc error : got NACK from request Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1231444240 (LWP 19483)] 0xb7f408aa in FTSize::CharSize () from /usr/local/lib/libroombaClient.so (gdb) bt #0 0xb7f408aa in FTSize::CharSize () from /usr/local/lib/libroombaClient.so #1 0xb7f3e8d5 in FTFace::Size () from /usr/local/lib/libroombaClient.so #2 0xb7f3f129 in FTFont::FaceSize () from /usr/local/lib/libroombaClient.so #3 0xb7f3d4c7 in Global::RenderText (text=0xbf9c567f "-50.00", size=12, x=0.0500000007, y=-49.9799995, z=0) at client/Global.cc:98 #4 0xb7e39647 in GLWindow::DrawGrid (this=0x805bc78, centerX=0, centerY=0, sizeX=100, sizeY=100, spacing=1) at gui/GLWindow.cc:201 #5 0xb7e399c1 in GLWindow::draw (this=0x805bc78) at gui/GLWindow.cc:82 #6 0xb79c4012 in Fl_Gl_Window::flush (this=0x805bc78) at Fl_Gl_Window.cxx:335 #7 0xb7943a85 in Fl::flush () at ../FL/x.H:125 #8 0xb7943cbb in Fl::wait (time_to_wait=0.0093790000000000002) at Fl.cxx:348 #9 0xb7943e05 in Fl::run () at Fl.cxx:357 #10 0x0804970a in main () (gdb) GUMSTIX SAID # ./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. Listening on ports: 6665 accepted client 0 on port 6665, fd 6 Opening connection to Roomba on /dev/ttyS2...Done. 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 accepted client 0 on port 6665, fd 6 Opening connection to Roomba on /dev/ttyS2...Done. 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 and player is still running but it seems to have turned off the Create Hope this helps John Cummins --------------------------------- Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it now. |
From: Robotics P. u. h. l. <rob...@li...> - 2007-11-13 00:33:33
|
Hi John, Try getting the SVN version of the workbook, recompile and install the code in workbook/code/player, then recompile the intro exercise code. Then run the exercise (after starting player on the gumstix) using: $ ./intro client.xml You'll need to change the IP address in client.xml to match the IP on the gumstix. -nate On Nov 5, 2007 3:20 PM, Nate Koenig <nk...@us...> wrote: > Hi John, > > I just received my gumstix parts on Friday. I'm busy getting > everything back up and running. > > -nate > > On 11/2/07, Robotics Primer users help list > > <rob...@li...> wrote: > > Hi Nate, > > What is your status on this issue? Have you managed to recreate my problem? > > Is there any thing I can do to assist you on this? > > I am currently cross-compiling programs for the gumstix, loading them on the > > gumstix, > > which control, via the open interface, the iRobot Create. This procedure > > works well, and allows one to explore the capabilities of the iRobot Create. > > I would still like to get the "Robotics Primer" code to work, any ideas? > > > > John Cummins > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Roboticsprimer-users mailing list > > Rob...@li... > > https://lists.sourceforge.net/lists/listinfo/roboticsprimer-users > > > > > |
From: Robotics P. u. h. l. <rob...@li...> - 2007-11-05 23:20:38
|
Hi John, I just received my gumstix parts on Friday. I'm busy getting everything back up and running. -nate On 11/2/07, Robotics Primer users help list <rob...@li...> wrote: > Hi Nate, > What is your status on this issue? Have you managed to recreate my problem? > Is there any thing I can do to assist you on this? > I am currently cross-compiling programs for the gumstix, loading them on the > gumstix, > which control, via the open interface, the iRobot Create. This procedure > works well, and allows one to explore the capabilities of the iRobot Create. > I would still like to get the "Robotics Primer" code to work, any ideas? > > John Cummins > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Roboticsprimer-users mailing list > Rob...@li... > https://lists.sourceforge.net/lists/listinfo/roboticsprimer-users > > |
From: Robotics P. u. h. l. <rob...@li...> - 2007-11-04 01:24:16
|
My gumstix developed the problem of not booting linux at power on if I didn't have a terminal connected to the gumstix port. This is a known problem in the gumstix comunity. However as the conditions that cause this are the normal conditions for RoboticsPrimer with player or my work around I thought I'd pass on the solution that worked for me. I put together one of those little WM2802-ND four position plugs with a 10k resister between positions 3 and 4 and when I don't have the serial line plugged in I plug this in. I am very happy I purchased multiples of the connectors required from DIGI-KEY I have already used three of each. Gumstix documentation refers to other solutions which require cutting some connectors on the board and connecting some wires and resistors. This was quite disturbing to me as I can hardly see the connectors on the gumstix! There doesn't seem to be any significant interest in this Create/gumstix option. I shall continue to update this list on my discovery's on a irregular basis. Nate, any progress report? John Cummins __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Robotics P. u. h. l. <rob...@li...> - 2007-11-03 02:38:50
|
Hi Nate, What is your status on this issue? Have you managed to recreate my problem? Is there any thing I can do to assist you on this? I am currently cross-compiling programs for the gumstix, loading them on the gumstix, which control, via the open interface, the iRobot Create. This procedure works well, and allows one to explore the capabilities of the iRobot Create. I would still like to get the "Robotics Primer" code to work, any ideas? John Cummins __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |