-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertion failed: ctx->poseLength < 20 #281
Comments
I'm seeing this error as well when using the https://github.com/asymingt/libsurvive_ros2 ros driver |
FWIW running in release shuts down the assert and works fairly fine. |
I've been running the node in the background this morning. Not the same error, but here's a backtrace from one assert that was hit at runtime, admittedly in DebWithRelInfo mode.
|
@bl4ckb0ne I should be able to relatively easily compile in Release mode, but I'm worried that these asserts signal some bigger issue that might be masked if we disable them. |
I'm hitting the assertion here in
src/survive_optimizer.c
after a few minutes of run (varying from 2 mins to 15 mins)Here's the log from
survive-cli --force-calibrate
after removing the config file in~/.config/libsurvive/config.json
. Both controllers (Valve Knuckles) are lying flat on my desk, untouched, and the HMD (Valve index) on my head.libsurvive
has been build from source from 5319743 with cnkalman 6b350314225e28d2e4e8daad7d2971d22386f76f and cnmatrix 5936c62511305227fbd59b2d5a43aaf89ec3a0b6The text was updated successfully, but these errors were encountered: