« Return to Thread: Segway: queue overflow

Re: Segway: queue overflow

by Toby Collett-6 :: Rate this Message:

| View in Thread

I should really finish what im doing before posting emails....

I had a better look at the source and the driver was not calling
ProcessMessages in its main thread. I have added this to CVS now, im not
sure what the delay is like for anonymous CVS at the moment, but all you
need to do is add a ProcessMessages() near the start of the for (;;)
loop in the main thread, about line 325.

Toby

Toby Collett wrote:

> Just had a quick look at the source, definitely a few comments of *TODO*
> in there still, but it appears the position geometry request should be
> handled okay so its probably not that...
>
> what messages are appearing on the server end?
>
> also try just subscribing to the power interface on the RMP, this is one
> of the simplest interfaces and will allow you to check out the basics of
> the driver without extra complications...
>
>
> Toby
>
> Sparta wrote:
>  
>> As soon as I hit subscribe to position2d on playerv, playerv freezes.  I know
>> that playerjoy works fine when I test it on other things.  It seems to be
>> the segwayrmp driver, but I'm not sure what about it is causing this to
>> happen.
>>
>> Sparta
>>  
>>    
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Playerstage-users mailing list
> Playerstage-users@...
> https://lists.sourceforge.net/lists/listinfo/playerstage-users
>
>  

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-users mailing list
Playerstage-users@...
https://lists.sourceforge.net/lists/listinfo/playerstage-users

 « Return to Thread: Segway: queue overflow