Issues.00467 - lordmundi/wikidoctest GitHub Wiki
00467: dsp_flycam sometimes has sudden motion at init
Summary: dsp_flycam sometimes has sudden motion at init
Created: 2013–01–02 13:34
Status: Released
Category: Bug
From: frankie
Version: 2.2
Released_In: 2.3
Description:
When loading the dsp_flycam plugin, sometimes there is a sudden motion and then the scene settles and tracks the hand controller appropriately.
Comments
frankie January 02, 2013, at 01:35 PM: This has been fixed.
Associated Commits
| commit | 0d9517a9910a9c5d552958cd5d41f6a0ee04be29
link5 |
||
| Author: | Frank Graffagnino
|
| Date: | Wed Jan 2 14:41:08 2013 -0600
|
| Message: | [@Issue 00467, 00466, 00465: Fixed multiple dsp_flycam bugs.
Fixed ability to unload plugin when using a node as the hc_type. Fixed unexpected sudden motion at init. Fixed data_node message saying it has been found when it hasn't. @] |
Affected Files:
plugin_Darwin/dsp_flycam.so | Bin 61616 -> 61636 bytes
plugin_Linux_FC3/dsp_flycam.so | Bin 81399 -> 77774 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
| commit | 2faadce568a0aa55495178b1b87a224cecf850a1
link6 |
||
| Author: | Frank Graffagnino
|
| Date: | Wed Jan 2 13:34:14 2013 -0600
|
| Message: | [@Issue 00467: Fixed issue where first two hand controller readings were sending
trash The POR rates for translation require 3 passes to start sending output to the integrate eyepoint routine. The first 2 readings where not setting the output to zero, so the trash values from memory were getting through. @] |
Affected Files:
src/plugins/dsp_flycam.c | 9 +++++++++
1 file changed, 9 insertions(+)