![]() |
steve setTracker not working anymore
Hi there,
I have been trying to use the robot (steve) in one of my projects, but I get the following error when calling the setTracker function Code:
Traceback (most recent call last): Also, is using the setTracker command the best way to connect steve with a view (i.e. setting the view's matrix as its tracker matrix) or there's a more efficient way? |
There was a change that broke the roboChase.py script in the latest version. To fix that replace:
Code:
player_matrix = viz.Matrix() Code:
player_matrix = viz.addGroup() |
All times are GMT -7. The time now is 03:37 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC