Search the web
Sign In
New User? Sign Up
webots-users · Webots Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 491 - 520 of 3393   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
491
Dear Sir, Thank you, yet again, for your advice. i am sorry for the late reply but I was engaged in some examinations at university. Now I will be working on...
uglymoth
Offline Send Email
May 3, 2004
11:39 pm
492
Hi, I just implemented this camera_save_image(DeviceTag,const char *filename,int quality) for you in Webots 4.0.21. Please have a look at the reference about...
Olivier Michel
oliviermichelus
Offline Send Email
May 4, 2004
9:24 am
493
Hi to you all! I'm trying to transfer a controller which I've developed using Visual C++ under Windows to a real Khepera 2 robot, but I'm confused. I could...
david@...
Send Email
May 5, 2004
10:27 am
494
Dave, I would recommand you to copy the Makefile.kros2 from the Webots/controllers/khepera directory (or khepera_k213, it's the same) to your own controller...
Olivier Michel
oliviermichelus
Offline Send Email
May 5, 2004
11:25 am
495
Dear Mr Michel, Thank you for getting that camera_save_image method ready. It will surely be useful. But I am currently using webots 3 and will upgrade to ver...
uglymoth
Offline Send Email
May 5, 2004
11:35 am
496
... Here is it: #include <png.h> int g_image_png_save(GImage *img,const char *filename) { int i; png_color_8 sig_bit; unsigned short w = img->width; unsigned...
Olivier Michel
oliviermichelus
Offline Send Email
May 5, 2004
4:03 pm
497
Hello! Thanks a lot Olivier, it help me very much, I notice that at the beginning was a path error, I had the .c files were they should not be. But now I'm...
david@...
Send Email
May 6, 2004
7:43 am
498
... Yes, you should create a kros directory in your controller directory (as in Webots/controllers/khepera and khepera_k213) ... There my be some harmless...
Olivier Michel
oliviermichelus
Offline Send Email
May 6, 2004
3:10 pm
499
Hi all users, I'm a Spanish student that I'm doing my final project about simulation of two Robots by Webots. I need more information about supervisor ...
gorka_bonals
Offline Send Email
May 10, 2004
1:59 pm
500
Hi gorka, take a look at the gps_supervisor example (which goes together with gps_supervised). I am also beginning with webbots and this is the example I used...
Rebsamen Brice
bricedebrign...
Offline Send Email
May 10, 2004
2:07 pm
501
Hi again, First of all I want to give my sincerely thanks to Rebsman and Brace for their useful advices. I have done a c code that use a function ...
gorka_bonals
Offline Send Email
May 11, 2004
8:28 am
502
Dear Sir, Regarding saving image from the camera, I have put the following line in camera.h int camera_save_image(DeviceTag,const char *filename,int...
uglymoth
Offline Send Email
May 12, 2004
7:17 am
503
... I wouldn't recommand you to modify the camera.h file, but rather that you write your own PNG save functions in the source code of your robot controller. ...
Olivier Michel
oliviermichelus
Offline Send Email
May 12, 2004
9:29 am
504
... Are you sure you have a corresponding DEF name in the Webots world you use. If so, double-check the spelling. I would recommand you that you perform a...
Olivier Michel
oliviermichelus
Offline Send Email
May 12, 2004
9:31 am
505
Hello, I am using webots 3 now. I would like to know a little bit more about how time is handled in webots. I want my robot to travel some distance in the...
Rebsamen Brice
bricedebrign...
Offline Send Email
May 18, 2004
7:44 am
506
... A controller is in asynchronous mode when its synchronization field is set to FALSE. To run simulation which are not dependent on the computer speed, you...
Olivier Michel
oliviermichelus
Offline Send Email
May 18, 2004
9:16 am
507
Using Webots 4 in C:/Program Files/Webots MinGW from Dev-Cpp in C:/Dev-Cpp Trying to compile a single file, drive.c, fails on the link stage: gcc.exe -c...
Christopher Willmot
gbfalcon
Offline Send Email
May 19, 2004
7:09 am
508
Hi, This feature is new in Webots 4.0.21 (and wasn't in 4.0.20). Are you sure you are using this very last version of Webots ? I tryed with my development...
Olivier Michel
oliviermichelus
Offline Send Email
May 19, 2004
9:25 am
509
Yes, it works OK now. You might like to check the 4.0.21 package on the website, as I ran nm on libController.a to check. The downloaded one had no...
Christopher Willmot
gbfalcon
Offline Send Email
May 19, 2004
12:52 pm
510
Ok, I will double check this. Thanks for pointing that out! -Olivier...
Olivier Michel
oliviermichelus
Offline Send Email
May 19, 2004
2:32 pm
511
Any hints on how to debug a Webot controller using gdb? Or is there another debugger I should be using? Even so, how do I get the debugger to trace the...
Christopher Willmot
gbfalcon
Offline Send Email
May 20, 2004
5:24 pm
512
Olivier, Thanks for including the camera_save_image() function. It makes it a lot easier to sort out what is going on. I don't think I understand how the ...
Christopher Willmot
gbfalcon
Offline Send Email
May 22, 2004
10:56 am
513
Under Linux, I use to do the following to debug controllers: 1) compile the controller with the -g gcc option, i.e., add "CFLAGS=-g" in the Makefile of the...
Olivier Michel
oliviermichelus
Offline Send Email
May 24, 2004
10:16 am
514
Detailed and helpful, thanks. On Mon, 24 May 2004 12:10:10 +0200, Olivier Michel ... -- Christopher Willmot Using M2, Opera's revolutionary e-mail client:...
Christopher Willmot
gbfalcon
Offline Send Email
May 24, 2004
10:36 am
515
Having done a little reading, more specific questions might help. Assuming a projection-screen model, what is the focal length of the camera (lens to screen)...
Christopher Willmot
gbfalcon
Offline Send Email
May 24, 2004
10:50 am
516
Chris, The image produced by the camera device is a simple OpenGL rendered image. It uses a perspective projection for the camera model as described in the...
Olivier Michel
oliviermichelus
Offline Send Email
May 24, 2004
12:28 pm
517
Thanks again. Just what I was looking for. On Mon, 24 May 2004 14:26:48 +0200, Olivier Michel ... -- Christopher Willmot Using M2, Opera's revolutionary...
Christopher Willmot
gbfalcon
Offline Send Email
May 25, 2004
7:32 am
518
Olivier, When developing a webot, it is necessary to make and save small changes. In between, it is usually a good idea to run the simulation a little to see...
Christopher Willmot
gbfalcon
Offline Send Email
May 29, 2004
1:38 pm
519
Sorry to be stupid, but I can't work out how to get a touch sensor to work. I have copied (and enlarged) the touch sensor from the bumper example, and put it...
Christopher Willmot
gbfalcon
Offline Send Email
May 29, 2004
4:33 pm
520
I am trying to track the ball using a Supervisor. It has a node DEF BALL Solid { translation -0.5 0 0.2 rotation 0.707107 0 0.707107 2.62318 children [ Shape...
Christopher Willmot
gbfalcon
Offline Send Email
May 30, 2004
10:43 pm
Messages 491 - 520 of 3393   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help