lis-epfl / robogen

RoboGen - Robot generation through artificial evolution
http://www.robogen.org
GNU General Public License v3.0
27 stars 16 forks source link

Starting Position added twice #63

Open basil-huber opened 7 years ago

basil-huber commented 7 years ago

In case of obstacleOverlapPolicy==ELEVATE_ROBOT, the starting position is added twice to the robot's position. Once before checking the intersection with obstacles (here) and once afterwards (here). This leads not only to a wrong starting position, but can also lead to a collision at the robots final starting position.