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...
Show off your group to the world. Share a photo of your group with us.

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 1853 - 1882 of 3407   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1854
Hello Vishal, At first sight, your controller code look ok. I suspect there is a problem with your robot model. In Webots, a robot can move in two ways...
Yvan Bourquin
yvanix
Offline Send Email
Jun 6, 2007
8:17 am
1855
Hi, Webots 5.2.0 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
Jun 6, 2007
3:29 pm
1856
Hi, is there a way to make the joint axes bigger and thicker? Currently they are so small that I can't see them very well unless I zoom in a lot. thanks, -Kay...
Kay
kangkang@...
Send Email
Jun 7, 2007
6:12 am
1857
Hi Kay, Go to the Tools / Preferences / Rendering and enter a bigger value in the "Vertex size:" field. The default value is 0.01 m (i.e., 1 cm). Let me know...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 7, 2007
6:40 am
1858
Hi Do Webots work with "Cosmo Worlds"? Because I try to import a *.wrl file include this line below, #VRML V2.0 utf8 CosmoWorlds V1.0 It won't work. Thanks, ...
liyungsen
Offline Send Email
Jun 7, 2007
7:58 pm
1859
Hello, Change the header to: "#VRML V2.0 utf8" And try again ... It may work depending on the VRML nodes contained in the file ... Best regards, Yvan...
Yvan Bourquin
yvanix
Offline Send Email
Jun 7, 2007
8:11 pm
1860
Hi, I m trying to import from solidworks 2007 but webots is showing wrong VRML header. Reason being VRML 1.0. I want to import from only solidworks. Any...
jv_iit
Offline Send Email
Jun 8, 2007
1:41 am
1861
Hi, Webots can import only VRML 2.0 or VRML97 (which is the same actually). I was pretty sure that SolidWork 2007 could export to these format. Isn't it? It...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 8, 2007
6:18 am
1862
Hi, I am trying to use robot_keyboard_enable() and robot_keyboard_get_key() in DEV CPP. Though I have been able to compile the program. It is giving linker...
jv_iit
Offline Send Email
Jun 14, 2007
7:45 am
1863
Hi, Are you sure you are linking your controller with the Controller.dll library? Why don't you use the Webots built-in editor / compiler? -Olivier...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 15, 2007
4:17 pm
1864
I can't copy and paste a robot from one world file to another world file.... May any1 help me with that? What procedure to go through? Thanks....
happysong_83
Offline Send Email
Jun 16, 2007
1:29 am
1865
Hi You just need to click on the robot node in the 'scene tree' then press 'copy' then, open the new world file and on the 'scene tree' press 'paste after'...
Abdulrahman Altahhan
abed.tahhan@...
Send Email
Jun 17, 2007
6:59 pm
1866
Hi. I worked sony-ers7. I used webots 5.1.10 at that time. Our company upgrades webots 5.1.10 -> 5.1.20. I'm trying to previous simulation. Newer version...
shhyun0086
Offline Send Email
Jun 18, 2007
8:48 am
1867
... sorry, 5.1.20 -> 5.2.0 Would you please answer my question? Thanks, Soohwan....
shhyun0086
Offline Send Email
Jun 19, 2007
1:50 am
1868
Hi, The change log from Webots 5.1.10 to Webots 5.2.0 is available here: http://www.cyberbotics.com/cdrom/common/doc/webots/ChangeLog.html We didn't noticed...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 19, 2007
11:43 am
1869
Hi, all: I need to debug my .cpp with microsoft visual studio. I am wondering what's the command to run the .wbt file, because then I can start debugging with...
kangkang
kangkang@...
Send Email
Jun 19, 2007
11:14 pm
1870
Hi, As explained in the user guide, adding the following line in your source code should break your controller program and give you the opportunity to enter...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 20, 2007
7:23 am
1871
Hi, We just released Webots 5.3.0 which adds a few new features and fixes a couple of bugs of Webots 5.2.0. You can download it from here: ...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 21, 2007
2:40 pm
1872
Hello, I'm working on getting aibo to learn in the virtual world and apply that learnin in the real world. I notice that aibo's limbs pass through each other...
Andrew Felch
andrewfelch
Offline Send Email
Jun 25, 2007
1:07 am
1873
Hello All, I have been using Webots simulation for a while and I think it might be now time to try apply the model on the real Khepera robot. Off course there...
Abdulrahman Altahhan
abed.tahhan@...
Send Email
Jun 27, 2007
3:11 pm
1874
Sorry I meant 'camera_get_image()' function... :-) Abdulrahman Altahhan wrote: Hello All, I have been using Webots simulation for a while and I think it might...
Abdulrahman Altahhan
abed.tahhan@...
Send Email
Jun 27, 2007
3:22 pm
1875
Abdulrahman, There is support only for the K213 camera of the Khepera robot (which is a 64 pixels linear black and white camera). This camera is supported both...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 27, 2007
3:53 pm
1876
Many Thanks for that Olivier, However I'm using the colour camera which I could not retrieve the image from. It would be really great if there is a similar...
Abdulrahman Altahhan
abed.tahhan@...
Send Email
Jun 27, 2007
4:49 pm
1877
Hi again, More specifically I'm using the: K2D VIDEO TURRET,  http://www.k-team.com/kteam/index.php?site=1&rub=3&upPage=30&page=17&version=EN , Do you know of...
Abdulrahman Altahhan
abed.tahhan@...
Send Email
Jun 27, 2007
7:40 pm
1878
Hi, This turret is not support by Webots as the Khepera robot has no access to the image (you need to use a frame grabber on a PC to read the image). Hence,...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 28, 2007
10:11 am
1879
Andrew, Self-collisions are not detected in the current version of Webots for optimization reasons. We decided to add this feature (which will be optional) in...
Olivier Michel
oliviermichelus
Offline Send Email
Jun 29, 2007
10:06 am
1880
Hi, Is possible to comunicate, with radio channel, between khepera without use a Supervisor? Thanks! ... Be a better Heartthrob. Get better relationship...
carmelo carmelo
carmbrosino
Offline Send Email
Jul 10, 2007
1:45 pm
1881
Hi, Is there a max number of distance sensor for khepera definition? I define a robot khepera with 62 distance sensor but it don't look other robots, only the...
carmbrosino
Offline Send Email
Jul 10, 2007
2:49 pm
1882
Hello, Yes, if the Kheperas have both Emitter and Receiver on board, and if these Emitters and Receivers use the same channel. Cheers, Yvan ... -- ... Yvan...
Yvan Bourquin
yvanix
Offline Send Email
Jul 10, 2007
2:57 pm
Messages 1853 - 1882 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