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 789 - 818 of 3407   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
789
I've installed webots 5.0.1 in /usr/local/webots on a machine running Debian. I've specified the Files and paths to be some other directory /home/webots where...
gabmaganis
Online Now Send Email
Apr 3, 2005
11:21 pm
790 gabmaganis
Online Now Send Email
Apr 4, 2005
12:09 am
791
Workin on a linux machine... I have Transform nodes that I imported from VRML. I am working with the hoap 2 humanoid model and used existing defined Appearance...
gabmaganis
Online Now Send Email
Apr 7, 2005
11:06 pm
792
... I tryed to export my hoap2 node under linux and reimport it and it works fine... Could you send me your models (especially the Transform node you imported...
Olivier Michel
oliviermichelus
Offline Send Email
Apr 8, 2005
8:03 am
793
Anyone have any controllers with an implementation of some image processing algorithm that they don't mind sharing?...
gabmaganis
Online Now Send Email
Apr 12, 2005
4:31 am
794
Hi This controller enables the robot to find a red ball in the world, and follow it. Best, - mehdi. //--------------- #include <stdio.h> #include <stdlib.h> ...
mehdi
mahdi.asadpour@...
Send Email
Apr 12, 2005
7:33 am
795
For a C controller, I've found the open source image library, ILP98, useful. If you want to use all the features you have to build and use it in C++. However,...
Christopher Willmot
gbfalcon
Offline Send Email
Apr 12, 2005
12:10 pm
796
Webots Newsletter [April 2005] o Cyberbotics at ICRA05 Cyberbotics will have a booth at the ICRA05 conference in Barcelona next week (from April 19 to April...
Olivier Michel
oliviermichelus
Offline Send Email
Apr 15, 2005
3:09 pm
797
Hy List, my Name is Nico and I am Computer Science student majoring in mobile robotics. I am new to Webots. I am looking for a tool to do siumlations in the...
Nico Hochgeschwender
nico.hochgeschwender@...
Send Email
Apr 21, 2005
9:27 am
798
Hello, I am using Webots-3.2.18. How can i remove "Khepera Interface" window (which shows sensor and K213 info) from khepera_k213.wbt. This is required for me...
Levent Bayindir
bayindirl
Offline Send Email
Apr 29, 2005
6:59 am
799
Hi, Renaming the model of the robot to something different from "Khepera" should do it: DEF KHEPERA DifferentialWheels { ... name "khepera" * model "Khepera"*...
Olivier Michel
oliviermichelus
Offline Send Email
Apr 29, 2005
7:13 am
800
Does anyone out there have a complex Webots Khepera environment that they would be willing to make available? Something with lots of walls and objects. This...
Murray Shanahan
murray8603
Offline Send Email
Apr 29, 2005
3:49 pm
801
Hi, Thanks for the answres but it did not work for me. My webots version is 3.2.18 and using it on windows. Am i missing sth? I changed the model and/or the...
Levent Bayindir
bayindirl
Offline Send Email
May 4, 2005
11:01 am
802
Hi, This trick works for sure in Webots 4 & 5. We don't support any more Webots 3, but you should be able to upgrade to the latest version of Webots 3 without...
Olivier Michel
oliviermichelus
Offline Send Email
May 4, 2005
11:14 am
803
I tried it but it did not work either. Thanks for the help. ... http://cyberboticspc1.epfl.ch/cdrom/windows/webots/webots-3.2.24_setup.exe ... ...
Levent Bayindir
bayindirl
Offline Send Email
May 4, 2005
11:36 am
804
Hi there, Need help with Webots Physics. For the clarity of my questions, i send attached my world file, and my physics file. The purpose of my physics is to...
Hugo Veiga
veigahugo
Offline Send Email
May 4, 2005
2:13 pm
805
Hi, It seems I found the problem in your code. When you create the contact joint, it should not be attached to the robot body but to the wheel: dJointAttach(...
Olivier Michel
oliviermichelus
Offline Send Email
May 4, 2005
2:46 pm
806
Thx Olivier, That might have been a problem... But the truth is that in the code: int webots_physics_collide( dGeomID g1, dGeomID g2 ) { dContact contact[ 10...
Hugo Veiga
veigahugo
Offline Send Email
May 4, 2005
6:54 pm
807
Hi, I did my world in program 5.0.1 Evaluate Version but in my university have license only to version 4.0.27. What I can do to not lose time? Thanks...
engcarlosjr
Offline Send Email
May 6, 2005
1:27 pm
808
We're currently trying to install Webots 4 on a Linux machine which already has Webots 2 installed on it, for a legacy code recovery project. Our distro is Red...
neuropod2002
Offline Send Email
May 9, 2005
2:10 pm
809
Hi again Olivier, Well I've been trying to get the model as you advised, the thing is that when I do it that way, the wheel does not stay "glued" with the...
Hugo Veiga
veigahugo
Offline Send Email
May 10, 2005
11:14 am
810
Hi, Normally you should be able to fix this by openning your world file with a text editor and by changing the header of the world file from: #VRML_SIM V5.0...
Olivier Michel
oliviermichelus
Offline Send Email
May 10, 2005
3:26 pm
811
Hi, Did you add the Joint node in the Servo of the wheels ? This might be the reason why it doesn't remain glued. Can you send me (not to the list) your world...
Olivier Michel
oliviermichelus
Offline Send Email
May 10, 2005
3:50 pm
812
... I think so. If not, I could recompile it for you. ... This is probably a library problem (which has to do with libstdc++, or glibc version) and is due to...
Olivier Michel
oliviermichelus
Offline Send Email
May 10, 2005
3:54 pm
813
... Cheers. I'll let you know if we have to go down that route. ... The errors thown were: soccer_blue: error while loading shared libraries: ...
Mark Humphries
neuropod2002
Offline Send Email
May 10, 2005
4:14 pm
814
... Good news. This means that your OpenGL library is too old. Simply upgrading it should fix the problem. If you have a nVidia graphics card I would highly...
Olivier Michel
oliviermichelus
Offline Send Email
May 11, 2005
9:11 am
815
Hiya! I've built a robot arena in Webots 4 that's 2 by 2 (Personally, I'm using the units as metres). I was trying to quickly add a floor that the robots can...
Mark Ridley
dogsbody_d
Offline Send Email
May 11, 2005
1:38 pm
816
Hi all, just to finish this thread..... Thanks Olivier! That fixed it fine, upgrading our ATI card driver has upgraded OpenGL, so Webots 4 is now running fine...
Mark Humphries
neuropod2002
Offline Send Email
May 11, 2005
1:44 pm
817
Oops wrong subject line.... That should have been "making floor to draw on" or something.. Sorry, debugging fans! Mark c/o Research Office School of...
Mark Ridley
dogsbody_d
Offline Send Email
May 11, 2005
1:51 pm
818
Mark, What you are trying to do is as easy as changing the Coordinate points of the IndexedFaceSet. You should change this: DEF LINE_GROUND Solid { children [ ...
Olivier Michel
oliviermichelus
Offline Send Email
May 11, 2005
2:11 pm
Messages 789 - 818 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