yijiangh / choreo

Choreo: robotic motion planning platform for discrete architectural assembly
34 stars 10 forks source link

unit process without transition subprocess not exeutable #60

Closed yijiangh closed 6 years ago

yijiangh commented 6 years ago

I suspect timing issue is the cause. The absence of the transition process will potentially cause problem in grasshopper IO insertion phase.

yijiangh commented 6 years ago

53 is related.

yijiangh commented 6 years ago

for(auto sp : plans[i].subprocess_array) cannot modify the original object! It creates a copy of sp!