WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 12-09-2013, 07:30 AM
Frank Verberne Frank Verberne is offline
Member
 
Join Date: Mar 2008
Location: Netherlands
Posts: 148
Hi Patrick,

Rounding off is pretty easy:
Code:
numbers = [179.3428955078125, -69.40995025634766, 88.83070373535156]
for i, number in enumerate(numbers):
	numbers[i] = round(number,1)
	
print numbers
However, I don't know if that will result in smoother tracking, because the coordinates will not be on a continuum. However, you can always try .

Another option to smooth your tracking would be to (re)calibrate your tracker, or to decrease the distance from your tracker to your tracking device. Good luck!
Reply With Quote
 

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Importing Vicon Tracker Data ChrisMa Vizard 3 09-23-2013 10:46 AM
Use saved text file data as replay sources problem mizutani_jun Vizard 4 10-14-2010 04:49 PM
vicon pluglin - cluster problems Andy Vizard 2 11-10-2009 01:04 AM
Integrating InertiaCube and Vicon data roman_suvorov Vizard 10 05-20-2008 04:30 PM
tracking using quaternarion data jfreeman Vizard 2 06-01-2005 08:48 AM


All times are GMT -7. The time now is 03:13 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC