pathfinder-for-autonomous-navigation / psim

Six DOF flight simulator and related GNC implementations.
MIT License
4 stars 6 forks source link

Fix MEX file errors on Arch Linux #185

Closed stewartaslan closed 4 years ago

stewartaslan commented 4 years ago

Fix MEX file errors on Arch Linux

Fixes #MEX file compilation is carried out successfully and the correct MEX files are generated, however on Arch Linux an error is thrown after the compilation is complete.184

Summary of changes

Ptest Effects

None, except that ptest cases requiring MATLAB will now run on Arch Linux.

Testing

Deleting the MEX files and running main.m produces no errors, and the MEX files are generated.

Constants

None

Documentation Evidence

None

nhz2 commented 4 years ago

Do all of the tests pass in run_tests.m?

stewartaslan commented 4 years ago

Do all of the tests pass in run_tests.m?

Running run_tests.m does not return any statements, just says that each test is done. Does this mean the tests passed or is there a results file somewhere that I need to check?

nhz2 commented 4 years ago

Do all of the tests pass in run_tests.m?

Running run_tests.m does not return any statements, just says that each test is done. Does this mean the tests passed or is there a results file somewhere that I need to check?

The tests passed.