Hi,
I encountered an error while I am installing opensim core on Ubuntu 24.04. Specifially, it failed with ctest. It is hard to catch the main cause since the log did not provide details. I have attached the errors I got below.
Reporter input-output connections in XML:
<TableReporter__Vec3_ name="reporter">
<report_time_interval>0.10000000000000001</report_time_interval>
<input_inputs>/body|position ..|com_position(com_pos)</input_inputs>
</TableReporter__Vec3_>
Outputs connected to the reporter:
/body|position
..|com_position(com_pos)
75% tests passed, 1 tests failed out of 4
Total Test time (real) = 248.08 sec
The following tests FAILED:
4 - python_examples (Failed)
Errors while running CTest
Any suggestions to resolve this issue?