Page 1 of 1

Robot suddenly stops

Posted: 03 Jul 2017, 14:08
by Billie1123
Hello,

I have mapped some roads in OpenStreetMap and loaded them into V-REP to drive along them with a car (I have mapped them using lanelets and imported them into V-REP using a plugin. I might be able to share this plugin once I have a final version :D).

The problem is that the roads are quite long (they are inscribed in a 2km x 2km square), so when the car reaches some point, it suddenly freezes. Other default models behave the same way. Is this a limitation of usage of the EDU version or just a boundary to avoid computing problems?

Regards

Re: Robot suddenly stops

Posted: 03 Jul 2017, 20:29
by coppelia
Hello,

this sounds very interesting!
About your problem with the freezing after some distance: this can be adjusted in the file system/usrset.txt: variable dynamicActivityRange
This is actually to disable robots (or other things) falling indefinitely when falling off the floor.

Cheers