Skip to content

VISIBLE_HIDDEN_COLOC detection minor improvement #121

Description

@yakra
@staticmethoddefvisible_hidden_coloc(waypoint_list):
forwinrange(len(waypoint_list)):
ifwaypoint_list[w].is_hidden!=waypoint_list[0].is_hidden:
returnTruereturnFalse

for w in range(len(waypoint_list)):
->
for w in range(1,len(waypoint_list)):

I thought I'd already fixed this.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions