Lovely colleagues,
I met the following error reported after I tried to run "demo_VEH_SCMTerrain_WheeledVehicle" provided in "/bin" folder:
--------------------------------------------------------------------------------------------------------------------------------------
Copyright (c) 2017 projectchrono.org
Chrono version: 9.0.1
demo_VEH_SCMTerrain_WheeledVehicle: /home/chen/chrono/src/chrono_thirdparty/HACDv2/dgVector.h:345: dgBigVector::dgBigVector(hacd::HaF64, hacd::HaF64, hacd::HaF64, hacd::HaF64): Assertion `((isfinite((*this)[0]) && !isnan((*this)[0])) && (isfinite((*this)[1]) && !isnan((*this)[1])) && (isfinite((*this)[2]) && !isnan((*this)[2])) && (isfinite((*this)[3]) && !isnan((*this)[3])))' failed.
Aborted (core dumped)
Nothing weird happened when I ran SCM demos of rigid wheel and tracked vehicle.
Any solution to this issue? Thx :D
Chen
Hi Chen,
I am unable to reproduce this issue (on Windows or on Linux).
You have to provide more details and information, especially for this type of issues:
--Radu
--
You received this message because you are subscribed to the Google Groups "ProjectChrono" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
projectchron...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/projectchrono/17d0c864-e73e-4fb6-9b4a-2c124ca53e27n%40googlegroups.com.
Hi Chen and Deniz,
I should have noticed that this was a debug assertion failing and test a Debug build. Thanks for pointing this out, Deniz! I can confirm that I get the same behavior.
Having said that, this is something that should be further investigated and fixed. The problem occurs in the third-party library HACDv2 (for convex decomposition). Stepping through the code with a debugger should help identify the underlying issue. I will look into this when I have some time; but that may not be for a while, so if you want to take a crack at it, that would be greatly appreciated.
To view this discussion on the web visit https://groups.google.com/d/msgid/projectchrono/cd4c8037-fe78-462c-a739-fa10e971dca2n%40googlegroups.com.