Describe the Bug
I have been working on Webots to get my object tracking drone up and running. Link: https://github.com/PrasadNR/Webots-Quadcopter-Python-SITL . However, when the simulation time step in WorldInfo is small, the rover gets stuck. If it is large, the quadcopter flips. If I simulate quadcopter and rover separately, they both work properly in independent simulations. However, I am not able to get both of them running.
Steps to Reproduce
- Clone the repo.
- Just double click on (or run) Webots-Quadcopter-Python-SITL/blob/master/worlds/empty.wbt
- Change
WorldInfo -> basicTimeStep to 8
- See error
Expected behavior
Rover should not get stuck and the quadcopter should not flip. The behaviour has to be graceful.
System
- Operating System: Windows 8.1
- Graphics Card: NVIDIA GeForce GTX 860M
Additional context
I have attached the video.
roverStuck.zip
P.S.: I have discussed this with @omichel .
Describe the Bug
I have been working on Webots to get my object tracking drone up and running. Link: https://github.com/PrasadNR/Webots-Quadcopter-Python-SITL . However, when the simulation time step in WorldInfo is small, the rover gets stuck. If it is large, the quadcopter flips. If I simulate quadcopter and rover separately, they both work properly in independent simulations. However, I am not able to get both of them running.
Steps to Reproduce
WorldInfo->basicTimeStepto 8Expected behavior
Rover should not get stuck and the quadcopter should not flip. The behaviour has to be graceful.
System
Additional context
I have attached the video.
roverStuck.zip
P.S.: I have discussed this with @omichel .