Thread
:
steve setTracker not working anymore
View Single Post
#
2
11-12-2012, 03:34 PM
Jeff
WorldViz Team Member
Join Date: Aug 2008
Posts: 2,471
There was a change that broke the
roboChase.py
script in the latest version. To fix that replace:
Code:
player_matrix = viz.Matrix()
with:
Code:
player_matrix = viz.addGroup()
Jeff
View Public Profile
Find all posts by Jeff