TypeError in read_vector_history_from_file (TUDAT): Eigen::Matrix Conversion Issue #15
Replies: 2 comments 1 reply
-
AnswerTudat-team: |
Beta Was this translation helpful? Give feedback.
-
For future reference, this has been resolved with tudatpy v0.9.0 :) |
Beta Was this translation helpful? Give feedback.
-
Question
User:
Hi people!
I was trying to use the function read_vector_history_from_file from the io module in tudat, but received the following error:
TypeError: Unregistered type : Eigen::Matrix<double,-1,1,0,-1,1>
The above exception was the direct cause of the following exception:
I followed the instructions in the documentation of the function, so I guess it might be some error in the c++ code or something related. Anybody knows what might be the cause of this behaviour?
The way i used it is:
Beta Was this translation helpful? Give feedback.
All reactions