Skip to content
Snippets Groups Projects
Commit f6099d42 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Merge branch 'master' into solver_manager_gtest

parents 8d228c8e 37127cf4
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@
#define LIGHT_SPEED_ 299792458
//Wolf includes
#include <sensor_GPS.h>
#include "feature_gps_pseudorange.h"
#include "sensor_GPS.h"
#include "feature_GPS_pseudorange.h"
#include "constraint_autodiff.h"
//std
......
......@@ -6,7 +6,7 @@
#include <feature_GPS_pseudorange.h>
#include <processor_GPS.h>
#include "capture_gps.h"
#include "capture_GPS.h"
namespace wolf
{
......
......@@ -7,7 +7,7 @@
// Wolf includes
#include "processor_base.h"
#include "capture_gps.h"
#include "capture_GPS.h"
// Std includes
......
......@@ -55,9 +55,7 @@ void SolverManager::update()
}
case StateBlock::Notification::STATE_UPDATE:
{
const bool registered = state_blocks_.find(state)!=state_blocks_.end();
WOLF_DEBUG_COND(!registered,
WOLF_DEBUG_COND(state_blocks_.find(state)==state_blocks_.end(),
"Updating the state of an unregistered StateBlock !");
// This will throw if StateBlock wasn't registered
......
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