What is the graph optimization for in SubMapping::insert_frame()
's enable_imu
branch?
#157
Labels
bug
Something isn't working
I fail to understand what the graph optimization is doing in this branch:
glim/src/glim/mapping/sub_mapping.cpp
Lines 117 to 161 in 42bf677
graph
andvalues
are both local variables, and optimization output (values
) does not seem to be used before theif
branch is left. In other words, the lines 127 to 153 are self-contained and seem to have no effect.Do I miss something?
The text was updated successfully, but these errors were encountered: