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 889 - 918 of 3393   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
889
Hi, I could reproduce this problem on a different Mac OS X 10.3, we are working on fixing this issue. It should be done within a couple of days. -Olivier...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 1, 2005
7:58 am
890
Hi, Just a side note. On a shell, if i issue the command: "open webots.app" i get that issue, but if i issue the commands: "cd webots.app/contents/MacOs/" and...
Hugo Veiga
veigahugo
Offline Send Email
Jul 1, 2005
8:10 am
891
Hi, The problem is apparently fixed. Here is a beta version for Webots 5.0.5 which seems to correct this problem: ...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 1, 2005
12:43 pm
892
Hi Olivier, Webots 5.0.5 works just fine. Thank you. But i've been getting the most strange results. At first i tried to load my world which worked fine on...
Hugo Veiga
veigahugo
Offline Send Email
Jul 1, 2005
7:59 pm
893
I want to have my own Swing Frame running from a Webot controller. Can anyone tell me the best way to do this? So far, I have... public static void main() { ...
Christopher Willmot
gbfalcon
Offline Send Email
Jul 4, 2005
2:30 pm
894
I need to process images from a webot camera, but need to do it in Java. Trouble is, I'm lost amongst BufferedImages, WriteableRasters and ColorModels... Has...
Christopher Willmot
gbfalcon
Offline Send Email
Jul 4, 2005
5:06 pm
895
Hi, I pasted an example code below. It computes average V (V in HSV) value for a region in a given image. Mainly, you get Raster from the image which is ...
Levent Bayindir
bayindirl
Online Now Send Email
Jul 4, 2005
7:08 pm
896
Thanks Levent, but my problem is before that step. I can't find how to get a BufferedImage from the int[] returned by camera_get_image(). ... -- Christopher...
Christopher Willmot
gbfalcon
Offline Send Email
Jul 4, 2005
8:53 pm
897
Hi Christopher, Here is the code taken from ALife0 controller in Webots. bufferedImage = new BufferedImage(camera_get_width(camera), camera_get_height(camera),...
Levent Bayindir
bayindirl
Online Now Send Email
Jul 5, 2005
6:52 am
898
Ooops, missed that! Thanks a lot Levent. I thought it should be simple. -- Christopher Willmot...
Christopher Willmot
gbfalcon
Offline Send Email
Jul 5, 2005
7:03 am
899
It seems to be the right way to do it. If you are running Webots under Linux, you may want to check the webots/resources/java.policy file to check it this...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 5, 2005
8:31 am
900
On Tue, 05 Jul 2005 10:20:01 +0200, Olivier Michel ... Yes. Both "normal image" and "green filter" have "Java Applet Window" at the top. It's not on the...
Christopher Willmot
gbfalcon
Offline Send Email
Jul 5, 2005
9:11 am
901
Thx Olivier, You were right. My supervisor was causing the problems, though it did not cause any problems with the previous version. Once again, thank you for...
Hugo Veiga
veigahugo
Offline Send Email
Jul 5, 2005
2:30 pm
902
Webots 5.0.5 ??????????? Where is located the version 5.0.5 ????? thanks... ... From: Hugo Veiga To: Webots Sent: Tuesday, July 05, 2005 4:30 PM Subject: Re:...
José A Martín H
joseoomartin
Offline Send Email
Jul 5, 2005
6:19 pm
903
That was beta version for testing if a problem was actually fixed. However, Webots 5.0.5 final version should popup soon (including that bug fix and a few...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 6, 2005
5:53 am
904
I am not sure if it was implemented in 5.0.4 but I would like to suggest to enable closing of camera windows during simulation. As of 5.0.3, the camera windows...
gabriel maganis
gabmaganis
Online Now Send Email
Jul 6, 2005
5:58 am
905
I would like also to suggest supporting Active Media PeopleBot robot in this nice simulation environment if it's possible Oliver. Thanks, Abdulrahman. gabriel...
Abdulrahman Altahhan
abed.tahhan@...
Send Email
Jul 6, 2005
7:29 pm
906
... We have been discussing in the past with Active Media about this. However, we need a a strong commitment from them to start such a development. We do not...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 7, 2005
6:53 am
907
On Thu, 07 Jul 2005 08:41:52 +0200, Olivier Michel ... Yes, but everything else stops too! :-) On SuSE 9.3 it works with Camera.display=TRUE, but changing to...
Christopher Willmot
gbfalcon
Offline Send Email
Jul 7, 2005
11:16 am
908
Olivier, How can i get webots to display the output window so that i can send output to the console? Thanks...
Hugo Veiga
veigahugo
Offline Send Email
Jul 11, 2005
9:47 am
909
Hi, The new version of Webots is there. You can download it from the usual place: http://www.cyberbotics.com/products/webots/download.html Here is the...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 13, 2005
2:15 pm
910
Hugo, You are right, there seems to be a problem with robot_console_printf() under Mac OS X... I will check this out and let you know. However, opening the...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 13, 2005
2:29 pm
911
Hello, I have problems with the integrated editor. The font is so small that i can't read nothing on the editor. Using Mac OS X. Does anyone else gets this...
Hugo Veiga
veigahugo
Offline Send Email
Jul 13, 2005
2:42 pm
912
Hello, You can to the the Preferences and change the font. Does it help ? -Olivier...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 13, 2005
2:49 pm
913
Hi, I changed it there. But in order for it to update the window font i must close and open it again. That was the problem, i was changing the font but it...
Hugo Veiga
veigahugo
Offline Send Email
Jul 13, 2005
2:54 pm
914
Hi, I just fixed the robot_console_printf() bug. Now it should work (can you download Webots 5.0.5 again and give a try). The file size for the fixed version...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 13, 2005
4:09 pm
915
Could you please explain me, how the touch sensor works with lookup table. I have two force sensors in the Qrio robot with a lookup table that have the values...
José A Martín H
joseoomartin
Offline Send Email
Jul 13, 2005
6:01 pm
916
Hi José, That's true, the documentation was missing. I added it here: http://cyberboticspc1.epfl.ch/cdrom/common/doc/webots/reference/section2.41.html In your...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 14, 2005
8:06 am
917
Hi, Webots 5.0.5 will not have live long... 5.0.6 is there... It fixes a couple of issues with distance sensors, documentation, PDF and HTML helpers under...
Olivier Michel
oliviermichelus
Offline Send Email
Jul 14, 2005
8:24 am
918
Hi, has anybody a world of the model of a cart pole balancing robot ? or can give me some indications to make this world in a easy way ? thanks... -jose...
José A Martín H
joseoomartin
Offline Send Email
Jul 18, 2005
8:48 pm
Messages 889 - 918 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