Skip to content
Snippets Groups Projects
Commit 43a137eb authored by Tommy Persson's avatar Tommy Persson
Browse files

Bug fix.

parent 3f4addd1
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ def get_marker_array_3d(path, colindex=0, marker_ns="dummy_marker_ns", scale=5.0
ma.scale.z = scale
marr.markers.append(ma)
print("SPHERE APPENDED")
ma = get_gen_marker(col, scale=scale)
ma = get_gen_marker(col, marker_ns=marker_ns, scale=scale)
ma.type = Marker.LINE_STRIP
ma.points = points
marr.markers.append(ma)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment