I just started with webots and are faced with the following problem:
Webots global coordinate frame defines its y-axis to show upwards (gravity vectory with negative y-component). However I would like to build a world around a coordinate frame in…
Is it possible to control Webots from external Python IDE (like pyCharm) ? I would appreciate if there is an example showing how to do so and location of modules to be added. Thanks
I am a Student in Newcastle University, currently undergoing my Master's Degree. My final project is a simulation using webots. I have to simulate a mobile robot, using python 2.7 coding. The problem is that I cannot find any documentation on python…
So i have the following code in a Python controller inside Webots simulator.
from vehicle import Driver
from controller import Radar
radar = Radar("radar")
radar.enable(1)
while driver.step() != -1:
num_targets = radar.getNumberOfTargets()
…
I have a hinge joint between two objects, a sphere and a box. I wonder how I can avoid the sphere going inside the box when it's rotating around the box with a rotational motor.
Here is a snapshot of the sphere getting inside the box when rotating…
I am a new user to webots R2109b. I wrote a code to run youbot but I'm not able to run the controller python files. Even if I reload my world files it's not compiling my controller files. Should I change the python path to the webots directory? if…
I imported a model in webots simulation from URDFs in ROS. The robot is a tricycle drive with 3 castor wheels. I have followed the wheel style as in the webots style guide and changed accordingly.
My problem is that when I run the simulation the…
I'm using Webots to simulate an autonomous vehicle. I created the net files and sumo.rou.xml, but after starting the simulation, all ego vehicles will keep their right lane. I want to have traffic in all lanes. Is there anybody here to tell me how…
I would like to know how the vehicle's objects are modeled in WeBots and its dynamics equations. I know that two types of control can be used: using cruising speed, with targets a final velocity but with a constant acceleration (proportional to the…
I am very new in Webots simulator as well as in robotics. I am using new open source version of webots. I believes it is not compatible with older versions of webots. I tested some old programs available on GitHub. That doesn't work. In some…
Possible Duplicate:
FreeGLUT on Mac OS X Lion
First quizz : could anyone just please explain me why am I not able to find the gl.h file anywhere on my mac ?! If this question can simply be answered maybe you do not even have to read the rest, but…
I have made a Self Balancing Robot in Webots that learns to balance itself with the help of a Genetic Algorithm. The setup works well enough but I'm not really sure how much of a good Genetic Algorithm it is and because I did this on my own I'm not…
I'm doing a pick and place task using UR3 in webots.
I need the robot to go to Pick position, grasp the object (close its fingers), and go to Place position. Something like following code:
while (wb_robot_step(TIME_STEP) != -1) {
// 1. Go to…
I want to develop a drone using Webots with python or c++. I want to program the drone to take off automatically, follow a predetermined route (like moving on a sinusoidal pattern) and then return and land. Does anyone have an experience in doing…
Hi, I used Webots and I found that not only the texts in scene tree view but the pop-up window are extremely small.
I tried to change my display resolution but I found that only one available (3840x2160), and xrandr can't solve the question.
The…