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 2434 - 2463 of 3407   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2434
Hi, I am using the C++ API to control my robot, which uses an accelerometer. So I have to use the following method: const float* Accelerometer::getValues(); ...
Sven Wehner
sven@...
Send Email
Nov 3, 2008
9:04 am
2435
Hello Sven, No you are not allowed to free this memory block. The getValues() function returns a pointer to internal data managed by Webots controller library....
Yvan Bourquin
yvanix
Offline Send Email
Nov 3, 2008
10:13 am
2436
Hi All.. I want to write a java program where a button(Start simulation) when clicked should start Webots simulation with user given csv file..How can i do in...
anudeep11feb
Offline Send Email
Nov 5, 2008
7:34 pm
2437
Hi Anudeep, From most languages you can use the system command to launch a program... e.g. System("c:\pragma~1\webots\...\world.exe"); Tony...
Anthony Morse
anthony.morse@...
Send Email
Nov 6, 2008
8:29 am
2438
Hello,I am a beginner of webots and linux, First,I download the webots-5.10.0-1.i386.rpm ,and install it on linux redhat by the way: rpm -Uvh...
weihuitang
Offline Send Email
Nov 6, 2008
3:12 pm
2439
hello I link webots and matlab for my project. I use fast mode and webots.exe takes all the cpu time. the cpu is 2 GHz. the basic time step is 8 and...
sia kia
siakia2002
Offline Send Email
Nov 9, 2008
3:38 pm
2440
Hello, If you double the basicTimeStep you will roughly double the simulations speed, however the simulation will become unstable with too high values of...
Yvan Bourquin
yvanix
Offline Send Email
Nov 9, 2008
6:21 pm
2441
Hi, It seems to be a Linux specific question. I guess you should search the red linux forums to find a solution to this problem: you will probably need to...
oliviermichelus
Offline Send Email
Nov 10, 2008
7:56 am
2442
Dear Sir, I am unable to start webots through my java program..please guide me. In windows platform (Vista i m working on) First i started lserv.exe manually.I...
anudeep11feb
Offline Send Email
Nov 12, 2008
7:35 pm
2443
Hi, I would recommend you to replace the cmd String by the following: String cmd="C:\\Program Files\\Webots\\webots.exe" Webots will startup with the last...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 13, 2008
8:31 am
2444
Windows doesn't like spaces in file names, so you could also try... String cmd="C:\\Progra~1\\Webots\\webots.exe"...
Anthony Morse
anthony.morse@...
Send Email
Nov 13, 2008
10:12 am
2445
Dear Sir, I tried both ways.I am getting error like : "matrix32.dll not fouund" , then i copied matrix32.dll from cyberbotics site and pasted in...
anudeep11feb
Offline Send Email
Nov 13, 2008
4:36 pm
2446
Dear Sir, I tried both ways.I am getting error like : "matrix32.dll not fouund" , then i copied matrix32.dll from cyberbotics site and pasted in...
anudeep11feb
Offline Send Email
Nov 13, 2008
4:45 pm
2447
Hi, You should modify your global PATH environment variable (from the system settings) and add the following to it: PATH=<whateverpreviousvalues>;C:\Program...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 13, 2008
4:50 pm
2448
Dear Sir, Thanks a lot. It worked finely after i set path variable as you said. And i tried to start lserv.exe also in the same way through same java program...
anudeep11feb
Offline Send Email
Nov 13, 2008
7:06 pm
2449
Hello All, Is it possible to run simulation more than once but not manually? For example I want to run simulation 1000 times, how would that be possible....
moiztayyab
Offline Send Email
Nov 14, 2008
4:19 am
2450
Hi, I would not recommend to start lserv.exe from a Java program (each time you start Webots). Rather I would recommend to start lserv.exe as a Windows service...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 14, 2008
7:57 am
2451
In short, yes, this is all possible but it might take a little time to set it up. You need to write a supervisor that can re-set everything back to the desired...
Anthony Morse
anthony.morse@...
Send Email
Nov 14, 2008
8:32 am
2452
Hello Khan, You can use the supervisor_simulation_revert() function to restart a simulation from the beginning. (supervisor_simulation_revert() needs to be...
Yvan Bourquin
yvanix
Offline Send Email
Nov 14, 2008
8:37 am
2453
hi, i'm a newbie in the webots world. i have to manage the picture from a camera : binarization, linearization.. this to develop a ibvs for my robot. what can...
colmosk_vv
Offline Send Email
Nov 17, 2008
7:46 am
2454
if is it possible.. with java o c. thanks...
colmosk_vv
Offline Send Email
Nov 17, 2008
11:21 am
2455
Hi, Your two solutions are possible. Either you can use a library for processing your image. For example in Java, the standard library contains tools for image...
fabien.rohrer
Offline Send Email
Nov 17, 2008
1:07 pm
2456
Hi all......I am very new to webots so I have this simple question. I want to detect the diff. in the floor color(like whether it's black or white)......by...
h4harman
Offline Send Email
Nov 17, 2008
3:00 pm
2457
Hi, It can be done with two DistanceSensors. You should refer to the following Webots example: projects/robots/e-puck/worlds/e-puck_line.wbt In this example,...
fabien.rohrer
Offline Send Email
Nov 17, 2008
3:38 pm
2458
... hey yeah...it worked!!!!!!!!!! thank you:)...
h4harman
Offline Send Email
Nov 17, 2008
4:41 pm
2459
Hello all, I wanted to know that is it possible to know the position of the Khepera Robot3 at particular instance. Well the front row pairs just measure the...
h4harman
Offline Send Email
Nov 25, 2008
11:01 pm
2460
Hi, Yes, it's easy to add a GPS device to your Khepera3 robot from the scene tree window in Webots. You can have a look at the Webots / projects / samples /...
Olivier Michel
oliviermichelus
Offline Send Email
Nov 26, 2008
9:30 am
2461
Thanks Olivier, I'll do it today and will see if it works................thanks a lott once again!!!!!!! Regards, Harman...
h4harman
Offline Send Email
Nov 26, 2008
4:19 pm
2462
Hi eveyone, Is it possible to change the camera width and height properties online from the robot controller? The function camera_set_fov seems to be...
Anthony Morse
anthony.morse@...
Send Email
Dec 1, 2008
9:42 am
2463
Anthony Morse wrote: Hi eveyone, Is it possible to change the camera width and height properties online from the robot controller? No. The function...
Olivier Michel
oliviermichelus
Offline Send Email
Dec 1, 2008
10:22 am
Messages 2434 - 2463 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