Page 1 of 1

A max world-size in V rep Scene

Posted: 09 Aug 2019, 19:33
by DongGeun
Hello. I'm a V-rep user who use Vrep edu pro.
I has reserched about Drone autonomous driving.

I saw some of drone's behavior. if drone is out of Certain areas, it don't move anywhere.
when drone doesn't move anywhere, coordinates of drone is (851, 515).

doesn't Vrep support more area? if not, are there other ways?
thanks for your response.

Re: A max world-size in V rep Scene

Posted: 13 Aug 2019, 05:30
by coppelia
Hello,

a dynamically enabled object (or model) will automatically be disabled if outside of a certain area. This is to avoid slowing down V-REP if for instance objects fall off the floor.
You can adjust that area with variable dynamicActivityRange in system/usrset.txt

Cheers