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 2462 - 2491 of 3393   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2462
Hi eveyone, Is it possible to change the camera width and height properties online from the robot controller? The function camera_set_fov seems to be...
Anthony Morse
anthony.morse@...
Send Email
Dec 1, 2008
9:42 am
2463
Anthony Morse wrote: Hi eveyone, Is it possible to change the camera width and height properties online from the robot controller? No. The function...
Olivier Michel
oliviermichelus
Offline Send Email
Dec 1, 2008
10:22 am
2464
When i've written a program and im using the 3 front sensors on my robot. When it runs into an obstacle the following error message comes up in the log:...
j.moore_5
Offline Send Email
Dec 2, 2008
2:08 pm
2465
Hello, Webots gives this warning when there is a mismatch between the type of device represented by the DeviceTag and the API function called with this...
Yvan Bourquin
yvanix
Offline Send Email
Dec 2, 2008
2:39 pm
2466
Hi guys, I've got a very simple question here. Hope that you guys will help out. I've used the wizard tool to create a new robot controller, and I choose C as...
elvinlee1988
Offline Send Email
Dec 4, 2008
1:15 pm
2467
Some more question that I've found. Sometimes it displays this message for me: mingw32-make mingw32-make: *** No rule to make target `my_controller.o', needed...
elvinlee1988
Offline Send Email
Dec 5, 2008
6:55 am
2468
... Mmm, actually the .d file is created the first time you "Build". And it is removed when you "Clean" the project. ... Does it say anything before "done." ? ...
Yvan Bourquin
yvanix
Offline Send Email
Dec 5, 2008
8:10 am
2469
Hello, I think, that you just need to hit "Clean" to get rid of the "trial.d" file. Also be careful with the source file name and the directory name. Webots...
Yvan Bourquin
yvanix
Offline Send Email
Dec 5, 2008
8:39 am
2470
Thanks for the help Yvan. It really helps and I appreciate it. However, I still can't get the ".exe" file. Here's what I've got so far. I started a new...
elvinlee1988
Offline Send Email
Dec 5, 2008
9:58 am
2471
I used Matlab to do a simulation experiment. The experiment was very successful. But when I used webots to do the same simulation experiment. The problem was...
fujinhai123
Offline Send Email
Dec 6, 2008
5:07 pm
2472
hi everyone, i am trying to use the same neural controller (same executable) to control 2 different robots in a different way. basically, the controller starts...
scaryas
Offline Send Email
Dec 12, 2008
1:59 pm
2473
Hi Stevie, Having two instances of the same controller to control the two robots should make no difference from having two different controllers with identical...
Olivier Michel
oliviermichelus
Offline Send Email
Dec 16, 2008
9:41 am
2474
Hi Olivier, By "undefined results" what I meant was that when I have the robots connected together and running their own instance of the same controller ...
Mckibbin, Stephen
scaryas
Offline Send Email
Dec 16, 2008
4:56 pm
2475
Hi, We just released Webots 6.0.0. You can download it from the usual place: http://www.cyberbotics.com/products/webots/download.html Any Webots 5 user with a...
Olivier Michel
oliviermichelus
Offline Send Email
Dec 17, 2008
8:41 am
2476
Hi All, We currently use Webots 5.9 together with e-puck robots. By the API 'differential_wheels_set_speed', we can set the speed for e-puck robots in both...
kxubb
Online Now Send Email
Dec 19, 2008
5:10 am
2477
Hi, Indeed, the Webots API has not a 'differential_wheels_get_speed'-like function because this feature is not realistic for the major part of the real robots....
fabien.rohrer
Offline Send Email
Dec 19, 2008
7:57 am
2478
hi Fabien, "The e-puck has no encoders but it can count the steps applied on its stepper motors." does this mean that the e-puck has some sort of encoder on...
Mckibbin, Stephen
scaryas
Offline Send Email
Dec 19, 2008
8:51 am
2479
Hi Stevie, For being clear: an e-puck has no encoder. But there is a trick for knowing how much steps the motors should have performed. This doesn't returns a...
fabien.rohrer
Offline Send Email
Dec 19, 2008
9:26 am
2480
hi Fabien, thanks for clearing that up for me. cheers stevie ... From: webots-users@yahoogroups.com on behalf of fabien.rohrer Sent: Fri 19/12/2008 09:26 To:...
Mckibbin, Stephen
scaryas
Offline Send Email
Dec 19, 2008
9:43 am
2481
Hi Fabien, Thank you for your reply. so, you mean, the encoder or steps from stepper-motor become inaccurate if slippage happens during motion? As for...
kxubb
Online Now Send Email
Dec 19, 2008
12:59 pm
2482
... Hi, ... Yes, they do. It is the case for every encoder which measures the rotation of a wheel. ... You are right, the robot obviously takes time for...
fabien.rohrer
Offline Send Email
Dec 19, 2008
1:51 pm
2483
Thank you Fabien, But is there any way of compute or measure each actual time-step at remote control of e-puck? We run some test on both simulation and remote...
kxubb
Online Now Send Email
Dec 19, 2008
2:34 pm
2484
... Unfortunately, nothing is implemented for this kind of measure. ... This is true but using only the encoders is often enough to estimate the position at a...
fabien.rohrer
Offline Send Email
Dec 19, 2008
3:17 pm
2485
Thank you Fabien, The codes worked well. we are trying to use clock() function in C to calculate the interval between time steps. But if e-puck works on remote...
kxubb
Online Now Send Email
Dec 19, 2008
4:11 pm
2486
I don't know what will be your application but I think measuring time is not necessary for computing the odometry of the e-puck (cf. the example I sent you). ...
fabien.rohrer
Offline Send Email
Dec 19, 2008
5:01 pm
2487
Hi what does rotate mean in webots? what is formula? sqr(cos(a))+sqr(cos(b))+sqr(cos(c))=1 ? webots tell in rotate x [m] y [m] z [m] alfa [rad] what are...
roozekhoob
Offline Send Email
Dec 20, 2008
4:37 pm
2488
Hi, I'm not sure I understood your question ... Do you mean: what are the "rotation" fields in Webots ? The "rotation" fields use the Euler axis/angle...
Yvan Bourquin
yvanix
Offline Send Email
Dec 20, 2008
8:48 pm
2489
Dear all Webots users, Please help me out of this annoying problem: every time I execute Webots, there is a "License Warning" box popping up on my screen ...
µkµkÀM
delavega.tw
Offline Send Email
Dec 24, 2008
5:20 am
2490
Hello, You can disable this warning message by setting the WEBOTS_DISABLE_LICENSE_WARNINGS environment variable. For example like this (Linux): $ export...
Yvan Bourquin
yvanix
Offline Send Email
Dec 24, 2008
8:35 am
2491
Hello everyone, I'm new to Webots and in my school project I have to model a three wheeled (one front wheel and two rear wheels- left and right) robot in ...
can_baybunar
Offline Send Email
Dec 26, 2008
5:15 pm
Messages 2462 - 2491 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