Skip to content

Commit b396702

Browse files
authored
Update nodes.py
1 parent 992f9e3 commit b396702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3098,7 +3098,7 @@ def convert_orbit_poses(self, orbit_lists):
30983098

30993099
orbit_camposes = []
31003100

3101-
for i in range(0, len(orbit_camposes[0])):
3101+
for i in range(0, len(orbit_lists[0])):
31023102
orbit_camposes.append([orbit_lists[2][i], orbit_lists[1][i], orbit_lists[0][i], orbit_lists[3][i], orbit_lists[4][i], orbit_lists[5][i]])
31033103

31043104
return (orbit_camposes,)

0 commit comments

Comments
 (0)