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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2952 - 2981 of 3407   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2952
Hi All, New to the group! Was there an answer to this import error? I'm have the same issue. Thanks! Best, Shawn...
riavroc2004
Offline Send Email
May 1, 2009
7:09 am
2953
Hi all. I want to control virtual kphera robot with my microcontroller. (I use serial port).Controller sends '1'to serial port but webots can not see it.I have...
onurocal84
Offline Send Email
May 1, 2009
11:48 am
2954
Thanks for your detailed answer, Yvan. The reason that I want to run Subsumption Architecture with threads is that I am modelling a real autonomous vehicle and...
kobwebb
Offline Send Email
May 3, 2009
7:32 pm
2955
Hello, Is it possible to pause a simulation in webots using supervisor ? Thank you...
Sridhar
sridhar_anum...
Offline Send Email
May 4, 2009
4:58 am
2956
Hi guys, I'm new here and I would like to ask you a little question. I'm working on a project with a small robot, whose goal is to find a lightspot in a Room...
Benjamin
saikidias
Offline Send Email
May 4, 2009
6:58 am
2957
I want to call Webot methods from Java classes but can't figure out how to do it. I have tried controller.setSpeed(1,1); but that doesn't work. Which object do...
kobwebb
Offline Send Email
May 4, 2009
7:01 am
2958
Hi Sridhar, It's not possible to pause the simulator from a supervisor. Alternatively, the supervisor could send messages to the controllers in order to let...
fabien.rohrer
Offline Send Email
May 4, 2009
8:18 am
2959
Hi Colin, We designed the object-oriented API to be used like this: * extend the Robot class (or one of its subclass such as Supervisor and DifferentialWheels)...
fabien.rohrer
Offline Send Email
May 4, 2009
8:39 am
2960
Hi Benjamin, I looked through your code. The problem comes from the line 246 and 247 (and also 275 and 276) of the world file which must be removed: DEF...
fabien.rohrer
Offline Send Email
May 4, 2009
10:00 am
2961
That file which I posted yesterday was my first version of the robot. This one: "zlug.org/~bebl/webots.tar.gz", is a newer version with little more details,...
Benjamin
saikidias
Offline Send Email
May 4, 2009
10:02 am
2962
... Let me know if my previous post solves also your new version... ... It's not required for simulating the physics. Regards, Fabien...
fabien.rohrer
Offline Send Email
May 4, 2009
10:09 am
2963
Hi Shawn, In memory, this occurs when you are trying to import a VRML node either from the Webots GUI or from the supervisor API, and the format of the vrml...
fabien.rohrer
Offline Send Email
May 4, 2009
10:31 am
2964
omg, these four lines of code made that big mess. After I've removed the second grouping from the body (I rly don't know why I made a second one..) the whole...
Benjamin
saikidias
Offline Send Email
May 4, 2009
10:38 am
2965
Hello, I recall this kind of error with older versions of Webots. I used to solve the problem by manually redoing the end-of-line right after the "#VRML V2.0...
Yvan Bourquin
yvanix
Offline Send Email
May 4, 2009
11:49 am
2966
Hello Colin, ... The stderr and stdout streams from the controller process are redirected to Webots and printed in Webots console. However, we have had several...
Yvan Bourquin
yvanix
Offline Send Email
May 4, 2009
1:29 pm
2967
Thank you for the information Fabien. Sridhar ________________________________ From: fabien.rohrer <fabien.rohrer@...> To:...
Sridhar
sridhar_anum...
Offline Send Email
May 4, 2009
4:23 pm
2968
Hi, From what I understood, you have a real micro-controller outside the computer sending serial commands to the computer, right? In such a case, you should...
Olivier Michel
oliviermichelus
Offline Send Email
May 5, 2009
7:11 am
2969
I opened one of the webots .wrl files in notepad and did not see below mentioned end of line. Would you have a test .wrl file to try and or look at? The...
Shawn Spradling
riavroc2004
Offline Send Email
May 5, 2009
4:50 pm
2970
Hello Shawn, ... Yes please send us your .wrl file using Webots menu: Help->Bug Report... ... It does: Webots files are .wbt files and as far I know Webots can...
Yvan Bourquin
yvanix
Offline Send Email
May 5, 2009
5:17 pm
2971
I am developing a Subsumtion Architecture based on the LeJos classes. I need to have classes like the following:- public class DriveForward implements Behavior...
kobwebb
Offline Send Email
May 5, 2009
5:59 pm
2972
The file is uploaded to the bug report..... On Tue, May 5, 2009 at 11:17 AM, Yvan Bourquin < ... -- "They say the best weapon is one you never have to fire,"...
Shawn Spradling
riavroc2004
Offline Send Email
May 5, 2009
9:47 pm
2973
It seems that you doesn't have declared a variable controller, which at least, instantiates DifferentialWheels. At least I can't see any in the code, that...
Benjamin
saikidias
Offline Send Email
May 5, 2009
11:58 pm
2974
Thanks for your observation, Ben I have my controller set up correctly like :- (public class MyController extends DifferentialWheels { I want to be able to use...
kobwebb
Offline Send Email
May 6, 2009
7:23 am
2975
Hi Colin, The setSpeed() function is inherited from DifferentialWheels and so it is also accessible as a public function of MyController. So, setSpeed() can be...
fabien.rohrer
Offline Send Email
May 6, 2009
8:04 am
2976
Any comment on why an unsuccessful compilation gets the message "The build was successful"? Regards Colin...
kobwebb
Offline Send Email
May 6, 2009
12:00 pm
2977
Actually, this dialog message is displayed when the .class having the same name as the directory (for example: controllers/ControllerName/ControllerName.class)...
fabien.rohrer
Offline Send Email
May 6, 2009
12:40 pm
2978
Hi, I'd like to run multiple simulations at the time, so I'm looking to use several machines at the time to do this. I found that when I run the same...
matthijs_s
Offline Send Email
May 6, 2009
5:26 pm
2979
Hello Matt, Yes, in Fast mode the graphics card difference should vanish. Does your simulation use Camera devices ? The Camera rendering is also done with...
Yvan Bourquin
yvanix
Offline Send Email
May 6, 2009
8:01 pm
2980
Hi Yvan, No, I don't use Camera devices. And yes, they are both really doing the same thing. It's very simple for now, just a bunch of robots running around in...
matthijs_s
Offline Send Email
May 7, 2009
3:05 pm
2981
Hello Matt, Maybe another partial explanation: Besides the similar frequencies, your faster machine has two CPU cores while the slower machine has only one CPU...
Yvan Bourquin
yvanix
Offline Send Email
May 7, 2009
3:52 pm
Messages 2952 - 2981 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