Skip to content

question about how to generate the trajectory data with control input #91

@Bing008

Description

@Bing008

Dear Ethan,

Thanks for your autokoopman tool. It is very helpful for my research.

I want to import the trajectory data simulated by Matlab/Simulink. However, I can not write the corresponding module like the fhn built-in autokoopman. I am trying to import the trajectory data by myself. I use the code as follows:
training_data2_2 = ak.TrajectoriesData({key: ak.Trajectory(np.arange(1,101), np.random.rand(len(np.arange(1,101)), 3), np.random.rand( len(np.arange(1,101)), 3)) for key in range(10)}) # just an example

Compared with this code, I'd like to import the data with the function ".from_csv". But how to formulate the control input data in the CSV file?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions