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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2539 - 2568 of 3393   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2539
Hello guys, My name is Kadir. I am a member of a RoboCup Small Size league team. I am pretty new in webots environment. What I am trying to do is to create an...
Kadir Uyanik
diyar_ikadir
Offline Send Email
Feb 1, 2009
9:54 am
2540
Hello Vincent, I think you can define you own classes that extend Webots classes and in the same time implement the "Serializable" interface ? I mean,...
Yvan Bourquin
yvanix
Offline Send Email
Feb 1, 2009
9:10 pm
2541
Sridhar wrote: Hi, I have 2 questions. 1. I have a problem with setting the speed of the robot. I want the robot to interact faster. When I set the speed of...
Olivier Michel
oliviermichelus
Offline Send Email
Feb 2, 2009
9:41 am
2542
Hello, according to the documentation (http://www.cyberbotics.com/cdrom/common/doc/webots/FromWebots5To6.pdf ), when changing from webots 5 to 6, the #include...
Matej Hoffmann
matej.hoffmann@...
Send Email
Feb 2, 2009
10:05 am
2543
Hello Kadir, Based on your image, I have created a very simple Webots prototype of your robot. Please check the .wbt and controller code below. You should not...
Yvan Bourquin
yvanix
Offline Send Email
Feb 2, 2009
10:44 am
2544
Hello Matej, The new C and C++ header files are actually located there in in Webots 6.x.x, distributions: $(WEBOTS_HOME)/webots/include/controller/c/webots/*.h...
Yvan Bourquin
yvanix
Offline Send Email
Feb 2, 2009
11:20 am
2545
Hi Yvan, thanks for the quick answer. It seems I'm a bit confused with the APIs then. My controller is .cpp and basically all my other source files are C++....
Matej Hoffmann
matej.hoffmann@...
Send Email
Feb 2, 2009
2:45 pm
2546
Thank you so much for your suggestion Dr. Michel. Sridhar Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/...
Sridhar
sridhar_anum...
Offline Send Email
Feb 2, 2009
4:19 pm
2547
Hi, I get this warning message when I use differential_wheels_set_speed(100,100); robot_step(8); ([WARNING] The time step used by controller "child" is not a...
Sridhar
sridhar_anum...
Offline Send Email
Feb 2, 2009
6:09 pm
2548
Hello Matej, ... Yes and no, if you prefer to use the C headers, it's fine but you need to add the line to your Makefile. ... The default is to use the C...
Yvan Bourquin
yvanix
Offline Send Email
Feb 2, 2009
8:24 pm
2549
Hello Sridhar, Webots uses two different time steps: the "physics step" and the "control step". The "physics step" is the time interval between two calculation...
Yvan Bourquin
yvanix
Offline Send Email
Feb 2, 2009
10:50 pm
2550
Hi Yvan, Thank you so much for your advice. That was a good information. Regards,Sridhar Add more friends to your messenger and enjoy! Go to...
Sridhar
sridhar_anum...
Offline Send Email
Feb 3, 2009
5:22 am
2551
Hi All, I am new to robotics and webots simulator. i need to design a robot such that it has a motor on its top containing laser which rotates 360 degree in...
archat_vin
Offline Send Email
Feb 3, 2009
6:56 am
2552
Hello, First you need to choose a base type for your robot: DifferentialWheels or Robot. You should use the DifferentialWheels type if your robot will have two...
Yvan Bourquin
yvanix
Offline Send Email
Feb 3, 2009
9:03 am
2553
Hi, I have a couple of questions. 1. I have created an object (a door) in webots world file. It displays a reflection on the ground. Could someone please tell...
Sridhar
sridhar_anum...
Offline Send Email
Feb 4, 2009
2:53 am
2554
Thanks Yvan, I had done the servo and laser as a child to it. now i couldn't able to do the 2 degree rotation properly as what i need. WbDeviceTag servo =...
archat_vin
Offline Send Email
Feb 4, 2009
9:23 am
2555
... Hi, ... What you see is probably the shadow of the object. This can be disabled by setting the "castShadows" field of each "Light" node to "FALSE". If I...
fabien.rohrer
Offline Send Email
Feb 4, 2009
10:26 am
2556
Hello Vinod, This is not exactly correct. You always need to have a call to wb_robot_step() in you main loop. This is necessary to return the control flow to...
Yvan Bourquin
yvanix
Offline Send Email
Feb 4, 2009
10:44 am
2557
Hi, Its not the problem of shadow. I also checked by setting the castShadow to false but it didn't work. I am attaching a screenshot and also .wbt file along...
Sridhar
sridhar_anum...
Offline Send Email
Feb 4, 2009
9:17 pm
2558
Hello, I created an object in the world file and when I set physical properties to it the object starts flying . I do not understand whats happening with it....
Sridhar
sridhar_anum...
Offline Send Email
Feb 5, 2009
3:53 am
2559
Hi Fabien, Could you please tell me how to control the direction of the robot. You did reply to my question but things are not very clear to me. Please, give...
Sridhar
sridhar_anum...
Offline Send Email
Feb 5, 2009
4:00 am
2560
Sridhar wrote: Hello, I created an object in the world file and when I set physical properties to it the object starts flying . I do not understand whats ...
Olivier Michel
oliviermichelus
Offline Send Email
Feb 5, 2009
7:27 am
2561
Hi Sridar, Your two pillars have a part under the ground. It is probably more visible if you rotate the camera. When an object is selected, it is rendered semi...
fabien.rohrer
Offline Send Email
Feb 5, 2009
8:03 am
2562
I am designing a robot such that it features includes 1. Travelling from one point(co-ordinate x & z horizontal) to another point. similarly covers set of...
archat_vin
Offline Send Email
Feb 5, 2009
8:33 am
2563
Hello, ... Webots simulates robotic devices and mechanical systems. It does not provide any SLAM algorithm, this is clearly the task of the controller program....
Yvan Bourquin
yvanix
Offline Send Email
Feb 5, 2009
9:39 am
2564
... It looks like your doors are penetrating the floor. By default all materials have a small amount of transparency (iirc) and what you see is the rest of the...
Jesse van den Kieboom
jesse@...
Send Email
Feb 5, 2009
7:47 pm
2565
Hi, I have a file which contains integer data. I try to read the contents of the file and try to convert it into integer. Code as follows ifstream _command; ...
Sridhar
sridhar_anum...
Offline Send Email
Feb 6, 2009
12:29 am
2566
Hi, Here is my code. Even after doing this the robot takes a curved path. differential_wheels_set_speed(0,0); wait(0.1); ...
Sridhar
sridhar_anum...
Offline Send Email
Feb 6, 2009
12:34 am
2567
Dear Sridhar, This is a basic C/C++ question which has nothing to do with Webots. Please do not use this mailing list for such questions. I would recommend you...
Olivier Michel
oliviermichelus
Offline Send Email
Feb 6, 2009
7:52 am
2568
Hi Sridar, I investigated your problem about the curve trajectory. This doesn't come from your controller but from the physics setup of your simulation. By the...
fabien.rohrer
Offline Send Email
Feb 6, 2009
8:20 am
Messages 2539 - 2568 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