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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1528 - 1557 of 3401   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1528
Hello, is there a simple way to move (pan/tilt) a camera mounted on a robot? i.e. to change the "rotation" fields? I mean by the robot controller, not from the...
Claudio Rossi
gattobestia
Offline Send Email
Aug 2, 2006
8:10 am
1529
Dear Webots friends, Does anyone know how to model a water environment in the salamandar demonstration which only has a dll file without source code? Any...
hiroshi_tsujino
Offline Send Email
Aug 2, 2006
8:46 am
1530
Hello Claudio, You can pan/tilt a Camera by putting it under the control of two Servos. (One Servo for pan and another one for tilt.) Here is a VRML example...
Yvan Bourquin
yvanix
Offline Send Email
Aug 2, 2006
8:57 am
1531
Hello Hiroshi, This is quite complex ! You need to know a bit of physics, of vector maths, and of ODE programming. You will have to create a physics plugin for...
Yvan Bourquin
yvanix
Offline Send Email
Aug 2, 2006
9:12 am
1532
Thanks Yvan, that is what I was considering... I'll do it this way (although I hoped there was an easier way to do it...) over -- Claudio...
gattobestia
Offline Send Email
Aug 2, 2006
11:38 am
1533
Hi, can I set a robot's position to a given (x,y,z,roll,pith,yaw) at run-time? I can do that using the supervisor, but I would like to do it with the robot's...
gattobestia
Offline Send Email
Aug 2, 2006
3:53 pm
1534
Hello Claudio, You can do it with the functions listed on this page: ...
Yvan Bourquin
yvanix
Offline Send Email
Aug 2, 2006
4:06 pm
1535
oops... I missed it ! Thanks again -- Claudio ... section3.3.html#custom_robot_move...
gattobestia
Offline Send Email
Aug 3, 2006
8:40 am
1536
Hi all, i have made a function that moves the head of the my robot (Aibo). If i use the function inside my controller (controller.cc) works, but if i put it in...
aibouji
Offline Send Email
Aug 3, 2006
2:44 pm
1537
hi everyone i am having some troble with my controller. it is a neural controller with recurrent connections. when i run it after a while the controller stops...
scaryas
Offline Send Email
Aug 8, 2006
11:01 am
1538
hi stevie, ... you did not mention where these values are generated! but i guess you get them from gps_euler, right? in that case your robot probably gets into...
Hannes Winkelmann
hanneswinkel...
Offline Send Email
Aug 8, 2006
3:31 pm
1539
hi stevie, ... you did not mention where these values are generated! but i guess you get them from gps_euler, right? in that case your robot probably gets into...
Hannes Winkelmann
hanneswinkel...
Offline Send Email
Aug 8, 2006
3:41 pm
1540
hi hannes sorry i did not explain properly but i am not using gps_euler. i am using a neural network to directly control the robot. the weights i load from a...
Stephen P. Mckibbin(A...
scaryas
Offline Send Email
Aug 8, 2006
4:06 pm
1541
hi stevie, in that case i have no idea. i know this type of error only from invalid divisions. i would try to add an alert to get informed when the denominator...
Hannes Winkelmann
hanneswinkel...
Offline Send Email
Aug 8, 2006
6:29 pm
1542
just a quick question if a robot has both an emitter and a receiver both set to channel 0 and a supervisor has the same configuration. when tryin to...
scaryas
Offline Send Email
Aug 9, 2006
10:58 am
1543
Hi, You probably don't need any more include file. Please double check that your servo_set_position() function is called within the control loop (inside the...
Olivier Michel
oliviermichelus
Offline Send Email
Aug 10, 2006
9:53 am
1544
... Yes. ... Generally, you should avoid having several emitters set on the same channel. This may cause undefined results in the messages produced. Also, if...
Olivier Michel
oliviermichelus
Offline Send Email
Aug 10, 2006
9:58 am
1545
Hi I've written a controller using a pioneer and a camera which uses the images from the camera for obstacle avoidance. Unfortunately my world isn't great. It...
jamesharris_04
Offline Send Email
Aug 14, 2006
12:56 pm
1546
hi there! has anyone experience with creating profiles from a controller run? i would like to have a performance analysis, but as webots creates the controller...
Hannes Winkelmann
hanneswinkel...
Offline Send Email
Aug 15, 2006
5:11 pm
1547
I would love to run Webots on my Sun box. What do you think? Anyone else feel the same? Matthew...
mjf462001
Offline Send Email
Aug 16, 2006
3:58 pm
1548
Webots 1.0 was running on Sun. That was a long time ago. We ported some later versions of Webots to Sun (and also to Irix) upon customer request and payment...
Olivier Michel
oliviermichelus
Offline Send Email
Aug 16, 2006
4:13 pm
1549
Hello, another newby question: is it possible to draw the trajectory of a flying robot? I know it is possible for wheeled robots with the "pen" tool of a...
gattobestia
Offline Send Email
Aug 28, 2006
2:37 pm
1550
Another newby question: can nodes be created at-runtime? E.g. boxes, spheres or shapes? Thanks again -- Claudio ... Claudio Rossi "Ramon y Cajal" research...
gattobestia
Offline Send Email
Aug 28, 2006
2:39 pm
1551
Hi guys, We are interested in hooking out webot up to a large controller system which runs as a separate OS process. I'm worried about concurrency issues ...
Charles Fox
foxxbot
Offline Send Email
Aug 29, 2006
6:04 am
1552
... Yes, this is possible through the use of the physics shared library. This plugin architecture allows you to draw anything in the Webots scene using...
Olivier Michel
oliviermichelus
Offline Send Email
Aug 29, 2006
6:37 am
1553
... The portion of code you wrote here will actually block Webots if you robot is marked as synchronization TRUE. The synchronization field in the...
Olivier Michel
oliviermichelus
Offline Send Email
Aug 29, 2006
6:43 am
1554
I'm trying to add a pannel that comes up and displays information from the world like some of the default worlds like khepera_gripper.wbt But I can't see how...
jamesharris_04
Offline Send Email
Aug 29, 2006
9:14 am
1555
... Hello Olivier, a copuple more questions 1) can drawings be made only by the "physics" pugin? I tried to call open GL functions from the the robots'...
gattobestia
Offline Send Email
Aug 29, 2006
11:16 am
1556
Hi, there is a mistake in the sample code I attached... here is the correct one: ... robot_geom2 = dWebotsGetGeomFromDEF("HELI2"); // OK, valid pointer...
gattobestia
Offline Send Email
Aug 29, 2006
11:48 am
1557
I want my controller program to read and apply direct physics forces rather than use the servo API. However direct forces need to be done in a separate ...
Charles Fox
foxxbot
Offline Send Email
Aug 29, 2006
1:24 pm
Messages 1528 - 1557 of 3401   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