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...
Show off your group to the world. Share a photo of your group with us.

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 471 - 500 of 3407   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
471
Hi, I'm a student of Dr. Wei Li at CSU, Bakersfield. I'm doing a independent study for robotics as my senior project and use Webots as one of my tools. I use...
Erwin Lukas
leptians
Offline Send Email
Apr 7, 2004
6:36 am
472
Hi, So is there an equivalent for the DOS_CONSOLE=1 feature on Mac OS X? When programming a controller in C, I can get around that by writing to a log file. ...
mitnamin
Offline Send Email
Apr 13, 2004
6:45 am
473
... An option is to launch Webots from the command line (rather from the icon or from the open command) and you will see the printouts pop up in your console...
Olivier Michel
oliviermichelus
Offline Send Email
Apr 13, 2004
7:18 am
474
... How do I launch Webots from the command line in Mac OS X? ... controller...
mitnamin
Offline Send Email
Apr 13, 2004
2:46 pm
475
... to launch webots from the terminal and see the results of the printf in your terminal. ... but this won't allow you to see the printf messages in the...
Olivier Michel
oliviermichelus
Offline Send Email
Apr 14, 2004
6:47 am
476
Great! Thank you :-)...
mitnamin
Offline Send Email
Apr 14, 2004
10:31 am
477
Just for completeness, another way to see the printf's in Mac OS X is to open the Console utility (located in /Applications/Utilities/Console.app)....
mitnamin
Offline Send Email
Apr 14, 2004
11:14 am
478
Hi, Some pre-releases of Webots 4.0.21 are available for testing from: http://cyberboticspc1.epfl.ch/ftp/ ...
Olivier Michel
oliviermichelus
Offline Send Email
Apr 16, 2004
4:26 pm
479
Hi, I have started on programming with webots 3 (switchng to 4 in two weeks when the lisence is ready). Long time ago I have asked you about saving images and...
uglymoth
Offline Send Email
Apr 16, 2004
7:25 pm
480
... Naveen, You will have to construct and save the PNG image from the camera image data you retrieve from the camera_get_image() function. In order to achieve...
Olivier Michel
oliviermichelus
Offline Send Email
Apr 19, 2004
10:53 am
481
File -> Make Movie... doesn't seem to work on Mac OS X (I am using Webots PRO release 4.0.20). It prompts me for a filename to save the movie to. Then, the...
mitnamin
Offline Send Email
Apr 20, 2004
9:51 pm
482
... Webots 4.0.20 needs mpeg_encode to be able to create MPEG-1 movies. You can obtain it from: ...
Olivier Michel
oliviermichelus
Offline Send Email
Apr 21, 2004
6:58 am
483
Hi, A new official version of Webots is available for download from the official place: http://www.cyberbotics.com/products/webots/download.html Webots 4.0.21...
Olivier Michel
oliviermichelus
Offline Send Email
Apr 22, 2004
10:27 am
484
Thanks, but unfortunately, I was not able to get it to work. I got the latest release of Webots and I was able to install mjpegtool using Fink. However, the...
mitnamin
Offline Send Email
Apr 22, 2004
7:18 pm
485
Hi, I built the necessary mjpegtools Mac OS X binaries for you. You can get them from: http://cyberboticspc1.epfl.ch/cdrom/mac/lib/mjpegtools.tar.gz copy this...
Olivier Michel
oliviermichelus
Offline Send Email
Apr 23, 2004
3:32 pm
486
Thanks, it works now :-) I was confused because I thought I needed both mjpegtools and mpeg_encode. There is a small bug however. The file is not saved in the...
mitnamin
Offline Send Email
Apr 23, 2004
6:50 pm
487
... Yes, I have to fix this. Thanks for reporting it! ... I also couldn't view it with QuickTime, but I guess you should be able to view it with Real Player....
Olivier.Michel@...
oliviermichelus
Offline Send Email
Apr 26, 2004
8:48 pm
488
... Actually, it doesn't look like I can view any MPEG file with Real Player 9.0. Please let me know if you ever find a program to view the MPEG files...
mitnamin
Offline Send Email
Apr 27, 2004
9:45 am
489
Hi to you all! I want to scale some objects I've created in a world, such as Extrusions, Solids and so on, but when I select the scale node in the scene tree...
david@...
Send Email
Apr 29, 2004
11:37 am
490
Hi, It is unfortunatelly not possible to scale Solid object because the collision detector doesn't support it. However, you should be able to scale Transform...
Olivier.Michel@...
oliviermichelus
Offline Send Email
Apr 29, 2004
6:49 pm
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
Messages 471 - 500 of 3407   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