Skip to content
Snippets Groups Projects
Commit 2a066737 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Update processor_motion.cpp

parent 48d841c9
No related branches found
No related tags found
No related merge requests found
Pipeline #6888 canceled
...@@ -540,7 +540,7 @@ VectorComposite ProcessorMotion::getState(const StateStructure& _structure) cons ...@@ -540,7 +540,7 @@ VectorComposite ProcessorMotion::getState(const StateStructure& _structure) cons
// Get state of origin // Get state of origin
const auto& x_origin = getOrigin()->getFrame()->getState(state_structure_); const auto& x_origin = getOrigin()->getFrame()->getState(state_structure_);
// Get most rescent motion // Get most recent motion
const auto& motion = last_ptr_->getBuffer().back(); const auto& motion = last_ptr_->getBuffer().back();
// Get delta preintegrated up to now // Get delta preintegrated up to now
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment