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 2197 - 2226 of 3393   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2197
Hello Simon, Ok, I'm glad that it's working now ! Anyway to close the topic I just wanted to mention that I have fixed the small problem concerning the...
Yvan Bourquin
yvanix
Offline Send Email
Apr 1, 2008
11:48 am
2198
Hello Mehmet, You also need to increase the size of the corresponding boundingObject. BoundingObjects define the shapes used for collision detection. The...
Yvan Bourquin
yvanix
Offline Send Email
Apr 1, 2008
12:05 pm
2199
Hello All, Currently we have several epuck robots (DifferentialWheels nodes) running in the Webots 3D simulation environment. The thing we want to do is...
kxubb
Online Now Send Email
Apr 2, 2008
6:24 pm
2200
Hi all, I am working on a custom robot and need to be able to measure the robot's pitch/roll/yaw angles. To do so I have found an easy way in a previous post...
zul16231
Offline Send Email
Apr 3, 2008
6:07 am
2201
Hello, This is relatively easy to achieve: you must: 1. add a physics-plugin to your simulation and specify the plugin name in the WorldInfo node. 3. in the...
Yvan Bourquin
yvanix
Offline Send Email
Apr 3, 2008
7:30 am
2202
Hello, I think yaw should rather be something like: yaw = atan2(m[6], m[8]); Note also that these equations can vary from one robot to another, because it...
Yvan Bourquin
yvanix
Offline Send Email
Apr 3, 2008
8:18 am
2203
Hi Yvan, thanx for the fast reply!! I have tried what you have suggested but didn't get a reasonable result. Can you please clarify how the equations can vary...
zul16231
Offline Send Email
Apr 3, 2008
1:03 pm
2204
Thank you Yvan. From my understand, basically I need to write a ODE program which will running together with webots controller; and both of them can render 3D...
kxubb
Online Now Send Email
Apr 3, 2008
2:47 pm
2205
Hello kxubb, No, this will not be a separate program, but just a "plugin" which runs in the same process as Webots and implements Webots specific callback...
Yvan Bourquin
yvanix
Offline Send Email
Apr 3, 2008
3:22 pm
2206
Thank you Yvan. I think I did not make myself clear enough. in the code you provided below, r1 = dGeomGetBody( dWebotsGetGeomFr omDEF("ROBOT_ ONE")); r2 =...
kxubb
Online Now Send Email
Apr 3, 2008
3:37 pm
2207
Hello zul, These equation my be different according to how robot model is built. The robot has its own local coordinate system, represented in Webots by small...
Yvan Bourquin
yvanix
Offline Send Email
Apr 3, 2008
3:43 pm
2208
Hello kxubb, Yes, it is possible to communicate between a controller and the physics plugin. You need to put an Emitter node on one or more Robot/Supervisor...
Yvan Bourquin
yvanix
Offline Send Email
Apr 3, 2008
4:06 pm
2209
Dear Webots users, I am looking for a program which has the following features: -It takes a txt file as an input and produces a Webots world file. (.wbt file) ...
Mehmet Emin
kalalolu
Offline Send Email
Apr 3, 2008
4:08 pm
2210
Hello All, I am using Webots 5.8 Pro and now have a problem about making movie from Webots. By using current resolution setting (same as my webot window ...
kxubb
Online Now Send Email
Apr 8, 2008
2:10 am
2211
Hello, Webots always generates 25 images / second videos. But you can control at what rate (of simulated time) the images are generated by Webots. There are...
Yvan Bourquin
yvanix
Offline Send Email
Apr 8, 2008
6:54 am
2212
Hello, For my current project, I've created a program to automatically generate Webots worlds, given some parameters (Webots© Python World Generator, or WPWG,...
azhaag
Offline Send Email
Apr 9, 2008
8:50 pm
2213
Hello all, I am using Webots to simulate a quadruped robot model and I would like to be able to get the ground reaction forces (normal and tangential) for all...
Maufroy Christophe
chmaufroy
Offline Send Email
Apr 10, 2008
1:40 am
2214
Hello Christophe, If you need the full details of the contact forces and points with the ground, indeed you need to program this in the physics plugin. Webots...
Yvan Bourquin
yvanix
Offline Send Email
Apr 10, 2008
8:39 am
2215
... I've created such a program, in Python. Have a look if it can help you: http://tech.groups.yahoo.com/group/webots-users/message/2212 Loïc...
azhaag
Offline Send Email
Apr 10, 2008
2:58 pm
2216
dear all ! plz any one help regarding webot help to develop ant colony optimization on webot. I want to one robot controller who have capabillties to mark on ...
singhvarun82
Offline Send Email
Apr 10, 2008
7:41 pm
2217
I want to help regarding to webot software . I want to measure a distance of robot traelled one point to another point . and also robot have capability to...
singhvarun82
Offline Send Email
Apr 10, 2008
7:41 pm
2218
Hello singhvarun82, In Webots you can use a Pen device to write on the floor and an use a DistanceSensor to detect the Pen's drawings on the floor. Please find...
Yvan Bourquin
yvanix
Offline Send Email
Apr 11, 2008
2:40 pm
2219
hello Sir ! thanks sir this is I know but I want to know about how to modify any robot like e-puck robot when I am Attached Pen but its not working with ...
singhvarun82
Offline Send Email
Apr 11, 2008
4:30 pm
2220
Hai Dear, Perhaps you may browse all of the examples attached in the webots installation directory with carefully. Spend a week or may be more to have a look...
c_kim_on
Offline Send Email
Apr 14, 2008
10:09 pm
2221
Hi to all, I am trying to create a conveyor belt with a continuos motion at desired speed by means of a Servo node as in ipr_factory.wbt and to place objects...
Mehmet Emin
kalalolu
Offline Send Email
Apr 18, 2008
2:40 pm
2222
I want to modify the maxforce field run time in order to change the robot status. Anyone can tell me how to do it?...
sunlei_knight
Offline Send Email
Apr 21, 2008
1:21 pm
2223
Hello, The "maxForce" field of a "Servo" node can be changed by using the servo_set_motor_force() function. More info here: ...
Yvan Bourquin
yvanix
Offline Send Email
Apr 21, 2008
1:29 pm
2224
Hi Mehmet Emin, Maybe your conveyor belt hasn't enough force. Did you tried to increase the Servo.maxForce parameter? -Olivier Mehmet Emin wrote: Hi to all, I...
Olivier Michel
oliviermichelus
Offline Send Email
Apr 22, 2008
6:40 am
2225
Hi Olivier, Yes, I also had set maxForce parameter to a very large value such as 1000000 but nothing changed. (Note: When I get servo velocity by...
Mehmet Emin
kalalolu
Offline Send Email
Apr 22, 2008
10:34 am
2226
hello sir ! can y give me some information regarding to how robot move in shortest path on ground or specific path(not in random motion ) please kindly help...
singhvarun82
Offline Send Email
Apr 23, 2008
4:38 am
Messages 2197 - 2226 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