We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
acg_node_localization.cpp
In the line
Auto-Complete-Graph/src/Localization/acg_node_localization.cpp
Line 890 in ffe7b0d
Where does the param come from? g2o::SE2(0.2, 0.1, -0.1), it seems the offset of the sensor?
g2o::SE2(0.2, 0.1, -0.1)
The text was updated successfully, but these errors were encountered:
Yep after looking in the code, I belive it's an offset used in the graph optimization in g2o:
Auto-Complete-Graph/include/auto_complete_graph/OptimizableAutoCompleteGraph.hpp
Lines 50 to 54 in ffe7b0d
Sorry, something went wrong.
No branches or pull requests
In the line
Auto-Complete-Graph/src/Localization/acg_node_localization.cpp
Line 890 in ffe7b0d
Where does the param come from?
g2o::SE2(0.2, 0.1, -0.1)
, it seems the offset of the sensor?The text was updated successfully, but these errors were encountered: