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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1824 - 1853 of 3399   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1824
Olivier and Pablo, I did this, and it appears to be working perfectly now. Thanks once again for all your help! Matt...
Matt Johnson
mancer216
Offline Send Email
May 1, 2007
9:11 am
1825
We have a Java programmer entering the lab and I was wondreing if it is possible to model new robots using Java (I know controllers can be written in Java, but...
Andrew Felch
andrewfelch
Offline Send Email
May 2, 2007
8:25 pm
1826
... Yes, but a robot model is not written with a programming language, rather it is a description language which is somehow inherited from the VRML97 3D...
Olivier Michel
oliviermichelus
Offline Send Email
May 3, 2007
3:20 pm
1827
Hello In some sense I have a similar problem... I started designing a car-like model from a prexisting diferential wheel robot by adding a single front...
Andrea Cherubini
andreakerubini
Offline Send Email
May 3, 2007
3:35 pm
1828
Is there any way to get aibo's legs to not pass through each other? I never had a real problem with it (I figured good learning algorithms will handle either...
Andrew Felch
andrewfelch
Offline Send Email
May 3, 2007
7:00 pm
1829
I am coding using webots to ilustrate the condition: when any sensors in a khepera rbot detect a value less than 10, it will stop and get the time by...
happysong_83
Offline Send Email
May 4, 2007
2:51 am
1830
can i change the camera frustum color? i need a red or white one, not the default one. and can i thick frustums? thank you...
pentiumII_@...
ingegneriame...
Offline Send Email
May 4, 2007
6:45 am
1831
Hi ! I don't see a problem here ! Are you sure that the "sensors_value[i] <=10" condition is ever fulfilled ? Why don't you write you code more simply: static...
Yvan Bourquin
yvanix
Offline Send Email
May 4, 2007
8:44 am
1832
Andrew, It is not possible for the moment to avoid such collisions. We did that on purpose to save computation time (on collision detection). We will consider...
Olivier Michel
oliviermichelus
Offline Send Email
May 4, 2007
9:55 am
1833
Thanks so much for ur reply :) Anyway, I use that method coz if i code it ur way, the run loop will run the code for each timestep and return me 'masa' even...
happysong_83
Offline Send Email
May 4, 2007
12:03 pm
1834
Hi all, I'm planning to purchase the STD version of Webots, and I want to know if I can use URBI with this basic version ? Thanks in advance. @+ rv....
Arcturien
manuel_mtl
Offline Send Email
May 4, 2007
12:53 pm
1835
Hello, I don't see the whole code here, but are you aware that if "stoptime" is declared like that (static) inside a function it will be initialized to 0 only...
Yvan Bourquin
yvanix
Offline Send Email
May 4, 2007
12:54 pm
1836
Yes, but you will have to purchase URBI for Webots STD, which is priced € 199. -Olivier...
Olivier Michel
oliviermichelus
Offline Send Email
May 4, 2007
12:58 pm
1837
thanks for your remind :) it's ok. Problem settled. ... be ... will ... problem ... 2. ... and ... on ... detected ... crazy....
happysong_83
Offline Send Email
May 5, 2007
12:00 am
1838
Hi We just released a testing version of Webots 5.1.13. You can download it from the following URLs: ...
Olivier Michel
oliviermichelus
Offline Send Email
May 9, 2007
1:18 pm
1839
Hello Oliver, As a part of a complex behaviour, I am using the infra-red to do some very basic reactive behaviour with the Khepera simulation, but the values...
Abdulrahman Altahhan
abed.tahhan@...
Send Email
May 10, 2007
12:27 pm
1840
Hi, Webots 5.1.13 was released today. You can download it from the usual place: http://www.cyberbotics.com/products/webots/download.html We appreciate your...
Olivier Michel
oliviermichelus
Offline Send Email
May 11, 2007
11:54 am
1841
Hi, We just have released a test version of Webots 5.1.13 compiled on a brand new AMD64 dual core processor in 64 bit mode under ubuntu Dapper Drake Linux. It...
Olivier Michel
oliviermichelus
Offline Send Email
May 11, 2007
12:48 pm
1842
I'd like to be able to: 1) Start the robot off in a rotation other than upright. 2) Trigger the robot to revert back to that starting rotation via command,...
Matt Johnson
mancer216
Offline Send Email
May 17, 2007
1:12 am
1843
Hello Matt, 1) You can start the robot with any orientation you want just by changing the rotation field of the CustomRobot (and then saving your .wbt). Note...
Yvan Bourquin
yvanix
Offline Send Email
May 17, 2007
1:50 pm
1844
Hello Yvan, Thanks so much for help. I'm going to have work on making a controller since I haven't done that before. Regarding your instructions for chaning a...
Matt Johnson
mancer216
Offline Send Email
May 18, 2007
10:28 am
1845
Hello Matt, Two ideas: A) Well maybe you are in [Run] mode ? Make sure you [Stop] the simulation before changing the rotation field. Otherwise, (in [Run] mode)...
Yvan Bourquin
yvanix
Offline Send Email
May 18, 2007
11:13 am
1846
Is there anyway that Webots would slow down the data stream coming in even if i have everything set (code and webots scene tree) to 33 msec time step? The...
brownclerk_bernadette
brownclerk_b...
Offline Send Email
May 18, 2007
2:23 pm
1847
Hi Bernie, Beware Webots works with simulated time, i.e., 33 ms in the controller code and world file means 33 virtual milliseconds. If the speedometer ...
Olivier Michel
oliviermichelus
Offline Send Email
May 18, 2007
3:27 pm
1848
Hello Ivan, That cleared it up. Thanks! It didn't register what you were saying about null rotation before, but now I get it. Thanks, Matt ... changing ... ...
Matt Johnson
mancer216
Offline Send Email
May 18, 2007
8:20 pm
1849
Hello, I'm newbie in webots and I would like to add a gyroscope to my Aibo Robot, is that possible? Thanks, Luiz Santos...
Luiz Santos
luizcastro@...
Send Email
May 24, 2007
2:04 pm
1850
Hi everybody! I've just started using WEBOTS STD. I use it to simulate an e-puck robot and I would like to be able to run the same program on a real robot. If...
rs_301
Offline Send Email
May 25, 2007
2:19 pm
1851
... I would say static library (instead of dynamic) as the e-puck doesn't really support dynamic libraries. But yes, that's the idea. ... This has nothing to...
Olivier Michel
oliviermichelus
Offline Send Email
May 25, 2007
3:45 pm
1852
Hi, Yes, this is possible. A gyroscope was added to the Kondo KHR-2HV robot model in Webots by Laurent Lessieux. He implemented that as a physics plugin. The...
Olivier Michel
oliviermichelus
Offline Send Email
May 25, 2007
3:51 pm
1853
Hi, This is Vishal Jha and I am very new to Webots with just a couple of weeks of working experience. I have been working on a track robot simulation. I have...
jv_iit
Offline Send Email
Jun 6, 2007
6:57 am
Messages 1824 - 1853 of 3399   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