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 2667 - 2696 of 3400   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2667
Hi Fabien, You were right! I changed the obstacle bounding nodes to boxes and it works!!! However, I would like to point out (just out of curiosity) that I do ...
Noelia Oses
ermutarra...
Offline Send Email
Mar 1, 2009
5:54 pm
2668
Hello Sridhar, No you shouldn't put this values to maximum: that would not make much sense. These values are there to simulate the properties of real motors...
Yvan Bourquin
yvanix
Offline Send Email
Mar 1, 2009
9:32 pm
2669
Hi All, I am using a differential wheel robot. Is it possible to include one more single freely moving wheel(Caster wheel) in the front of robot. And one more...
archat_vin
Offline Send Email
Mar 2, 2009
6:25 am
2670
Thanks for the feedback. Obviously, it was not a good idea, you really need the 64 bit version of libController.so... We will try to further investigate this...
Olivier Michel
oliviermichelus
Offline Send Email
Mar 2, 2009
8:20 am
2671
Hello Vinod, I am using a differential wheel robot. Is it possible to include one ... Yes you can model a freely moving wheel (passive wheel) by just setting...
Yvan Bourquin
yvanix
Offline Send Email
Mar 2, 2009
8:22 am
2672
Hi all, I have seen from the simple sample controller in the tutorial that when developing a c controller I can access variable values through calls such as ...
ermutarra@...
ermutarra...
Offline Send Email
Mar 2, 2009
5:14 pm
2673
Hello Noelia, The C++ equivalent of this function is the C++ method: int getBasicTimeStep() const; It is defined in the Robot class: check on this page: ...
Yvan Bourquin
yvanix
Offline Send Email
Mar 2, 2009
6:06 pm
2674
Hi Yvan, Thank you so much for the information. It was very helpful. Regards, Sridhar Add more friends to your messenger and enjoy! Go to...
Sridhar
sridhar_anum...
Offline Send Email
Mar 3, 2009
5:33 am
2675
Thanks a lot, Yvan!! ... http://www.cyberbotics.com/cdrom/common/doc/webots/reference/section3.36.html ... ways ... info on ... ...
ermutarra@...
ermutarra...
Offline Send Email
Mar 3, 2009
9:25 am
2676
Hi all, I know this sounds like a silly question but can somebody tell me how to display my world? In the 'Tools' menu I can choose to display (or not) the...
ermutarra@...
ermutarra...
Offline Send Email
Mar 3, 2009
9:30 am
2677
Hello Noelia, It's maybe your .project file that got corrupted ... The .project file is a hidden file stored in the same directory as the corresponding .wbt...
Yvan Bourquin
yvanix
Offline Send Email
Mar 3, 2009
10:24 am
2678
Yvan, This worked! Thank you very much. It seems these strange things only happen to me in the whole lab! :( Best regards, Noelia...
ermutarra@...
ermutarra...
Offline Send Email
Mar 3, 2009
11:20 am
2679
Hello Rufino, hello Olivier, ... Apparently this applies also to .so and Linux 64 bit. This explains the error message that you get. So the solution is to...
Yvan Bourquin
yvanix
Offline Send Email
Mar 3, 2009
5:42 pm
2680
Hi Yvan Ok that sounds great. By the way I am doing this simulation as part of my PhD and I would like to ask your advice. You mentioned that this native ...
Rufino Bolado
rbolado@...
Send Email
Mar 3, 2009
6:08 pm
2681
Hello Rubino, ... I don't know exactly how convenient is the TCP/IP method you mentioned. Maybe you want to try our new MATLAB interface and decide which is...
Yvan Bourquin
yvanix
Offline Send Email
Mar 3, 2009
6:51 pm
2682
I want to remove all specular highlights from an object, but I'm confused about the parameters. I've got an orange object with appearance Appearance { ...
Howard, Mike D
mikehoward2000
Offline Send Email
Mar 3, 2009
8:01 pm
2683
Hi Mike, Here is how I'd fix your Material node: - You can remove entirely the specular component only by setting "specularColor" to black (0 0 0). - The...
fabien.rohrer
Offline Send Email
Mar 4, 2009
9:31 am
2684
Information about the "shininess" field in my previous commit wasn't correct. Normally, this field is defined between 0 and 1 in the VRML specifications, so...
fabien.rohrer
Offline Send Email
Mar 4, 2009
10:49 am
2685
Hi Yvan "I don't know exactly how convenient is the TCP/IP method you mentioned. Maybe you want to try our new MATLAB interface and decide which is the best ...
Rufino Bolado
rbolado@...
Send Email
Mar 5, 2009
12:26 pm
2686
Hello Rubino, Ok, I have prepared a patch: see attached file. This patch replaces 2 files and adds 1 new file in Webots 6.1.0. Here are some explanations: ...
Yvan Bourquin
yvanix
Offline Send Email
Mar 5, 2009
1:53 pm
2687
Hi everyone, I use webots PRO 6.1 since a few days. I plan to program mainly in Python because I use a neural network simulator written in this language ...
Mathieu Dubois
mathieu.dubois@...
Send Email
Mar 5, 2009
2:55 pm
2688
Hi everyone (again), I have several (newbie) questions about the way to design a Supervisor in Python. Let's take an example. I have used the 'New robot...
Mathieu Dubois
mathieu.dubois@...
Send Email
Mar 5, 2009
3:07 pm
2689
Hi, It comes probably from your python version which is too much recent. Webots supports officially only python 2.5.*. What is the output when you type "python...
fabien.rohrer
Offline Send Email
Mar 5, 2009
3:46 pm
2690
... Hi, ... Yes, it's correct. ... I have just done a test and it seems to work. In the controller, try to replace the self.step() call by this: if...
fabien.rohrer
Offline Send Email
Mar 5, 2009
3:59 pm
2691
Hi Fabien, Here is the (short) output of "python -v" (hum, in fact the -v option turns the python interpreter in verbose mode so it outputs a lot of ...
Mathieu Dubois
mathieu.dubois@...
Send Email
Mar 5, 2009
4:15 pm
2692
Hi Fabien Thanks again for helping. ... OK. ... "step()" ... controller) ... such ... This seems to work on my computer too (I have a file temp.txt) except ...
Mathieu Dubois
mathieu.dubois@...
Send Email
Mar 5, 2009
4:51 pm
2693
Hi Yvan I install Matlab 2008b. Then I extracted the files from the patch and integrated them with my webots. When I run the e-puck_matlab.wbt world I got this...
Rufino Bolado
rbolado@...
Send Email
Mar 5, 2009
7:46 pm
2694
Hi Yvan I fixed the last problem, and now webots is using Matlab 2008b but I got this output: $ webots Locking assertion failure. Backtrace: #0...
Rufino Bolado
rbolado@...
Send Email
Mar 5, 2009
9:05 pm
2695
Hi Yvan Sorry about the last two messages. But it is working now !!!. This is the output that I got: $ webots < M A T L A B (R) > Copyright 1984-2008 The...
Rufino Bolado
rbolado@...
Send Email
Mar 5, 2009
9:19 pm
2696
Hello Rufino, Do you mean that you have parallel matlab installations ? Webots will call the first matlab it finds in the PATH; this is just like if you would...
Yvan Bourquin
yvanix
Offline Send Email
Mar 5, 2009
9:32 pm
Messages 2667 - 2696 of 3400   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