You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: The datasets listed in the bug Summary section have discontinuous odometry measurements. The check that fails in DPGO_solver.cpp does not explicitly state this, though correctly checks for continuous odometry measurements.
Fix: Add missing odometry measurements to datasets (using slerp interpolation) and include a descriptive error message when check fails in DPGO_solver.cpp.
@yuluntian I will create a PR that resolves this bug and link it to this issue.
Summary: In executing
single-robot-example
andmulti-robot-example
on datasets indpgo/data/
, a check fails withinDPGO_solver.cpp
and returnsThis error has been observed on the following datasets:
FIX 0
should be ignored when reading g2o file)Reproducing Error:
build
single-robot-example
, wheredataset.g2o
is the name of a file from the list provided in the bug summary section.the program returns
multi-robot-example
, wheredataset.g2o
is the name of a file from the list provided in the bug summary section.the program returns
The text was updated successfully, but these errors were encountered: