bugGNU Octave - Bugs: bug #42666, quaternion: bug in q2rot.m function

 
 

bug #42666: quaternion: bug in q2rot.m function

Submitter:  None
Submitted:  Wed 02 Jul 2014 05:09:25 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Fixed Assigned to:  None
Originator Name:  Kjell H Andersen Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.8.0
Operating System:  * Mac OS Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 03 Jul 2014 06:53:58 PM UTC, comment #2: 
Lukas Reichlin <paramaniac>
Thu 03 Jul 2014 01:36:49 PM UTC, comment #1: 

Adding maintainer of package to mail notification.

Carnë Draug <carandraug>
Group Member
Wed 02 Jul 2014 05:09:25 PM UTC, original submission:  

When trying to execute the q2rot function exactly like the example in the help file, I get the following error message:

error: atan2: wrong type argument 'class'
error: called from:
error:   /Users/kjell/octave/quaternion-2.2.1/q2rot.m at line 88, column 9

The source of this is a wrong input to the atan2 function.

In quaternion 2.2.1 file q2rot.m line 79:
original line :   s = q.s;
I believe it should be:  s = q.w;


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Updated the item)
  • -email is unavailable- added by paramaniac (Posted a comment)
  • -email is unavailable- added by carandraug (Lukas Reichlin - maintainer of quaternion package)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-02-22 mtmiller StatusNone Fixed
        Open/ClosedOpen Closed
    2014-07-03 carandraug SummaryBug in q2rot.m function in quaternion package quaternion: bug in q2rot.m function
        Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code