Fixes multi-line comment
This commit is contained in:
		
							parent
							
								
									9338d418c8
								
							
						
					
					
						commit
						0f600c9262
					
				| @ -945,12 +945,13 @@ handleThreeWayTurn(const NodeID from, | ||||
|                     angularDeviation(turn.angle, STRAIGHT_ANGLE) > | ||||
|                 1.4); | ||||
|     }; | ||||
|     // Two nearly straight turns -> FORK
 | ||||
|     //          OOOOOOO
 | ||||
|     //        /
 | ||||
|     // IIIIII
 | ||||
|     //        \ | ||||
|     //          OOOOOOO
 | ||||
|     /* Two nearly straight turns -> FORK
 | ||||
|                 OOOOOOO | ||||
|               / | ||||
|        IIIIII | ||||
|               \ | ||||
|                 OOOOOOO | ||||
|     */ | ||||
|     if (angularDeviation(turn_candidates[1].angle, STRAIGHT_ANGLE) < NARROW_TURN_ANGLE && | ||||
|         angularDeviation(turn_candidates[2].angle, STRAIGHT_ANGLE) < NARROW_TURN_ANGLE) | ||||
|     { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user