Issues.00465 - lordmundi/wikidoctest GitHub Wiki
00465: flycam plugin reports it found data node when it has not
Summary: flycam plugin reports it found data node when it has not
Created: 2013–01–02 12:50
Status: Released
Category: Bug
From: frankie
Version: 2.2
Released_In: 2.3
Description:
the flycam plugin almost always reports in a status message:
dsp_flycam plugin: Found data node "FLYCAM_DATA_NODE".
This is due to a bug when checking the node id for the data node.
Comments
frankie January 02, 2013, at 01:38 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 | 88f506ab50fc1e107c631df9b0c7ea939f283932
link6 |
||
| Author: | Frank Graffagnino
|
| Date: | Wed Jan 2 12:59:08 2013 -0600
|
| Message: | [@Issue 00465: Flycam plugin now checking data node in correct place
The flycam_data_node_id was being checked for validity before being set. The check has now been moved to the bottom of the init routine. Also, an fclose that was not needed in the init routine was removed. @] |
Affected Files:
src/plugins/dsp_flycam.c | 33 +++++++++++++++++++++±----------
1 file changed, 22 insertions(+), 11 deletions(-)