Trunk code path planning not working

Bug #292258 reported by Evan
4
Affects Status Importance Assigned to Milestone
Model 1
New
High
CTI_Brazil

Bug Description

A merge of Evan's working branch into a branch of Fab@Home application pushed by Arnaldo has resulted in a break of the path planning functions. Evan suspects that the bug was present in his working branch which was probably pushed before it was tested.

Evan (emalone108110)
Changed in fabathome:
assignee: nobody → emalone108110
importance: Undecided → High
Revision history for this message
CTI_Brazil (ctibrazil) wrote :

I found the solution for the path planning problem. The issue is that it's need to add only the [i] regionedges and not the whole regionEdges for each rasterized region. The new lines are:

if(m_bBoundFirst)
{
     tempLayer.region[i].path.InsertAt(0,regionEdges[i]);
}
else //do the fill first
{
     tempLayer.region[i].path.InsertAt(j,regionEdges[i]);
}

I will upload this fix soon.

Changed in fabathome:
assignee: Evan (emalone108110) → CTI_Brazil (ctibrazil)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.