[Lejos-discussion] Wanting to become leJOS developer !!

2006-02-17 Thread Saptarshi Purkayastha
Hello admins,   I would like to get into the development of leJOS, as I have found the project to be very interesting. Also my liking in Java and robotics brings me feel close to this project. I have tried the leJOS VM for programming robots in college and now I want to try to add new features

Re: [Lejos-discussion] www.lejos.com

2006-02-20 Thread Saptarshi Purkayastha
I think the webstats are not very useful, since I think google-analytics does it for free. They have a very good stats service and that too for free!! So I think its a pretty logical that the webstats be taken down and instead add the small _javascript_ that google asks u to place!! I have been usi

[Lejos-discussion] Google analytics account

2006-02-23 Thread Saptarshi Purkayastha
ful for me. -- Regards, Saptarshi PURKAYASTHA You Live by CHOICE, Not by CHANCEOn 2/21/06, Brian Bagnall < [EMAIL PROTECTED]> wrote: Thanks for identifying that, Mattias. I removed the NedStat code sothere shouldn't be a problem anymore. Too bad we had to get rid ofthat because the st

Re: [Lejos-discussion] failure to unlock

2006-03-09 Thread Saptarshi Purkayastha
I think this message will display... but u'll be able to load programs and execute them normally... I think its gives a tower error, but actually the firmware has been properly loaded!! So just ignore the errors !! -- Regards,Saptarshi PURKAYASTHAYou Live by CHOICE, Not by CHANCEOn 3/10/06, William

Re: [Lejos-discussion] leJOS_3.0 Tower error: write failure

2006-04-03 Thread Saptarshi Purkayastha
On 4/3/06, Walt White <[EMAIL PROTECTED]> wrote: Cross posting.  I already sent this to LUGNET, so I apologize for duplication.   Hello,   I have been using leJOS for many years now and thoroughly enjoy it.Thanks to everyone for all the work that has been put into it.I downloaded 3.0 and

Re: [Lejos-discussion] leJOS 3.0: unlock firmware error

2006-04-06 Thread Saptarshi Purkayastha
I have the same exact behavior like the one mentioned by Brian below. And it works for me. Mayb its something to do with the light or the tower itself. But it just works fine if u can see the battery level on the RCX LCD. -- Regards,Saptarshi PURKAYASTHAYou Live by CHOICE, Not by CHANCEOn 4/6/06, B

Fwd: [Lejos-discussion] I can't get leJOS to work. Help, please? :-)

2006-04-10 Thread Saptarshi Purkayastha
I have found it to work with jdk1.4 as well as 1.5, but then when compiling with lejosjc, u have to give the source and target options For example compiling LineFollower.java would be like:     lejosjc -source 1.4 -target 1.4 LineFollower.java-- Regards,Saptarshi PURKAYASTHAYou Li

[Lejos-discussion] Urgent: How do I meansure distance travelled by my bot

2006-04-14 Thread Saptarshi Purkayastha
I have created a robot on differential drive which is connected with a bumper mechanism using the touch sensor. I want to create a program that measures distances between walls of the room.I know the robot can travel 1m distance in 2secs. But now what I want to do is, when the bumper is pressed(rob

Re: [Lejos-discussion] Urgent: How do I meansure distance travelled by my bot

2006-04-14 Thread Saptarshi Purkayastha
solution that would work...and that to soon!! On 4/14/06, Saptarshi Purkayastha <[EMAIL PROTECTED] > wrote:I m sending u code. Its not working after casting also. its gives a value everytime. code is below. import josx.platform.rcx.*;import josx.robotics.*;import josx.util.*;import jav

Re: [Lejos-discussion] Urgent: How do I meansure distance travelled by my bot

2006-04-14 Thread Saptarshi Purkayastha
nything> useful in the TimingNavigator class that can give me distance> travelled by robot.>> Please provide some solution on how can this be done. Please reply > quickly as this is an urgent requirement.>> --> Regards,> Saptarshi PURKAYASTHA>> You Live by CHOICE,

Re: [Lejos-discussion] Out with the old problems, in with the new! :-) (Tower error: write failure)

2006-04-26 Thread Saptarshi Purkayastha
Dear Tripurari,If u r using windows then there needs to be a small change in the RemoteControlMessenger.java file. Somewhere in line 146 or somewhere close to that find the code: fTower = new Tower("/dev/usb/legousbtower0"); Change the above line to:fTower = new Tower("usb");Compile this Java file

Re: [Lejos-discussion] Garbage Collector

2007-02-17 Thread Saptarshi Purkayastha
ed my effort and none of them found any practical use of a RCX-based "toy" robot. Although I scored the highest in my Univ, the satisfaction of doing it was dissolved! -- Regards, Saptarshi PURKAYASTHA You Live by CHOICE, Not by CHANCE > > On 15.02.2007 Brian Bagnall wrote: >